Skip to content

Class: LogRecord

Data class for a change log of modification made on a pid4cat handle record starting from its registration.

URI: pid4cat_model:LogRecord

classDiagram class LogRecord click LogRecord href "../LogRecord" LogRecord : changed_field LogRecord --> "1" ChangeLogField : changed_field click ChangeLogField href "../ChangeLogField" LogRecord : datetime_log LogRecord : description LogRecord : has_agent LogRecord --> "1" Agent : has_agent click Agent href "../Agent"

Slots

Name Cardinality and Range Description Inheritance
datetime_log 1
Datetime
The date and time of a log record direct
has_agent 1
Agent
The person who registered or modified the PID record direct
changed_field 1
ChangeLogField
The field that was changed direct
description 0..1
String
A human-readable description for a resource direct

Usages

used by used in type used
HdlDataLog value range LogRecord
Pid4CatRecord change_log range LogRecord

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: LogRecord
description: Data class for a change log of modification made on a pid4cat handle
  record starting from its registration.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slots:
- datetime_log
- has_agent
- changed_field
- description
slot_usage:
  datetime_log:
    name: datetime_log
    required: true
  has_agent:
    name: has_agent
    required: true
  changed_field:
    name: changed_field
    required: true
  description:
    name: description

Induced

name: LogRecord
description: Data class for a change log of modification made on a pid4cat handle
  record starting from its registration.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slot_usage:
  datetime_log:
    name: datetime_log
    required: true
  has_agent:
    name: has_agent
    required: true
  changed_field:
    name: changed_field
    required: true
  description:
    name: description
attributes:
  datetime_log:
    name: datetime_log
    description: The date and time of a log record.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    alias: datetime_log
    owner: LogRecord
    domain_of:
    - Pid4CatRelation
    - LogRecord
    range: datetime
    required: true
  has_agent:
    name: has_agent
    description: The person who registered or modified the PID record.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    alias: has_agent
    owner: LogRecord
    domain_of:
    - LogRecord
    range: Agent
    required: true
  changed_field:
    name: changed_field
    description: The field that was changed.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    alias: changed_field
    owner: LogRecord
    domain_of:
    - LogRecord
    range: ChangeLogField
    required: true
  description:
    name: description
    description: A human-readable description for a resource.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    alias: description
    owner: LogRecord
    domain_of:
    - ResourceInfo
    - LogRecord
    range: string