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: generic:ThingWithTaxon

classDiagram class ThingWithTaxon ThingWithTaxon <|-- System ThingWithTaxon : in_taxon ThingWithTaxon --|> NamedThing : in_taxon

Slots

Name Cardinality and Range Description Inheritance
in_taxon 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
Device in_taxon domain ThingWithTaxon
SoftwareOrDevice in_taxon domain ThingWithTaxon
Software in_taxon domain ThingWithTaxon
Hardware in_taxon domain ThingWithTaxon
System in_taxon domain ThingWithTaxon
ThingWithTaxon in_taxon domain ThingWithTaxon
OperationalEntity in_taxon domain ThingWithTaxon
IndividualSystem in_taxon domain ThingWithTaxon
Environment in_taxon domain ThingWithTaxon
Component in_taxon domain ThingWithTaxon

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/generic

Mappings

Mapping Type Mapped Value
self generic:ThingWithTaxon
native generic: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/generic
mixin: true
slots:
- in taxon

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/generic
mixin: true
attributes:
  in taxon:
    name: in taxon
    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/generic
    exact_mappings:
    - RO:0002162
    - WIKIDATA.PROPERTY:P703
    narrow_mappings:
    - RO:0002160
    rank: 1000
    is_a: related to at instance level
    domain: ThingWithTaxon
    multivalued: true
    inherited: true
    alias: in_taxon
    owner: ThingWithTaxon
    domain_of:
    - ThingWithTaxon
    range: NamedThing