Skip to content

Class: HdlDataRelated

The data class for related identifiers.

URI: pid4cat_model:class/HdlDataRelated

 classDiagram
    class HdlDataRelated
    click HdlDataRelated href "../../classes/HdlDataRelated/"
      HdlDataRelated : format

      HdlDataRelated : value





        HdlDataRelated --> "*" Pid4CatRelation : value
        click Pid4CatRelation href "../../classes/Pid4CatRelation/"



Slots

Name Cardinality and Range Description Inheritance
format 0..1
String
The format of the handle data. direct
value *
Pid4CatRelation
The value of the handle data. direct

Usages

used by used in type used
RELATED data range HdlDataRelated

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: HdlDataRelated
description: The data class for related identifiers.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slots:
- format
- value
slot_usage:
  format:
    name: format
    ifabsent: string
    equals_string: string
  value:
    name: value
    range: Pid4CatRelation
    multivalued: true

Induced

name: HdlDataRelated
description: The data class for related identifiers.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slot_usage:
  format:
    name: format
    ifabsent: string
    equals_string: string
  value:
    name: value
    range: Pid4CatRelation
    multivalued: true
attributes:
  format:
    name: format
    description: The format of the handle data.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    ifabsent: string
    owner: HdlDataRelated
    domain_of:
    - HdlDataUrl
    - HdlDataContact
    - HdlDataStatus
    - HdlDataSchemaVer
    - HdlDataLicense
    - HdlDataResourceInfo
    - HdlDataRelated
    - HdlDataLog
    range: string
    equals_string: string
  value:
    name: value
    description: The value of the handle data.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    owner: HdlDataRelated
    domain_of:
    - HdlDataUrl
    - HdlDataContact
    - HdlDataStatus
    - HdlDataSchemaVer
    - HdlDataLicense
    - HdlDataResourceInfo
    - HdlDataRelated
    - HdlDataLog
    range: Pid4CatRelation
    multivalued: true