Class: FunctionalProperty
classDiagram
Property <|-- FunctionalProperty
FunctionalProperty : equivalentProperty
FunctionalProperty : propertyDisjointWith
Inheritance
- Property
- FunctionalProperty
Slots
Name | Cardinality and Range | Description |
---|---|---|
equivalentProperty | 0..* Property |
|
propertyDisjointWith | 0..* Property |
Usages
Comments
- The class of functional properties.
Identifier and Mapping Information
Schema Source
- from schema: http://www.w3.org/2002/07/owl
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['owl:FunctionalProperty'] |
native | ['owl:FunctionalProperty'] |
LinkML Specification
Direct
name: FunctionalProperty
comments:
- The class of functional properties.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
is_a: Property
class_uri: owl:FunctionalProperty
Induced
name: FunctionalProperty
comments:
- The class of functional properties.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
is_a: Property
attributes:
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: FunctionalProperty
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: FunctionalProperty
domain_of:
- Property
range: Property
class_uri: owl:FunctionalProperty