diff --git a/docs/data-model/relationships.md b/docs/data-model/relationships.md index 831a7df..7f157bc 100644 --- a/docs/data-model/relationships.md +++ b/docs/data-model/relationships.md @@ -127,6 +127,8 @@ Further specifies the relation semantic, indicating the relation direction, e.g. The following table lists all the possible relation semantics found in the graph dump. +Note: the labels used to specify the semantic of the relationships are (for the large) inherited from the [DataCite metadata kernel](https://schema.datacite.org/meta/kernel-4.4/doc/DataCite-MetadataKernel_v4.4.pdf), which provides a description for them. + | # | Source entity type | Target entity type | Relation type | Relation name | Inverse relation name | |:--:|:------------------:|:-------------------:|:-------------:|:---------------------------:|:----------------------------:| | 1 | [Project](entities/project) | [Result](entities/result) | outcome | produces | isProducedBy |