Class: Organization (Organization)
A reference to a ROR-registered organization.
classDiagram
class Organization
click Organization href "../Organization/"
AbstractKnowledgeOrganizationSystem <|-- Organization
click AbstractKnowledgeOrganizationSystem href "../AbstractKnowledgeOrganizationSystem/"
Organization : key
Organization : term
Inheritance
- AbstractKnowledgeOrganizationSystem
- Organization
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 |
|---|---|---|---|
| Affiliation | organization | range | Organization |
Identifier and Mapping Information
Schema Source
- from schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | nfdi4immuno:Organization |
| native | nfdi4immuno:Organization |
LinkML Source
Direct
name: Organization
description: A reference to a ROR-registered organization.
title: Organization
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
is_a: AbstractKnowledgeOrganizationSystem
slot_usage:
key:
name: key
pattern: ^ROR:0[a-z0-9]{6}[0-9]{2}$
Induced
name: Organization
description: A reference to a ROR-registered organization.
title: Organization
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
is_a: AbstractKnowledgeOrganizationSystem
slot_usage:
key:
name: key
pattern: ^ROR:0[a-z0-9]{6}[0-9]{2}$
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: Organization
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: Organization
domain_of:
- AbstractKnowledgeOrganizationSystem
range: uriorcurie
required: true
pattern: ^ROR:0[a-z0-9]{6}[0-9]{2}$