Skip to content

Class: Antibody Registry (AntibodyRegistry)

The identifier of an antibody in the Antibody Registry.

URI: nfdi4immuno:AntibodyRegistry

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

      AntibodyRegistry : key

      AntibodyRegistry : 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

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: AntibodyRegistry
description: The identifier of an antibody in the Antibody Registry.
title: Antibody Registry
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
is_a: AbstractKnowledgeOrganizationSystem
slot_usage:
  key:
    name: key
    pattern: ^antibodyregistry:\d{6}$

Induced

name: AntibodyRegistry
description: The identifier of an antibody in the Antibody Registry.
title: Antibody Registry
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
is_a: AbstractKnowledgeOrganizationSystem
slot_usage:
  key:
    name: key
    pattern: ^antibodyregistry:\d{6}$
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: AntibodyRegistry
    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: AntibodyRegistry
    domain_of:
    - AbstractKnowledgeOrganizationSystem
    range: uriorcurie
    required: true
    pattern: ^antibodyregistry:\d{6}$