Skip to content

Class: HdlDataLicense

The data class for the PID metadata license.

URI: pid4cat_model:class/HdlDataLicense

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

      HdlDataLicense : value

Slots

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

Usages

used by used in type used
METADATALICENSE data range HdlDataLicense

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: HdlDataLicense
description: The data class for the PID metadata license.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slots:
- format
- value
slot_usage:
  format:
    name: format
    ifabsent: string
    equals_string: string
  value:
    name: value
    required: true
    equals_string: CC0-1.0

Induced

name: HdlDataLicense
description: The data class for the PID metadata license.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slot_usage:
  format:
    name: format
    ifabsent: string
    equals_string: string
  value:
    name: value
    required: true
    equals_string: CC0-1.0
attributes:
  format:
    name: format
    description: The format of the handle data.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    ifabsent: string
    owner: HdlDataLicense
    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: HdlDataLicense
    domain_of:
    - HdlDataUrl
    - HdlDataContact
    - HdlDataStatus
    - HdlDataSchemaVer
    - HdlDataLicense
    - HdlDataResourceInfo
    - HdlDataRelated
    - HdlDataLog
    range: string
    required: true
    equals_string: CC0-1.0