Owl:TransitiveProperty

From semanticweb.org

Jump to: navigation, search

Defines a Property that can be used in a transitive way. That means that it can link from a Object from a special Type to another Object of the same Type - or a sublass of this Type.

Example:

<owl:ObjectProperty rdf:ID="subRegionOf">
  <rdf:type rdf:resource="&owl;TransitiveProperty"/>
  <rdfs:domain rdf:resource="#Region"/>
  <rdfs:range  rdf:resource="#Region"/>
</owl:ObjectProperty>

[edit] See also

Personal tools