Class: ObjectProperty
URI: owl:ObjectProperty
classDiagram
Property <|-- ObjectProperty
ObjectProperty : equivalentProperty
ObjectProperty : inverseOf
ObjectProperty : propertyChainAxiom
ObjectProperty : propertyDisjointWith
Inheritance
Slots
Name | Cardinality and Range | Description |
---|---|---|
inverseOf | 0..* ObjectProperty |
|
propertyChainAxiom | 0..* List |
|
equivalentProperty | 0..* Property |
|
propertyDisjointWith | 0..* Property |
Usages
used by | used in | type | used |
---|---|---|---|
AsymmetricProperty | inverseOf | range | ObjectProperty |
InverseFunctionalProperty | inverseOf | range | ObjectProperty |
IrreflexiveProperty | inverseOf | range | ObjectProperty |
ObjectProperty | inverseOf | range | ObjectProperty |
ReflexiveProperty | inverseOf | range | ObjectProperty |
SymmetricProperty | inverseOf | range | ObjectProperty |
TransitiveProperty | inverseOf | range | ObjectProperty |
Comments
- The class of object properties.
Identifier and Mapping Information
Schema Source
- from schema: http://www.w3.org/2002/07/owl
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['owl:ObjectProperty'] |
native | ['owl:ObjectProperty'] |
LinkML Specification
Direct
name: ObjectProperty
comments:
- The class of object properties.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
is_a: Property
slots:
- inverseOf
- propertyChainAxiom
class_uri: owl:ObjectProperty
Induced
name: ObjectProperty
comments:
- The class of object properties.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
is_a: Property
attributes:
inverseOf:
name: inverseOf
comments:
- The property that determines that two given properties are inverse.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
slot_uri: owl:inverseOf
multivalued: true
alias: inverseOf
owner: ObjectProperty
domain_of:
- ObjectProperty
range: ObjectProperty
propertyChainAxiom:
name: propertyChainAxiom
comments:
- The property that determines the n-tuple of properties that build a sub property
chain of a given property.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
slot_uri: owl:propertyChainAxiom
multivalued: true
alias: propertyChainAxiom
owner: ObjectProperty
domain_of:
- ObjectProperty
range: List
equivalentProperty:
name: equivalentProperty
comments:
- The property that determines that two given properties are equivalent.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
slot_uri: owl:equivalentProperty
multivalued: true
alias: equivalentProperty
owner: ObjectProperty
domain_of:
- Property
range: Property
propertyDisjointWith:
name: propertyDisjointWith
comments:
- The property that determines that two given properties are disjoint.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
slot_uri: owl:propertyDisjointWith
multivalued: true
alias: propertyDisjointWith
owner: ObjectProperty
domain_of:
- Property
range: Property
class_uri: owl:ObjectProperty