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"} + } +}