Class: Thing
URI: owl:Thing
classDiagram
Thing <|-- NamedIndividual
Thing <|-- Nothing
Thing : bottomDataProperty
Thing : bottomObjectProperty
Thing : differentFrom
Thing : sameAs
Thing : topDataProperty
Thing : topObjectProperty
Inheritance
- Thing
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
used by | used in | type | used |
---|---|---|---|
NamedIndividual | bottomObjectProperty | range | Thing |
NamedIndividual | differentFrom | range | Thing |
NamedIndividual | sameAs | range | Thing |
NamedIndividual | topObjectProperty | range | Thing |
NegativePropertyAssertion | sourceIndividual | range | Thing |
NegativePropertyAssertion | targetIndividual | range | Thing |
Nothing | bottomObjectProperty | range | Thing |
Nothing | differentFrom | range | Thing |
Nothing | sameAs | range | Thing |
Nothing | topObjectProperty | range | Thing |
Thing | bottomObjectProperty | range | Thing |
Thing | differentFrom | range | Thing |
Thing | sameAs | range | Thing |
Thing | topObjectProperty | range | Thing |
Comments
- The class of OWL individuals.
Identifier and Mapping Information
Schema Source
- from schema: http://www.w3.org/2002/07/owl
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['owl:Thing'] |
native | ['owl:Thing'] |
LinkML Specification
Direct
name: Thing
comments:
- The class of OWL individuals.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
slots:
- bottomObjectProperty
- differentFrom
- sameAs
- topObjectProperty
- bottomDataProperty
- topDataProperty
class_uri: owl:Thing
Induced
name: Thing
comments:
- The class of OWL individuals.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
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: Thing
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: Thing
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: Thing
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: Thing
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: Thing
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: Thing
domain_of:
- Thing
class_uri: owl:Thing