Skip to content

Class: TaxonTermObject

A term object that represents a taxon term from NCBITaxon

URI: gocam:TaxonTermObject

classDiagram class TaxonTermObject click TaxonTermObject href "../TaxonTermObject" TermObject <|-- TaxonTermObject click TermObject href "../TermObject" TaxonTermObject : id TaxonTermObject : label TaxonTermObject : obsolete TaxonTermObject : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1
Uriorcurie
Object
label 0..1
String
Object
type 0..1
Uriorcurie
Object
obsolete 0..1
Boolean
Object

Usages

used by used in type used
Model taxon range TaxonTermObject
Model additional_taxa range TaxonTermObject

Identifier and Mapping Information

Valid ID Prefixes

Instances of this class should have identifiers with one of the following prefixes:

  • NCBITaxon

Schema Source

  • from schema: https://w3id.org/gocam

Mappings

Mapping Type Mapped Value
self gocam:TaxonTermObject
native gocam:TaxonTermObject

LinkML Source

Direct

name: TaxonTermObject
id_prefixes:
- NCBITaxon
description: A term object that represents a taxon term from NCBITaxon
from_schema: https://w3id.org/gocam
is_a: TermObject

Induced

name: TaxonTermObject
id_prefixes:
- NCBITaxon
description: A term object that represents a taxon term from NCBITaxon
from_schema: https://w3id.org/gocam
is_a: TermObject
attributes:
  id:
    name: id
    from_schema: https://w3id.org/gocam
    identifier: true
    alias: id
    owner: TaxonTermObject
    domain_of:
    - Model
    - Activity
    - Object
    range: uriorcurie
    required: true
  label:
    name: label
    from_schema: https://w3id.org/gocam
    rank: 1000
    slot_uri: rdfs:label
    alias: label
    owner: TaxonTermObject
    domain_of:
    - Object
    range: string
  type:
    name: type
    from_schema: https://w3id.org/gocam
    designates_type: true
    alias: type
    owner: TaxonTermObject
    domain_of:
    - Association
    - Object
    range: uriorcurie
  obsolete:
    name: obsolete
    from_schema: https://w3id.org/gocam
    rank: 1000
    alias: obsolete
    owner: TaxonTermObject
    domain_of:
    - Object
    range: boolean