Skip to content

Class: HdlDataStatus

The data class for the PID status information.

URI: pid4cat_model:class/HdlDataStatus

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

      HdlDataStatus : value





        HdlDataStatus --> "1" Pid4CatStatus : value
        click Pid4CatStatus href "../../enums/Pid4CatStatus/"



Slots

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

Usages

used by used in type used
STATUS data range HdlDataStatus

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: HdlDataStatus
description: The data class for the PID status information.
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: Pid4CatStatus
    required: true

Induced

name: HdlDataStatus
description: The data class for the PID status information.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slot_usage:
  format:
    name: format
    ifabsent: string
    equals_string: string
  value:
    name: value
    range: Pid4CatStatus
    required: 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: HdlDataStatus
    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: HdlDataStatus
    domain_of:
    - HdlDataUrl
    - HdlDataContact
    - HdlDataStatus
    - HdlDataSchemaVer
    - HdlDataLicense
    - HdlDataResourceInfo
    - HdlDataRelated
    - HdlDataLog
    range: Pid4CatStatus
    required: true