Slot: Relations (relations)
Declares an unqualified relation of the subject Thing to another Thing. This schema slot is used to define related things inline. If such a definition is not needed. A qualified relationship can be declared directly using the characterized_by slot.
URI: dlthings:relation
Alias: relations
Applicable Classes
| Name |
Description |
Modifies Slot |
| AnnotationTag |
A tag identifying an annotation |
no |
| Thing |
The most basic, identifiable item |
yes |
| ValueSpecification |
A Thing that is a value of some kind |
no |
| Property |
An RDF property, a Thing used to define a predicate, for example in a `St... |
no |
| Distribution |
A specific (physical) manifestation conceptual entity |
no |
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| Multivalued |
Yes |
Relationship Properties
| Property | Value |
| --- | --- |
| Symmetric | Yes |
| Relational Role | OBJECT |
Schema Source
- from schema: https://concepts.datalad.org/s/things-distributions/unreleased
Mappings
| Mapping Type |
Mapped Value |
| self |
dlthings:relation |
| native |
dlthings:relations |
| exact |
dcat:relation, dcterms:relation |
LinkML Source
name: relations
description: Declares an unqualified relation of the subject `Thing` to another `Thing`.
This schema slot is used to define related things inline. If such a definition is
not needed. A qualified relationship can be declared directly using the `characterized_by`
slot.
title: Relations
from_schema: https://concepts.datalad.org/s/things-distributions/unreleased
exact_mappings:
- dcat:relation
- dcterms:relation
rank: 1000
slot_uri: dlthings:relation
alias: relations
domain_of:
- Thing
symmetric: true
relational_role: OBJECT
range: Thing
multivalued: true