Skip to content

Class: DataRange

URI: owl:DataRange

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

Inheritance

Slots

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

Usages

Comments

  • The class of OWL data ranges, which are special kinds of datatypes. Note: The use of the IRI owl:DataRange has been deprecated as of OWL 2. The IRI rdfs:Datatype SHOULD be used instead.

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

name: DataRange
comments:
- 'The class of OWL data ranges, which are special kinds of datatypes. Note: The use
  of the IRI owl:DataRange has been deprecated as of OWL 2. The IRI rdfs:Datatype
  SHOULD be used instead.'
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
is_a: Datatype
class_uri: owl:DataRange

Induced

name: DataRange
comments:
- 'The class of OWL data ranges, which are special kinds of datatypes. Note: The use
  of the IRI owl:DataRange has been deprecated as of OWL 2. The IRI rdfs:Datatype
  SHOULD be used instead.'
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
is_a: Datatype
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: DataRange
    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: DataRange
    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: DataRange
    domain_of:
    - Datatype
    range: List
class_uri: owl:DataRange