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 : 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 |
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 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
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
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