Legal-RDF:ScopedThing

From LexmlWiki

Class Relations
Superclasses
Subclasses
None
Unions
None
Disjoints
None
Synonyms
None
Antonyms
None
Ranges
None
See Also
None

Model: Aspects Model

Date: 2006-10
Predicate ObjectsRefines

Coverage, a ContextNode &dc;Coverage

The extent or scope of the content of a resource. [Dublin Core]

Scope, a ContextNode. Coverage

An item included in the scope of the resource.

PrimaryScope, a ContextNode. Scope

An item included in the primary scope of the resource.

SecondaryScope, a ContextNode. Scope

An item included in the secondary scope of the resource.

Scoping, a ScopingEvent EntryEvent

Details about a scoping event that occurred to the resource.

Text AttributesRefines
None
Examples
2006-10 Definition
<owl:Class rdf:ID='&lgl;ScopedThing'>
  <lgl:model rdf:resource='&lgl;AspectsModel'/>
  <rdfs:subClassOf rdf:resource='&lgl;ScopableThing'/>
  <rdfs:subClassOf rdf:resource='&lgl;StateFacet'/>

  <owl:ObjectProperty rdf:ID='&lgl;Scoping'>
     <rdfs:subPropertyOf rdf:resource='&lgl;EntryEvent'/>
     <rdfs:range rdf:resource='&lgl;ScopingEvent'/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID='&lgl;Coverage'>
     <rdfs:subPropertyOf rdf:resource='&dc;Coverage'/>
     <rdfs:range rdf:resource='&lgl;ContextNode'/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID='&lgl;Scope'>
     <rdfs:subPropertyOf rdf:resource='&lgl;Coverage'/>
     <rdfs:range rdf:resource='&lgl;ContextNode'/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID='&lgl;PrimaryScope'>
     <rdfs:subPropertyOf rdf:resource='&lgl;Scope'/>
     <rdfs:range rdf:resource='&lgl;ContextNode'/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID='&lgl;SecondaryScope'>
     <rdfs:subPropertyOf rdf:resource='&lgl;Scope'/>
     <rdfs:range rdf:resource='&lgl;ContextNode'/>
  </owl:ObjectProperty>
</owl:Class>