Skip to content

Slot: identifier

Resolvable persistent unique identifier for the resource. Should be in the format :.

URI: schema:identifier

Applicable Classes

Name Description Modifies Slot
CreditMetadata Represents the credit metadata associated with a workspace object no

Properties

  • Range: Uriorcurie

  • Required: True

  • Regex pattern: ^[a-zA-Z0-9.-_]+:\S

Examples

Value
RefSeq:GCF_004214875.1
GenBank:CP035949.1
img.taxon:648028003

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/kbase/credit_engine/schema/kbase/linkml

LinkML Source

name: identifier
description: Resolvable persistent unique identifier for the resource. Should be in
  the format <database name>:<identifier within database>.
examples:
- value: RefSeq:GCF_004214875.1
- value: GenBank:CP035949.1
- value: img.taxon:648028003
from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
exact_mappings:
- DataCite:id
- JGI:organisms.grouped_by
narrow_mappings:
- OSTI.ARTICLE:osti_id
- OSTI.ARTICLE:doi
- ORCID:doi
- ORCID:url
rank: 1000
slot_uri: schema:identifier
alias: identifier
owner: CreditMetadata
domain_of:
- CreditMetadata
range: uriorcurie
required: true
pattern: ^[a-zA-Z0-9.-_]+:\S