Skip to content

Class: Datatype

URI: owl:Datatype

classDiagram Datatype <|-- DataRange Datatype : datatypeComplementOf Datatype : onDatatype Datatype : withRestrictions

Inheritance

Slots

Name Cardinality and Range Description
datatypeComplementOf 0..*
Datatype
onDatatype 0..*
Datatype
withRestrictions 0..*
List

Usages

used by used in type used
DataRange datatypeComplementOf range Datatype
DataRange onDatatype range Datatype
Restriction onDataRange range Datatype
Datatype datatypeComplementOf range Datatype
Datatype onDatatype range Datatype

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self ['owl:Datatype']
native ['owl:Datatype']

LinkML Specification

Direct

name: Datatype
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
slots:
- datatypeComplementOf
- onDatatype
- withRestrictions

Induced

name: Datatype
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
attributes:
  datatypeComplementOf:
    name: datatypeComplementOf
    comments:
    - The property that determines that a given data range is the complement of another
      data range with respect to the data domain.
    from_schema: http://www.w3.org/2002/07/owl
    rank: 1000
    slot_uri: owl:datatypeComplementOf
    multivalued: true
    alias: datatypeComplementOf
    owner: Datatype
    domain_of:
    - Datatype
    range: Datatype
  onDatatype:
    name: onDatatype
    comments:
    - The property that determines the datatype that a datatype restriction refers
      to.
    from_schema: http://www.w3.org/2002/07/owl
    rank: 1000
    slot_uri: owl:onDatatype
    multivalued: true
    alias: onDatatype
    owner: Datatype
    domain_of:
    - Datatype
    range: Datatype
  withRestrictions:
    name: withRestrictions
    comments:
    - The property that determines the collection of facet-value pairs that define
      a datatype restriction.
    from_schema: http://www.w3.org/2002/07/owl
    rank: 1000
    slot_uri: owl:withRestrictions
    multivalued: true
    alias: withRestrictions
    owner: Datatype
    domain_of:
    - Datatype
    range: List