Examples
Worked examples
- Is an instance
A DMP serialisation whose '@context' resolves to the published RDA Common Standard vocabulary and whose dataset entities are joinable to DataCite DOIs.
- Is an instance
A SPARQL query combining DMP graphs with funder-grant graphs.
Counter-examples
Looks similar, but isn't
- Not an instance
Plain RDA-CS JSON without a '@context' (still useful, but not linked-data).
- Not an instance
DCAT-AP (a different vocabulary for catalogues).
Editorial commentary
JSON-LD adds a '@context' that maps RDA Common Standard properties to IRIs in a published vocabulary, allowing DMP entities to be dereferenced and reasoned over with standard semantic-web tooling (SPARQL, SHACL). This supports use cases such as joining DMP datasets to the OpenAIRE Research Graph or to institutional CRIS knowledge graphs.
References
- RDA DMP Common Standards WG JSON-LD context publications.
Also known as
DMP-LD · RDA DMP CS JSON-LD
Machine-readable encodings
Use in your systems
<role vocab="credit"
vocab-identifier="https://casrai.org/dictionary/"
vocab-term="DMP RDA-JSON-LD"
vocab-term-identifier="https://casrai.org/dictionary/term/dmp-rda-json-ld" />{
"@context": "https://schema.org",
"@type": "DefinedTerm",
"name": "DMP RDA-JSON-LD",
"identifier": "https://casrai.org/dictionary/term/dmp-rda-json-ld",
"description": "A JSON-LD context and ontology rendering of the RDA DMP Common Standard, enabling DMP graphs to be expressed as linked data and merged with other research-information graphs.",
"inDefinedTermSet": "https://casrai.org/dictionary/domain/machine-actionable-data-management-plans-madmp/",
"url": "https://casrai.org/dictionary/term/dmp-rda-json-ld",
"sameAs": [
"DMP-LD",
"RDA DMP CS JSON-LD"
],
"license": "https://creativecommons.org/licenses/by/4.0/"
}







