Skip to content

Class: HdlDataResourceInfo

The data class for the resource info.

URI: pid4cat_model:HdlDataResourceInfo

classDiagram class HdlDataResourceInfo click HdlDataResourceInfo href "../HdlDataResourceInfo" HdlDataResourceInfo : format HdlDataResourceInfo : value HdlDataResourceInfo --> "1" ResourceInfo : value click ResourceInfo href "../ResourceInfo"

Slots

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

Usages

used by used in type used
RESOURCE data range HdlDataResourceInfo

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: HdlDataResourceInfo
description: The data class for the resource info.
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: ResourceInfo
    required: true

Induced

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