Skip to content

Class: Trait

URI: traits:Trait

erDiagram Trait { string id string label }

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1..1
String
A unique identifier for the named entity NamedEntity
label 0..1
String
The label (name) of the named thing NamedEntity

Usages

used by used in type used
Taxon metabolic_traits range Trait
Taxon morphological_traits range Trait
Taxon genetic_traits range Trait
Taxon cellular_traits range Trait
Taxon ecological_traits range Trait
Taxon reproductive_traits range Trait
Taxon survival_traits range Trait
Taxon phenotypic_plasticiticy_traits range Trait
Taxon preferred_environments range Trait

Identifier and Mapping Information

Valid ID Prefixes

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

  • ECOCORE

  • PATO

  • GO

  • OBA

  • BIODIVTHES

Annotations

property value
annotators sqlite:obo:ecocore, sqlite:obo:pato, sqlite:obo:go, sqlite:obo:oba, bioportal:biodivthes

Schema Source

  • from schema: http://w3id.org/ontogpt/traits

Mappings

Mapping Type Mapped Value
self traits:Trait
native traits:Trait

LinkML Source

Direct

name: Trait
id_prefixes:
- ECOCORE
- PATO
- GO
- OBA
- BIODIVTHES
annotations:
  annotators:
    tag: annotators
    value: sqlite:obo:ecocore, sqlite:obo:pato, sqlite:obo:go, sqlite:obo:oba, bioportal:biodivthes
from_schema: http://w3id.org/ontogpt/traits
is_a: NamedEntity

Induced

name: Trait
id_prefixes:
- ECOCORE
- PATO
- GO
- OBA
- BIODIVTHES
annotations:
  annotators:
    tag: annotators
    value: sqlite:obo:ecocore, sqlite:obo:pato, sqlite:obo:go, sqlite:obo:oba, bioportal:biodivthes
from_schema: http://w3id.org/ontogpt/traits
is_a: NamedEntity
attributes:
  id:
    name: id
    annotations:
      prompt.skip:
        tag: prompt.skip
        value: 'true'
    description: A unique identifier for the named entity
    comments:
    - this is populated during the grounding and normalization step
    from_schema: http://w3id.org/ontogpt/traits
    rank: 1000
    identifier: true
    alias: id
    owner: Trait
    domain_of:
    - NamedEntity
    - Publication
    range: string
    required: true
  label:
    name: label
    annotations:
      owl:
        tag: owl
        value: AnnotationProperty, AnnotationAssertion
    description: The label (name) of the named thing
    from_schema: http://w3id.org/ontogpt/traits
    aliases:
    - name
    rank: 1000
    slot_uri: rdfs:label
    alias: label
    owner: Trait
    domain_of:
    - NamedEntity
    range: string