Skip to content

Class: ExampleIdentifier

An example.org test identifier.

URI: pid4cat_model:ExampleIdentifier

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

Inheritance

Slots

Name Cardinality and Range Description Inheritance
identifier 0..1
String
The identifier in recommended notation direct
resolving_url 0..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:ExampleIdentifier
native pid4cat_model:ExampleIdentifier

LinkML Source

Direct

name: ExampleIdentifier
description: An example.org test identifier.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
is_a: RelatedIdentifier
slots:
- identifier
- resolving_url
slot_usage:
  identifier:
    name: identifier
    pattern: ^ex:.*$
  resolving_url:
    name: resolving_url
    pattern: ^https?:\/\/(.+\.)?example.(org|com)\/.*$

Induced

name: ExampleIdentifier
description: An example.org test identifier.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
is_a: RelatedIdentifier
slot_usage:
  identifier:
    name: identifier
    pattern: ^ex:.*$
  resolving_url:
    name: resolving_url
    pattern: ^https?:\/\/(.+\.)?example.(org|com)\/.*$
attributes:
  identifier:
    name: identifier
    description: The identifier in recommended notation.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    alias: identifier
    owner: ExampleIdentifier
    domain_of:
    - DoiIdentifier
    - HandleIdentifier
    - ArkIdentifier
    - UrnIdentifier
    - GtinIdentifier
    - ExampleIdentifier
    range: string
    pattern: ^ex:.*$
  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: ExampleIdentifier
    domain_of:
    - PurlIdentifier
    - DoiIdentifier
    - HandleIdentifier
    - ArkIdentifier
    - ExampleIdentifier
    range: uri
    pattern: ^https?:\/\/(.+\.)?example.(org|com)\/.*$
  type:
    name: type
    description: The type of the identifier.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    designates_type: true
    alias: type
    owner: ExampleIdentifier
    domain_of:
    - HandleRecord
    - RelatedIdentifier
    range: string
    required: true