From bc2acea9d6b2398219e8e5e40adf56384756b482 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Sun, 10 Dec 2023 15:22:20 +0100 Subject: [PATCH] projects json-ld context --- contexts/projects.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 contexts/projects.json diff --git a/contexts/projects.json b/contexts/projects.json new file mode 100644 index 0000000..572d499 --- /dev/null +++ b/contexts/projects.json @@ -0,0 +1,18 @@ +{ + "@context": { + "@vocab": "http://xpub.nl/terms/", + "@language": "en", + "xpub": "http://xpub.nl/terms/", + "xpubproject": "https://project.xpub.nl/", + "dc": "http://purl.org/dc/terms/", + "student": { "@id": "xpub:student", "@lang": "en" }, + "project": { "@id": "xpub:project", "@type": "@id" }, + "thesis": { "@id": "xpub:thesis", "@type": "@id" }, + "image": {"@id": "dc:image", "@type": "@id" }, + "title": "dc:title", + "date": {"@id": "dc:date", "@type": "http://www.w3.org/2001/XMLSchema#date"}, + "hasPart": {"@id": "dc:hasPart", "@type": "@id"}, + "url": {"@id": "@id", "@type": "@id"}, + "type": {"@id": "@type", "@type": "@id"} + } +}