Skip to content

Class: ORCID

Unique persistent identifier for a person, provided by the Open Researcher and Contributor ID (ORCID) organisation.

URI: xyzri:ORCID

classDiagram class ORCID click ORCID href "../ORCID/" Identifier <|-- ORCID click Identifier href "../Identifier/" ORCID : creator ORCID --> "0..1" Thing : creator click Thing href "../Thing/" ORCID : notation ORCID : schema_type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
creator 0..1
Thing
An agent responsible for making an entity Identifier
notation 1
String
The identifier notation is specified without a URL-prefix, or a orcid: pref... Identifier
schema_type 0..1
NodeUriOrCurie
State that the subject is an instance of a particular schema class Identifier

Identifier and Mapping Information

Schema Source

  • from schema: https://concepts.datalad.org/s/demo-research-information/unreleased

Mappings

Mapping Type Mapped Value
self xyzri:ORCID
native xyzri:ORCID
exact obo:IAO_0000708

LinkML Source

Direct

name: ORCID
description: Unique persistent identifier for a person, provided by the Open Researcher
  and Contributor ID (ORCID) organisation.
from_schema: https://concepts.datalad.org/s/demo-research-information/unreleased
exact_mappings:
- obo:IAO_0000708
is_a: Identifier
slot_usage:
  notation:
    name: notation
    description: The identifier notation is specified without a URL-prefix, or a `orcid:`
      prefix.
    pattern: ^\d{4}-\d{4}-\d{4}-\d{3}[0-9X]{1}$
unique_keys:
  value:
    unique_key_name: value
    unique_key_slots:
    - notation
    description: The ORCID notation is globally unique within the scope of ORCIDs

Induced

name: ORCID
description: Unique persistent identifier for a person, provided by the Open Researcher
  and Contributor ID (ORCID) organisation.
from_schema: https://concepts.datalad.org/s/demo-research-information/unreleased
exact_mappings:
- obo:IAO_0000708
is_a: Identifier
slot_usage:
  notation:
    name: notation
    description: The identifier notation is specified without a URL-prefix, or a `orcid:`
      prefix.
    pattern: ^\d{4}-\d{4}-\d{4}-\d{3}[0-9X]{1}$
attributes:
  creator:
    name: creator
    description: An agent responsible for making an entity.
    from_schema: https://concepts.datalad.org/s/demo-research-information/unreleased
    rank: 1000
    slot_uri: dcterms:creator
    alias: creator
    owner: ORCID
    domain_of:
    - Identifier
    range: Thing
  notation:
    name: notation
    description: The identifier notation is specified without a URL-prefix, or a `orcid:`
      prefix.
    from_schema: https://concepts.datalad.org/s/demo-research-information/unreleased
    rank: 1000
    slot_uri: skos:notation
    alias: notation
    owner: ORCID
    domain_of:
    - Identifier
    range: string
    required: true
    pattern: ^\d{4}-\d{4}-\d{4}-\d{3}[0-9X]{1}$
  schema_type:
    name: schema_type
    description: State that the subject is an instance of a particular schema class.
      Typically, no explicit value needs to be assigned to this slot, because it matches
      the class type of a particular record. However, this slots can be used as a
      type designator of a schema element for validation and schema structure handling
      purposes. This is used to indicate specialized schema classes for properties
      that accept a hierarchy of classes as their range.
    from_schema: https://concepts.datalad.org/s/demo-research-information/unreleased
    exact_mappings:
    - dcterms:type
    rank: 1000
    slot_uri: rdf:type
    designates_type: true
    alias: schema_type
    owner: ORCID
    domain_of:
    - ThingMixin
    - Identifier
    range: NodeUriOrCurie
unique_keys:
  value:
    unique_key_name: value
    unique_key_slots:
    - notation
    description: The ORCID notation is globally unique within the scope of ORCIDs