From 3227ebaae59e07f70aeea8967052a858ac98d1de Mon Sep 17 00:00:00 2001 From: Dan Ellis Date: Mon, 18 Nov 2024 20:38:40 +0000 Subject: [PATCH] Create _context --- data_descriptors/collections/_context | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data_descriptors/collections/_context diff --git a/data_descriptors/collections/_context b/data_descriptors/collections/_context new file mode 100644 index 000000000..c20e0cf12 --- /dev/null +++ b/data_descriptors/collections/_context @@ -0,0 +1,13 @@ +{ + "@context":{ + + "project":{ + "@type":"@id", + "@context":"https://wcrp-cmip.github.io/WCRP-UNIVERSE/mip/_context" + }, + "tables":{ + "@type":"@id", + "@context":"https://wcrp-cmip.github.io/MIP-variables/tables/_context" + } +} +}