Skip to content

Class: Pid4CatRelation

Data class for a relation to another resource identified by a pid4cat handle or another PID type.

URI: pid4cat_model:Pid4CatRelation

classDiagram class Pid4CatRelation click Pid4CatRelation href "../Pid4CatRelation" Pid4CatRelation : datetime_log Pid4CatRelation : related_identifier Pid4CatRelation --> "0..1" RelatedIdentifier : related_identifier click RelatedIdentifier href "../RelatedIdentifier" Pid4CatRelation : relation_type Pid4CatRelation --> "0..1" RelationType : relation_type click RelationType href "../RelationType"

Slots

Name Cardinality and Range Description Inheritance
relation_type 0..1
RelationType
Relation type between the resources direct
related_identifier 0..1
RelatedIdentifier
The related identifier direct
datetime_log 0..1
Datetime
The date and time of a log record direct

Usages

used by used in type used
HdlDataRelated value range Pid4CatRelation

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Pid4CatRelation
description: Data class for a relation to another resource identified by a pid4cat
  handle or another PID type.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slots:
- relation_type
- related_identifier
- datetime_log

Induced

name: Pid4CatRelation
description: Data class for a relation to another resource identified by a pid4cat
  handle or another PID type.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
attributes:
  relation_type:
    name: relation_type
    description: Relation type between the resources.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    alias: relation_type
    owner: Pid4CatRelation
    domain_of:
    - Pid4CatRelation
    range: RelationType
  related_identifier:
    name: related_identifier
    description: The related identifier.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    alias: related_identifier
    owner: Pid4CatRelation
    domain_of:
    - Pid4CatRelation
    range: RelatedIdentifier
  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: Pid4CatRelation
    domain_of:
    - Pid4CatRelation
    - LogRecord
    range: datetime