Skip to content

Class: Digital Object Identifier

A centrally registered identifier symbol used to uniquely identify digital objects given by International DOI Foundation.

Inheritance

Slots

Name Range Cardinality Description
Schema Value xsd:string 0..1 A property to provide the literal value of a schema based entity.
Schema Name xsd:string 0..1 A property to provide the name of a schema.
External formatter URI xsd:anyURI 0..1 The base URI of the schema that provides the context for the schema based value.

Usages

used by used in type used
Event Series DOI range DigitalObjectId
Event DOI range DigitalObjectId
Publication DOI range DigitalObjectId

Mappings

Mapping Type Mapped Value
self ['OBI:0002110']
native ['confident:DigitalObjectId']

LinkML Source

name: DigitalObjectId
description: A centrally registered identifier symbol used to uniquely identify digital
  objects given by International DOI Foundation.
title: Digital Object Identifier
from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
rank: 1000
is_a: ExternalIdentifier
slot_usage:
  schema_name:
    name: schema_name
    ifabsent: string(DOI)
    domain_of:
    - SchemaBasedThing
    - SchemaBasedThing
  schema_base_uri:
    name: schema_base_uri
    ifabsent: uri(https://doi.org/)
    domain_of:
    - SchemaBasedThing
    - SchemaBasedThing
class_uri: OBI:0002110