From 3bdf0c5847b7ed9a8fea320b23f3da573ea35ceb Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Sun, 10 Dec 2023 16:30:39 +0100 Subject: [PATCH] projects json-ld context from xpub.nl --- scripts/projects.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 scripts/projects.json diff --git a/scripts/projects.json b/scripts/projects.json new file mode 100644 index 0000000..572d499 --- /dev/null +++ b/scripts/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"} + } +}