Skip to content

Class: HdlDataLog

The data class for the change log.

URI: pid4cat_model:class/HdlDataLog

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

      HdlDataLog : value





        HdlDataLog --> "1..*" LogRecord : value
        click LogRecord href "../../classes/LogRecord/"



Slots

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

Usages

used by used in type used
CHANGES data range HdlDataLog

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: HdlDataLog
description: The data class for the change log.
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: LogRecord
    required: true
    multivalued: true

Induced

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