Skip to content

Class: NamedIndividual

URI: owl:NamedIndividual

classDiagram Thing <|-- NamedIndividual NamedIndividual : bottomDataProperty NamedIndividual : bottomObjectProperty NamedIndividual : differentFrom NamedIndividual : sameAs NamedIndividual : topDataProperty NamedIndividual : topObjectProperty

Inheritance

Slots

Name Cardinality and Range Description
bottomObjectProperty 0..*
Thing
differentFrom 0..*
Thing
sameAs 0..*
Thing
topObjectProperty 0..*
Thing
bottomDataProperty 0..*
NONE
topDataProperty 0..*
NONE

Usages

Comments

  • The class of named individuals.

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

name: NamedIndividual
comments:
- The class of named individuals.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
is_a: Thing
class_uri: owl:NamedIndividual

Induced

name: NamedIndividual
comments:
- The class of named individuals.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
is_a: Thing
attributes:
  bottomObjectProperty:
    name: bottomObjectProperty
    comments:
    - The object property that does not relate any two individuals.
    from_schema: http://www.w3.org/2002/07/owl
    rank: 1000
    slot_uri: owl:bottomObjectProperty
    multivalued: true
    alias: bottomObjectProperty
    owner: NamedIndividual
    domain_of:
    - Thing
    range: Thing
  differentFrom:
    name: differentFrom
    comments:
    - The property that determines that two given individuals are different.
    from_schema: http://www.w3.org/2002/07/owl
    rank: 1000
    slot_uri: owl:differentFrom
    multivalued: true
    alias: differentFrom
    owner: NamedIndividual
    domain_of:
    - Thing
    range: Thing
  sameAs:
    name: sameAs
    comments:
    - The property that determines that two given individuals are equal.
    from_schema: http://www.w3.org/2002/07/owl
    rank: 1000
    slot_uri: owl:sameAs
    multivalued: true
    alias: sameAs
    owner: NamedIndividual
    domain_of:
    - Thing
    range: Thing
  topObjectProperty:
    name: topObjectProperty
    comments:
    - The object property that relates every two individuals.
    from_schema: http://www.w3.org/2002/07/owl
    rank: 1000
    slot_uri: owl:topObjectProperty
    multivalued: true
    alias: topObjectProperty
    owner: NamedIndividual
    domain_of:
    - Thing
    range: Thing
  bottomDataProperty:
    name: bottomDataProperty
    comments:
    - The data property that does not relate any individual to any data value.
    from_schema: http://www.w3.org/2002/07/owl
    rank: 1000
    slot_uri: owl:bottomDataProperty
    multivalued: true
    alias: bottomDataProperty
    owner: NamedIndividual
    domain_of:
    - Thing
  topDataProperty:
    name: topDataProperty
    comments:
    - The data property that relates every individual to every data value.
    from_schema: http://www.w3.org/2002/07/owl
    rank: 1000
    slot_uri: owl:topDataProperty
    multivalued: true
    alias: topDataProperty
    owner: NamedIndividual
    domain_of:
    - Thing
class_uri: owl:NamedIndividual