Class: HandleData
The data element in the handle API.
classDiagram
class HandleData
click HandleData href "../HandleData"
HandleData : format
HandleData : value
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
format | 0..1 String |
The format of the handle data | direct |
value | 0..1 String or PID4CatStatus or String or PID4CatRelation or ResourceInfo or PID4CatRelation or LogRecord |
The value of the handle data | direct |
Usages
used by | used in | type | used |
---|---|---|---|
HandleRecord | data | range | HandleData |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nfdi4cat/pid4cat-model
Mappings
Mapping Type | Mapped Value |
---|---|
self | pid4cat_model:HandleData |
native | pid4cat_model:HandleData |
LinkML Source
Direct
name: HandleData
description: The data element in the handle API.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slots:
- format
- value
Induced
name: HandleData
description: The data element in the handle API.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
attributes:
format:
name: format
description: The format of the handle data.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
alias: format
owner: HandleData
domain_of:
- HandleData
range: string
value:
name: value
description: The value of the handle data.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
alias: value
owner: HandleData
domain_of:
- HandleData
range: string
exactly_one_of:
- range: PID4CatStatus
- range: string
- range: PID4CatRelation
- range: ResourceInfo
- range: PID4CatRelation
- range: LogRecord