Skip to content

Class: Property

URI: rdf:Property

classDiagram Property <|-- AnnotationProperty Property <|-- DatatypeProperty Property <|-- DeprecatedProperty Property <|-- FunctionalProperty Property <|-- ObjectProperty Property <|-- OntologyProperty Property : equivalentProperty Property : propertyDisjointWith

Inheritance

Slots

Name Cardinality and Range Description
equivalentProperty 0..*
Property
propertyDisjointWith 0..*
Property

Usages

used by used in type used
Property equivalentProperty range Property
Property propertyDisjointWith range Property
AnnotationProperty equivalentProperty range Property
AnnotationProperty propertyDisjointWith range Property
AsymmetricProperty equivalentProperty range Property
AsymmetricProperty propertyDisjointWith range Property
DatatypeProperty equivalentProperty range Property
DatatypeProperty propertyDisjointWith range Property
DeprecatedProperty equivalentProperty range Property
DeprecatedProperty propertyDisjointWith range Property
FunctionalProperty equivalentProperty range Property
FunctionalProperty propertyDisjointWith range Property
InverseFunctionalProperty equivalentProperty range Property
InverseFunctionalProperty propertyDisjointWith range Property
IrreflexiveProperty equivalentProperty range Property
IrreflexiveProperty propertyDisjointWith range Property
NegativePropertyAssertion assertionProperty range Property
ObjectProperty equivalentProperty range Property
ObjectProperty propertyDisjointWith range Property
OntologyProperty equivalentProperty range Property
OntologyProperty propertyDisjointWith range Property
ReflexiveProperty equivalentProperty range Property
ReflexiveProperty propertyDisjointWith range Property
Restriction onProperty range Property
SymmetricProperty equivalentProperty range Property
SymmetricProperty propertyDisjointWith range Property
TransitiveProperty equivalentProperty range Property
TransitiveProperty propertyDisjointWith range Property

Identifier and Mapping Information

Schema Source

  • from schema: http://www.w3.org/2002/07/owl

Mappings

Mapping Type Mapped Value
self ['rdf:Property']
native ['owl:Property']

LinkML Specification

Direct

name: Property
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
slots:
- equivalentProperty
- propertyDisjointWith
class_uri: rdf:Property

Induced

name: Property
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
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: Property
    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: Property
    domain_of:
    - Property
    range: Property
class_uri: rdf:Property