Class: Thing

  • NOTE: this is an abstract class and should not be instantiated directly

URI: owl:Thing

classDiagram class Thing Thing <|-- NamedObject Thing : type

Inheritance

Slots

Name

Cardinality and Range

Description

Inheritance

type

0..*
Uriorcurie

direct

Usages

used by

used in

type

used

HasMappings

broadMatch

range

Thing

HasMappings

closeMatch

range

Thing

HasMappings

exactMatch

range

Thing

HasMappings

narrowMatch

range

Thing

HasLifeCycle

excluded_from_QC_check

range

Thing

HasLifeCycle

should_conform_to

range

Thing

HasCategory

conformsTo

range

Thing

HasUserInformation

seeAlso

range

Thing

HasUserInformation

image

range

Thing

Ontology

license

range

Thing

Term

excluded_from_QC_check

range

Thing

Term

should_conform_to

range

Thing

Term

broadMatch

range

Thing

Term

closeMatch

range

Thing

Term

exactMatch

range

Thing

Term

narrowMatch

range

Thing

Term

conformsTo

range

Thing

Term

seeAlso

range

Thing

Term

image

range

Thing

Class

has_rank

range

Thing

Class

excluded_from_QC_check

range

Thing

Class

should_conform_to

range

Thing

Class

conformsTo

range

Thing

Class

seeAlso

range

Thing

Class

image

range

Thing

Property

excluded_from_QC_check

range

Thing

Property

should_conform_to

range

Thing

Property

conformsTo

range

Thing

Property

seeAlso

range

Thing

Property

image

range

Thing

AnnotationProperty

excluded_from_QC_check

range

Thing

AnnotationProperty

should_conform_to

range

Thing

AnnotationProperty

conformsTo

range

Thing

AnnotationProperty

seeAlso

range

Thing

AnnotationProperty

image

range

Thing

ObjectProperty

excluded_from_QC_check

range

Thing

ObjectProperty

should_conform_to

range

Thing

ObjectProperty

conformsTo

range

Thing

ObjectProperty

seeAlso

range

Thing

ObjectProperty

image

range

Thing

TransitiveProperty

excluded_from_QC_check

range

Thing

TransitiveProperty

should_conform_to

range

Thing

TransitiveProperty

conformsTo

range

Thing

TransitiveProperty

seeAlso

range

Thing

TransitiveProperty

image

range

Thing

NamedIndividual

excluded_from_QC_check

range

Thing

NamedIndividual

should_conform_to

range

Thing

NamedIndividual

broadMatch

range

Thing

NamedIndividual

closeMatch

range

Thing

NamedIndividual

exactMatch

range

Thing

NamedIndividual

narrowMatch

range

Thing

NamedIndividual

conformsTo

range

Thing

NamedIndividual

seeAlso

range

Thing

NamedIndividual

image

range

Thing

HomoSapiens

excluded_from_QC_check

range

Thing

HomoSapiens

should_conform_to

range

Thing

HomoSapiens

broadMatch

range

Thing

HomoSapiens

closeMatch

range

Thing

HomoSapiens

exactMatch

range

Thing

HomoSapiens

narrowMatch

range

Thing

HomoSapiens

conformsTo

range

Thing

HomoSapiens

seeAlso

range

Thing

HomoSapiens

image

range

Thing

Agent

excluded_from_QC_check

range

Thing

Agent

should_conform_to

range

Thing

Agent

broadMatch

range

Thing

Agent

closeMatch

range

Thing

Agent

exactMatch

range

Thing

Agent

narrowMatch

range

Thing

Agent

conformsTo

range

Thing

Agent

seeAlso

range

Thing

Agent

image

range

Thing

Image

excluded_from_QC_check

range

Thing

Image

should_conform_to

range

Thing

Image

broadMatch

range

Thing

Image

closeMatch

range

Thing

Image

exactMatch

range

Thing

Image

narrowMatch

range

Thing

Image

conformsTo

range

Thing

Image

seeAlso

range

Thing

Image

image

range

Thing

Axiom

has_axiom_label

range

Thing

Axiom

seeAlso

range

Thing

Subset

excluded_from_QC_check

range

Thing

Subset

should_conform_to

range

Thing

Subset

conformsTo

range

Thing

Subset

seeAlso

range

Thing

Subset

image

range

Thing

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/oak/ontology-metadata

Mappings

Mapping Type

Mapped Value

self

owl:Thing

native

omoschema:Thing

LinkML Source

Direct

```yaml name: Thing from_schema: https://w3id.org/oak/ontology-metadata abstract: true slots: - type class_uri: owl:Thing
</details>

### Induced

<details>
```yaml
name: Thing
from_schema: https://w3id.org/oak/ontology-metadata
abstract: true
attributes:
  type:
    name: type
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: logical_predicate
    slot_uri: rdf:type
    multivalued: true
    designates_type: true
    alias: type
    owner: Thing
    domain_of:
    - Thing
    range: uriorcurie
class_uri: owl:Thing