Class: Organization
Represents an organization.
__
Recommended resources for organization identifiers and canonical organization names include:
_ - Research Organization Registry, http://ror.org_
_ - International Standard Name Identifier, https://isni.org_
_ - Crossref Funder Registry, https://www.crossref.org/services/funder-registry/_
__
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
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..1 String |
Common name of the organization; use the name recommended by ROR if possible | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Contributor | affiliations | range | Organization |
CreditMetadata | publisher | range | Organization |
FundingReference | funder | range | Organization |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
Mappings
Mapping Type | Mapped Value |
---|---|
self | schema:Organization |
native | kbcms:Organization |
LinkML Source
Direct
name: Organization
description: "Represents an organization.\n\nRecommended resources for organization\
\ identifiers and canonical organization names 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/\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://github.com/kbase/credit_engine/schema/kbase/linkml
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://github.com/kbase/credit_engine/schema/kbase/linkml
exact_mappings:
- DataCite:attributes.contributors.affiliation.affiliation_identifier
- DataCite:attributes.creators.affiliation.affiliation_identifier
rank: 1000
slot_uri: schema:identifier
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://github.com/kbase/credit_engine/schema/kbase/linkml
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
required: true
class_uri: schema:Organization
Induced
name: Organization
description: "Represents an organization.\n\nRecommended resources for organization\
\ identifiers and canonical organization names 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/\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://github.com/kbase/credit_engine/schema/kbase/linkml
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://github.com/kbase/credit_engine/schema/kbase/linkml
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://github.com/kbase/credit_engine/schema/kbase/linkml
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