Legal-RDF:FacetNode
From LexmlWiki
Class Relations
Superclasses
Subclasses
Unions
None
Disjoints
None
Synonyms
None
Antonyms
None
Ranges
See Also
None
An instance of an attribute value; a named value or relationship.
Model: Semantics Model
Date: 1006-10Capability and State facets are located in the Aspects Model; Quantity facets are located in the Measures Model; and Quality facets are located in the Facets Model.
Predicate ObjectsRefines
Collection, a CollectionNode Subject
A collection of which the facet is a part.
Literal, a LiteralNode Language
The literal value for the property.
Object, a CoreResource Relation
The nodal value for the property.
Property, a PropertyNode Title
The property for which the Literal or Object is the value.
Ranking, a RankedThing Description
Verb, an rdf:Property Coverage
The verb (has, had, etc.) that connects the facet to the subject.
Text AttributesRefines
None
Examples
<!-- XML Examples -->
<owl:Class rdf:ID='&onto;aClass'>
<has>
<Extent rdf:about='&onto;anExtent'/>
<Property rdf:about='&onto;aProperty'/>
<SuperClass rdf:about='&onto;aSuperClass'/>
<SubClass rdf:about='&onto;aSubClass'/>
</has>
</owl:Class>
<!-- Script Examples -->
myClass = new ClassNode("aClass");
2006-10 Definition
<owl:Class rdf:ID='&legal;FacetNode'> <lgl:model rdf:resource='&lgl;SemanticsModel'/> <rdf:type rdf:resource='&lgl;ClassNode'/> <rdfs:subClassOf rdf:resource='&lgl;DAGNode'/> <owl:ObjectProperty rdf:about='&lgl;Collection'> <rdfs:subPropertyOf rdf:resource='&lgl;Subject'/> <rdfs:domain rdf:resource='&lgl;FacetNode'/> <rdfs:range rdf:resource='&lgl;CollectionNode'/> </owl:ObjectProperty> <owl:ObjectProperty rdf:about='&lgl;Property'> <rdfs:subPropertyOf rdf:resource='&lgl;Title'/> <rdfs:domain rdf:resource='&lgl;FacetNode'/> <rdfs:range rdf:resource='&lgl;PropertyNode'/> </owl:ObjectProperty> <owl:ObjectProperty rdf:about='&lgl;Literal'> <rdfs:subPropertyOf rdf:resource='&lgl;Language'/> <rdfs:domain rdf:resource='&lgl;FacetNode'/> <rdfs:range rdf:resource='&lgl;LiteralNode'/> </owl:ObjectProperty> <owl:ObjectProperty rdf:about='&lgl;Object'> <rdfs:subPropertyOf rdf:resource='&lgl;Relation'/> <rdfs:domain rdf:resource='&lgl;FacetNode'/> <rdfs:range rdf:resource='&lgl;CoreResource'/> </owl:ObjectProperty> <owl:ObjectProperty rdf:about='&lgl;Verb'> <rdfs:subPropertyOf rdf:resource='&lgl;Coverage'/> <rdfs:domain rdf:resource='&lgl;FacetNode'/> <rdfs:range rdf:resource='&rdf;Property'/> </owl:ObjectProperty> <owl:ObjectProperty rdf:about='&lgl;Ranking'> <rdfs:subPropertyOf rdf:resource='&lgl;Description'/> <rdfs:domain rdf:resource='&lgl;FacetNode'/> <rdfs:range rdf:resource='&lgl;RankedThing'/> </owl:ObjectProperty> </owl:Class>
