From 029a7941b0c6e114f7d606057d9b5552207de86e Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Tue, 6 Jan 2026 15:28:29 -0500 Subject: [PATCH] Enhance metadata documentation with resource relations Added section on Related Resource Relation with examples. --- docs/user-guide-sharing/dandiset-metadata.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/user-guide-sharing/dandiset-metadata.md b/docs/user-guide-sharing/dandiset-metadata.md index 76535c4b..a3fbe4a1 100644 --- a/docs/user-guide-sharing/dandiset-metadata.md +++ b/docs/user-guide-sharing/dandiset-metadata.md @@ -66,3 +66,14 @@ It is highly recommended to add links to the following resources (if they exist) * A data analysis library associated with the publication that can take this data as input * An example notebook submitted to http://github.com/dandi/example-notebooks that demonstrates how to use the data * Associated datasets published on DANDI or on other archives. + +#### Related Resource Relation + +Related Resources include a relation attribute. +The relation tag describes the relationship FROM the Dandiset TO the resource. +In other words, this relation should satisfy: dandiset resource. + +Some common relations include: +* For a publication or preprint that is the primary account of the data being deposited, use "dcite:isDescribedBy". +* For a data descriptor paper, e.g. as is common in the journal Scientific Data, use "dcite:IsDocumentedBy". +* To associate a new paper that analyzes the data in this Dandiset, use "dcite:IsCitedBy".