Owl:InverseFunctionalProperty
From semanticweb.org
Defines a Attribute for two different objects that can't have the same value. Ie. a social security number is assigned to only one person only.
<owl:ObjectProperty rdf:ID="has social security number"> <rdf:type rdf:resource="&owl;InverseFunctionalProperty" /> <rdfs:domain rdf:resource="#Person" /> <rdfs:range rdf:resource="#SocialSecurityNumber" /> </owl:ObjectProperty>
[edit] See also
- OWL
- owl:TransitiveProperty
- owl:SymmetricProperty
- owl:FunctionalProperty
- owl:InverseFunctionalProperty
