Skip to content

Class: Species (Species)

A reference to a NCBITaxon identifier.

URI: nfdi4immuno:Species

 classDiagram
    class Species
    click Species href "../Species/"
      AbstractKnowledgeOrganizationSystem <|-- Species
        click AbstractKnowledgeOrganizationSystem href "../AbstractKnowledgeOrganizationSystem/"


      Species <|-- HomoSapiens
        click HomoSapiens href "../HomoSapiens/"


      Species : key

      Species : term

Inheritance

Slots

Name Cardinality and Range Description Inheritance
term 1
String
The human-readable term or label AbstractKnowledgeOrganizationSystem
key 1
Uriorcurie
Identifier/code for the referenced concept AbstractKnowledgeOrganizationSystem

Usages

used by used in type used
AbstractSubject species range Species
NonHumanSubject species range Species
CellCultureSubject species range Species

Identifier and Mapping Information

Schema Source

  • from schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema

Mappings

Mapping Type Mapped Value
self nfdi4immuno:Species
native nfdi4immuno:Species

LinkML Source

Direct

name: Species
description: A reference to a NCBITaxon identifier.
title: Species
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
is_a: AbstractKnowledgeOrganizationSystem
slot_usage:
  key:
    name: key
    pattern: ^NCBITaxon:(\d+)|([a-zA-Z_]+)$

Induced

name: Species
description: A reference to a NCBITaxon identifier.
title: Species
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
is_a: AbstractKnowledgeOrganizationSystem
slot_usage:
  key:
    name: key
    pattern: ^NCBITaxon:(\d+)|([a-zA-Z_]+)$
attributes:
  term:
    name: term
    description: The human-readable term or label.
    title: Term for the referenced concept
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: term
    owner: Species
    domain_of:
    - AbstractKnowledgeOrganizationSystem
    range: string
    required: true
    pattern: ^.+$
  key:
    name: key
    description: Identifier/code  for the referenced concept.
    title: Ontology identifier
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: key
    owner: Species
    domain_of:
    - AbstractKnowledgeOrganizationSystem
    range: uriorcurie
    required: true
    pattern: ^NCBITaxon:(\d+)|([a-zA-Z_]+)$