Created
May 9, 2018 12:09
-
-
Save pietercolpaert/aec450bf41407b4fd9708da0ebce0ed8 to your computer and use it in GitHub Desktop.
Example of JSON-LD for Het Archief.be
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": { | |
"dcterms": "http://purl.org/dc/terms/", | |
"hydra": "http://www.w3.org/ns/hydra/core#", | |
"schema" : "http://schema.org/", | |
"foaf:topicOf": { | |
"@id": "http://xmlns.com/foaf/0.1/topicOf", | |
"@type": "@id" | |
} | |
}, | |
"@id" : "https://hetarchief.be/nl/media/de-school-op-het-front-studiebladen-van-sursum-corda/CMEPpOVIRqYiVZSYd3Q3k8tL", | |
"hydra:previous": "https://hetarchief.be/nl/media/vrij-belgi%C3%AB/B1IVhaOMLFgCUGNJkVGuZH3S", | |
"hydra:next": "https://hetarchief.be/nl/media/vrij-belgi%C3%AB/J1cnCMfndMbBNrde9VxIyVpB", | |
"@graph" : [ | |
{ | |
"@id": "https://hetarchief.be/nl/pid/0000000j7k", | |
"@type": "schema:Newspaper", | |
"schema:datePublished": "1918-05-01", | |
"schema:headline": "De school op het front: Studiebladen van Sursum Corda", | |
"schema:inLanguage": "nl", | |
"schema:publisher": "Erfgoedbibliotheek Hendrik Conscience", | |
"schema:text": "OCR-tekst zonder speciale tekens", | |
"dcterms:title": "De school op het front: Studiebladen van Sursum Corda", | |
"dcterms:description": "OCR-tekst zonder speciale tekens", | |
"dcterms:created": "1918-05-01", | |
"foaf:topicOf": [ | |
"http://anet.be/record/abraham/opacbnc/c:bnc:6656", | |
"http://linkeddatafragments-qas.viaa.be/hetarchief?subject=http%3A%2F%2Fdata.viaa.be%2Fnoid%2F0000000j7k&predicate=&object=" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment