Skip to content

Class: Referenced Concept (AbstractKnowledgeOrganizationSystem)

A concept referenced by a standardized identifier from an external system such as ontologies, controlled vocabularies, taxonomies, registries, or classification systems.

__

  • NOTE: this is an abstract class and should not be instantiated directly

URI: nfdi4immuno:AbstractKnowledgeOrganizationSystem

 classDiagram
    class AbstractKnowledgeOrganizationSystem
    click AbstractKnowledgeOrganizationSystem href "../AbstractKnowledgeOrganizationSystem/"
      AbstractKnowledgeOrganizationSystem <|-- AntibodyRegistry
        click AntibodyRegistry href "../AntibodyRegistry/"
      AbstractKnowledgeOrganizationSystem <|-- Species
        click Species href "../Species/"
      AbstractKnowledgeOrganizationSystem <|-- HLAGene
        click HLAGene href "../HLAGene/"
      AbstractKnowledgeOrganizationSystem <|-- Disease
        click Disease href "../Disease/"
      AbstractKnowledgeOrganizationSystem <|-- Tissue
        click Tissue href "../Tissue/"
      AbstractKnowledgeOrganizationSystem <|-- Organization
        click Organization href "../Organization/"

      AbstractKnowledgeOrganizationSystem : key

      AbstractKnowledgeOrganizationSystem : term

Inheritance

Slots

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

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: AbstractKnowledgeOrganizationSystem
description: 'A concept referenced by a standardized identifier from an external system
  such as ontologies, controlled vocabularies, taxonomies, registries, or classification
  systems.

  '
title: Referenced Concept
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
abstract: true
slots:
- term
- key

Induced

name: AbstractKnowledgeOrganizationSystem
description: 'A concept referenced by a standardized identifier from an external system
  such as ontologies, controlled vocabularies, taxonomies, registries, or classification
  systems.

  '
title: Referenced Concept
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
abstract: true
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: AbstractKnowledgeOrganizationSystem
    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: AbstractKnowledgeOrganizationSystem
    domain_of:
    - AbstractKnowledgeOrganizationSystem
    range: uriorcurie
    required: true
    pattern: ^.+$