Skip to content

Class: PID4CatRelation

A relation between PID4CatRecords or between a PID4CatRecord and other resources with a PID.

URI: pid4cat_model:PID4CatRelation

classDiagram class PID4CatRelation click PID4CatRelation href "../PID4CatRelation" PID4CatRelation : datetime_log PID4CatRelation : has_agent PID4CatRelation --> "0..1" Agent : has_agent click Agent href "../Agent" PID4CatRelation : related_identifier PID4CatRelation : relation_type PID4CatRelation --> "*" RelationType : relation_type click RelationType href "../RelationType"

Slots

Name Cardinality and Range Description Inheritance
relation_type *
RelationType
Relation type between the resources direct
related_identifier 0..1
String
Related identifiers for the resource direct
datetime_log 0..1
String
The date and time of a log record direct
has_agent 0..1
Agent
The person who registered the resource direct

Usages

used by used in type used
PID4CatRecord related_identifiers 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 PID4CatRecords or between a PID4CatRecord and other
  resources with a PID.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slots:
- relation_type
- related_identifier
- datetime_log
- has_agent

Induced

name: PID4CatRelation
description: A relation between PID4CatRecords or between a PID4CatRecord and other
  resources with 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
    slot_uri: schema:identifier
    multivalued: true
    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
    slot_uri: schema:identifier
    alias: related_identifier
    owner: PID4CatRelation
    domain_of:
    - PID4CatRelation
    range: string
  datetime_log:
    name: datetime_log
    description: The date and time of a log record
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    slot_uri: schema:DateTime
    alias: datetime_log
    owner: PID4CatRelation
    domain_of:
    - PID4CatRelation
    - LogRecord
    range: string
  has_agent:
    name: has_agent
    description: The person who registered the resource
    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    rank: 1000
    slot_uri: schema:Agent
    alias: has_agent
    owner: PID4CatRelation
    domain_of:
    - PID4CatRelation
    - LogRecord
    range: Agent