Skip to content

Class: ThingWithTaxon

A mixin that can be used on any entity that can be taxonomically classified. This includes individual entities, their products, and other operational entities and processes.

URI: core:ThingWithTaxon

classDiagram class ThingWithTaxon ThingWithTaxon <|-- System ThingWithTaxon : inTaxon ThingWithTaxon ..> NamedThing : inTaxon

Slots

Name Cardinality and Range Description Inheritance
inTaxon 0..*
NamedThing
connects an entity to its taxonomic classification direct

Mixin Usage

mixed into description
System An entity that intends to perform some functions, interacting with other syst...

Usages

used by used in type used
ThingWithTaxon inTaxon domain ThingWithTaxon
System inTaxon domain ThingWithTaxon
SoftwareOrDevice inTaxon domain ThingWithTaxon
Software inTaxon domain ThingWithTaxon
Hardware inTaxon domain ThingWithTaxon
OperatingSystem inTaxon domain ThingWithTaxon
Solaris inTaxon domain ThingWithTaxon
Linux inTaxon domain ThingWithTaxon
Windows inTaxon domain ThingWithTaxon

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/ucs-core

Mappings

Mapping Type Mapped Value
self core:ThingWithTaxon
native core:ThingWithTaxon

LinkML Source

Direct

name: ThingWithTaxon
description: A mixin that can be used on any entity that can be taxonomically classified.
  This includes individual entities, their products, and other operational entities
  and processes.
from_schema: https://w3id.org/lmodel/ucs-core
rank: 1000
mixin: true
slots:
- inTaxon

Induced

name: ThingWithTaxon
description: A mixin that can be used on any entity that can be taxonomically classified.
  This includes individual entities, their products, and other operational entities
  and processes.
from_schema: https://w3id.org/lmodel/ucs-core
rank: 1000
mixin: true
attributes:
  inTaxon:
    name: inTaxon
    annotations:
      canonical_predicate:
        tag: canonical_predicate
        value: 'True'
    description: connects an entity to its taxonomic classification. Only certain
      kinds of entities can be taxonomically classified; see 'ThingWithTaxon'
    from_schema: https://w3id.org/lmodel/ucs-core
    exact_mappings:
    - RO:0002162
    - wikidata.property:P703
    narrow_mappings:
    - RO:0002160
    rank: 1000
    is_a: relatedToAtInstanceLevel
    domain: ThingWithTaxon
    multivalued: true
    inherited: true
    alias: inTaxon
    owner: ThingWithTaxon
    domain_of:
    - ThingWithTaxon
    range: NamedThing