Skip to content

Enum: HandleDataType

The type of the handle record element.

URI: HandleDataType

Permissible Values

Value Meaning Description
URL None The handle record element is of type URL
STATUS None The handle record element is of custom type STATUS
SCHEMA_VER None The handle record element is of type SCHEMA_VER
LICENSE None The handle record element is of type LICENSE
EMAIL None The handle record element is of type EMAIL
RESOURCE_INFO None The handle record element is of custom type JSON
RELATED None The handle record element is of custom type JSON
LOG None The handle record element is of custom type JSON

Slots

Name Description
type The type of the handle record

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: HandleDataType
description: The type of the handle record element.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
permissible_values:
  URL:
    text: URL
    description: The handle record element is of type URL.
  STATUS:
    text: STATUS
    description: The handle record element is of custom type STATUS.
  SCHEMA_VER:
    text: SCHEMA_VER
    description: The handle record element is of type SCHEMA_VER.
  LICENSE:
    text: LICENSE
    description: The handle record element is of type LICENSE.
  EMAIL:
    text: EMAIL
    description: The handle record element is of type EMAIL.
  RESOURCE_INFO:
    text: RESOURCE_INFO
    description: The handle record element is of custom type JSON.
  RELATED:
    text: RELATED
    description: The handle record element is of custom type JSON.
  LOG:
    text: LOG
    description: The handle record element is of custom type JSON.