From 17dbcd3cfba82d4dd0eb2b543f0f19bcf801cbe9 Mon Sep 17 00:00:00 2001 From: Stian Soiland-Reyes Date: Fri, 14 Jul 2023 14:50:41 +0100 Subject: [PATCH] now also JSON-LD context --- ods/context.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ods/context.json diff --git a/ods/context.json b/ods/context.json new file mode 100644 index 0000000..52feaa7 --- /dev/null +++ b/ods/context.json @@ -0,0 +1,16 @@ +{ + "@context": [ + "https://w3id.org/ro/crate/1.1/context", + { + "Specimen": "https://w3id.org/ro/terms/ods#Specimen", + "SpecimenRecord": "https://w3id.org/ro/terms/ods#SpecimenRecord", + "authoritative": "https://w3id.org/ro/terms/ods#authoritative", + "modified": "https://w3id.org/ro/terms/ods#modified", + "midsLevel": "https://w3id.org/ro/terms/ods#midsLevel", + "physicalSpecimenId": "https://w3id.org/ro/terms/ods#physicalSpecimenId", + "institution": "https://w3id.org/ro/terms/ods#institution", + "materialType": "https://w3id.org/ro/terms/ods#materialType", + "name": "https://w3id.org/ro/terms/ods#name" + } + ] +} \ No newline at end of file