Class: Nothing
URI: owl:Nothing
classDiagram
Thing <|-- Nothing
Nothing : bottomDataProperty
Nothing : bottomObjectProperty
Nothing : differentFrom
Nothing : sameAs
Nothing : topDataProperty
Nothing : topObjectProperty
Inheritance
- Thing
- Nothing
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
- This is the empty class.
Identifier and Mapping Information
Schema Source
- from schema: http://www.w3.org/2002/07/owl
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['owl:Nothing'] |
native | ['owl:Nothing'] |
LinkML Specification
Direct
name: Nothing
comments:
- This is the empty class.
from_schema: http://www.w3.org/2002/07/owl
rank: 1000
is_a: Thing
class_uri: owl:Nothing
Induced
name: Nothing
comments:
- This is the empty class.
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: Nothing
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: Nothing
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: Nothing
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: Nothing
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: Nothing
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: Nothing
domain_of:
- Thing
class_uri: owl:Nothing