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 an 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

Comments

  • can generate schema:url from the identifier

Identifier and Mapping Information

Schema Source

  • from schema: https://kbase.github.io/credit_engine/linkml/credit_metadata

Mappings

Mapping Type Mapped Value
self schema:identifier
native dcm:identifier

LinkML Source

name: identifier
description: Resolvable persistent unique identifier for the resource. Should be in
  the format <database name>:<identifier within database>.
comments:
- can generate schema:url from the identifier
examples:
- value: RefSeq:GCF_004214875.1
- value: GenBank:CP035949.1
- value: img.taxon:648028003
from_schema: https://kbase.github.io/credit_engine/linkml/credit_metadata
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: identifier
owner: CreditMetadata
domain_of:
- CreditMetadata
range: uriorcurie
required: true
pattern: ^[a-zA-Z0-9.-_]+:\S