Skip to content

Class: Pid4CatRelation

A relation between pid4cat handles or between a pid4cat handle and other resources identified by a PID.

URI: pid4cat_model:Pid4CatRelation

classDiagram class Pid4CatRelation click Pid4CatRelation href "../Pid4CatRelation" Pid4CatRelation : datetime_log Pid4CatRelation : related_identifier 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
Uri
Related identifiers for the resource direct
datetime_log 0..1
Datetime
The date and time of a log record direct

Usages

used by used in type used
HandleData value exactly_one_of[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: A relation between pid4cat handles or between a pid4cat handle and other
  resources identified by a PID.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slots:
- relation_type
- related_identifier
- datetime_log

Induced

name: Pid4CatRelation
description: A relation between pid4cat handles or between a pid4cat handle and other
  resources identified by a PID.
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: Related identifiers for the resource.
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    alias: related_identifier
    owner: Pid4CatRelation
    domain_of:
    - Pid4CatRelation
    range: uri
  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