Class: Organization
Represents an organization.
__
Recommended resources for organization identifiers include:
_ - Research Organization Registry_
_ - International Standard Name Identifier_
_ - Crossref Funder Registry (to be subsumed into ROR)_
__
For example, the US DOE would be entered as:
_ organization_name: United States Department of Energy_
_ organization_id: ROR:01bj3aw27_
__
URI: schema:Organization
classDiagram
class Organization
click Organization href "../Organization"
Organization : organization_id
Organization : organization_name
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
organization_id | 0..1 Uriorcurie |
Persistent unique identifier for the organization in the format <database nam... | direct |
organization_name | 1 String |
Common name of the organization; use the name recommended by ROR if possible | direct |
Usages
used by | used in | type | used |
---|---|---|---|
CreditMetadata | publisher | range | Organization |
Contributor | affiliations | range | Organization |
FundingReference | funder | range | Organization |
Identifier and Mapping Information
Schema Source
- from schema: https://kbase.github.io/credit_engine/linkml/credit_metadata
Mappings
Mapping Type | Mapped Value |
---|---|
self | schema:Organization |
native | dcm:Organization |
LinkML Source
Direct
name: Organization
description: "Represents an organization.\n\nRecommended resources for organization\
\ identifiers include:\n - [Research Organization Registry](http://ror.org)\n \
\ - [International Standard Name Identifier](https://isni.org)\n - [Crossref Funder\
\ Registry](https://www.crossref.org/services/funder-registry/) (to be subsumed\
\ into ROR)\n\nFor example, the US DOE would be entered as:\n organization_name:\
\ United States Department of Energy\n organization_id: ROR:01bj3aw27\n"
from_schema: https://kbase.github.io/credit_engine/linkml/credit_metadata
attributes:
organization_id:
name: organization_id
description: Persistent unique identifier for the organization in the format <database
name>:<identifier within database>.
examples:
- value: ROR:01bj3aw27
- value: ISNI:0000000123423717
- value: CrossrefFunder:100000015
from_schema: https://kbase.github.io/credit_engine/linkml/components
exact_mappings:
- DataCite:attributes.contributors.affiliation.affiliation_identifier
- DataCite:attributes.creators.affiliation.affiliation_identifier
rank: 1000
slot_uri: schema:identifier
domain_of:
- Organization
range: uriorcurie
pattern: ^[a-zA-Z0-9.-_]+:\S
organization_name:
name: organization_name
description: Common name of the organization; use the name recommended by ROR
if possible.
examples:
- value: KBase
- value: Lawrence Berkeley National Laboratory
- value: The Ohio State University
from_schema: https://kbase.github.io/credit_engine/linkml/components
exact_mappings:
- DataCite:attributes.contributors.affiliation.name
- DataCite:attributes.creators.affiliation.name
- OSTI.ARTICLE:research_organization
- JGI:organisms.pi.institution
rank: 1000
slot_uri: schema:name
domain_of:
- Organization
required: true
class_uri: schema:Organization
Induced
name: Organization
description: "Represents an organization.\n\nRecommended resources for organization\
\ identifiers include:\n - [Research Organization Registry](http://ror.org)\n \
\ - [International Standard Name Identifier](https://isni.org)\n - [Crossref Funder\
\ Registry](https://www.crossref.org/services/funder-registry/) (to be subsumed\
\ into ROR)\n\nFor example, the US DOE would be entered as:\n organization_name:\
\ United States Department of Energy\n organization_id: ROR:01bj3aw27\n"
from_schema: https://kbase.github.io/credit_engine/linkml/credit_metadata
attributes:
organization_id:
name: organization_id
description: Persistent unique identifier for the organization in the format <database
name>:<identifier within database>.
examples:
- value: ROR:01bj3aw27
- value: ISNI:0000000123423717
- value: CrossrefFunder:100000015
from_schema: https://kbase.github.io/credit_engine/linkml/components
exact_mappings:
- DataCite:attributes.contributors.affiliation.affiliation_identifier
- DataCite:attributes.creators.affiliation.affiliation_identifier
rank: 1000
slot_uri: schema:identifier
alias: organization_id
owner: Organization
domain_of:
- Organization
range: uriorcurie
pattern: ^[a-zA-Z0-9.-_]+:\S
organization_name:
name: organization_name
description: Common name of the organization; use the name recommended by ROR
if possible.
examples:
- value: KBase
- value: Lawrence Berkeley National Laboratory
- value: The Ohio State University
from_schema: https://kbase.github.io/credit_engine/linkml/components
exact_mappings:
- DataCite:attributes.contributors.affiliation.name
- DataCite:attributes.creators.affiliation.name
- OSTI.ARTICLE:research_organization
- JGI:organisms.pi.institution
rank: 1000
slot_uri: schema:name
alias: organization_name
owner: Organization
domain_of:
- Organization
range: string
required: true
class_uri: schema:Organization