Skip to content

Class: ArkIdentifier

An ARK (Archival Resource Key).

URI: pid4cat_model:ArkIdentifier

classDiagram class ArkIdentifier click ArkIdentifier href "../ArkIdentifier" RelatedIdentifier <|-- ArkIdentifier click RelatedIdentifier href "../RelatedIdentifier" ArkIdentifier : identifier ArkIdentifier : resolving_url ArkIdentifier : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
identifier 0..1
String
The identifier in recommended notation direct
resolving_url 1
Uri
The URL that resolves the identifier direct
type 1
String
The type of the identifier RelatedIdentifier

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/nfdi4cat/pid4cat-model

Mappings

Mapping Type Mapped Value
self pid4cat_model:ArkIdentifier
native pid4cat_model:ArkIdentifier

LinkML Source

Direct

name: ArkIdentifier
description: An ARK (Archival Resource Key).
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
is_a: RelatedIdentifier
slots:
- identifier
- resolving_url
slot_usage:
  identifier:
    name: identifier
    pattern: ^ark:\/\d{5}/.*$
  resolving_url:
    name: resolving_url
    required: true
    pattern: ^https?:\/\/.*\/ark:\/\d{5}/.*$

Induced

name: ArkIdentifier
description: An ARK (Archival Resource Key).
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
is_a: RelatedIdentifier
slot_usage:
  identifier:
    name: identifier
    pattern: ^ark:\/\d{5}/.*$
  resolving_url:
    name: resolving_url
    required: true
    pattern: ^https?:\/\/.*\/ark:\/\d{5}/.*$
attributes:
  identifier:
    name: identifier
    description: The identifier in recommended notation.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    alias: identifier
    owner: ArkIdentifier
    domain_of:
    - DoiIdentifier
    - HandleIdentifier
    - ArkIdentifier
    - UrnIdentifier
    - GtinIdentifier
    - ExampleIdentifier
    range: string
    pattern: ^ark:\/\d{5}/.*$
  resolving_url:
    name: resolving_url
    description: The URL that resolves the identifier.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    alias: resolving_url
    owner: ArkIdentifier
    domain_of:
    - PurlIdentifier
    - DoiIdentifier
    - HandleIdentifier
    - ArkIdentifier
    - ExampleIdentifier
    range: uri
    required: true
    pattern: ^https?:\/\/.*\/ark:\/\d{5}/.*$
  type:
    name: type
    description: The type of the identifier.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    designates_type: true
    alias: type
    owner: ArkIdentifier
    domain_of:
    - HandleRecord
    - RelatedIdentifier
    range: string
    required: true