Created
October 30, 2011 20:47
-
-
Save niklasl/1326420 to your computer and use it in GitHub Desktop.
JSON-LD Context Designs
This file contains hidden or 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
| { | |
| "iri": "@subject", | |
| "type": "@type", | |
| "@vocab": "http://rinfo.lagrummet.se/ns/2008/11/rinfo/publ#", | |
| "@language": "sv" | |
| "label": "http://www.w3.org/2000/01/rdf-schema#label", | |
| "comment": "http://www.w3.org/2000/01/rdf-schema#comment", | |
| "title": "http://purl.org/dc/terms/title", | |
| "description": "http://purl.org/dc/terms/description", | |
| "identifier": "http://purl.org/dc/terms/identifier", | |
| "publisher": "http://purl.org/dc/terms/publisher", | |
| "creator": "http://purl.org/dc/terms/creator", | |
| "created": "http://purl.org/dc/terms/created", | |
| "updated": "http://purl.org/dc/terms/updated", | |
| "issued": "http://purl.org/dc/terms/issued", | |
| "references": "http://purl.org/dc/terms/references", | |
| "isVersionOf": "http://purl.org/dc/terms/isVersionOf", | |
| "hasFormat": "http://purl.org/dc/terms/hasFormat", | |
| "hasVersion": "http://purl.org/dc/terms/hasVersion", | |
| "Document": "http://xmlns.com/foaf/0.1/Document", | |
| "Organization": "http://xmlns.com/foaf/0.1/Organization", | |
| "Person": "http://xmlns.com/foaf/0.1/Person", | |
| "name": "http://xmlns.com/foaf/0.1/name", | |
| "primaryTopic": "http://xmlns.com/foaf/0.1/primaryTopic", | |
| "prefLabel": "http://www.w3.org/2004/02/skos/core#prefLabel", | |
| "altLabel": "http://www.w3.org/2004/02/skos/core#altLabel", | |
| "Entry": "http://bblfish.net/work/atom-owl/2006-06-06/#Entry", | |
| "id": "http://bblfish.net/work/atom-owl/2006-06-06/#id", | |
| "entryUpdated": "http://bblfish.net/work/atom-owl/2006-06-06/#updated", | |
| "content": "http://bblfish.net/work/atom-owl/2006-06-06/#content", | |
| "alternate": "http://www.iana.org/assignments/relation/alternate", | |
| "mediaType": "http://bblfish.net/work/atom-owl/2006-06-06/#type", | |
| "prev": "http://www.w3.org/1999/xhtml/vocab#prev", | |
| "current": "http://www.w3.org/1999/xhtml/vocab#current", | |
| "next": "http://www.w3.org/1999/xhtml/vocab#next", | |
| "describedby": "http://www.w3.org/2007/05/powder-s#describedby", | |
| "startIndex": "http://a9.com/-/spec/opensearch/1.1/startIndex", | |
| "itemsPerPage": "http://a9.com/-/spec/opensearch/1.1/itemsPerPage", | |
| "totalResults": "http://a9.com/-/spec/opensearch/1.1/totalResults", | |
| "duration": "http://purl.org/NET/c4dm/timeline.owl#durationXSD", | |
| "items": "http://purl.org/linked-data/api/vocab#items", | |
| "Page": "http://purl.org/linked-data/api/vocab#Page", | |
| "@coerce": { | |
| "beslutsdatum": "date", | |
| "ikrafttradandedatum": "date", | |
| "utfardandedatum": "date", | |
| "utkomFranTryck": "date", | |
| "avgorandedatum": "date", | |
| "avkravtAvrapporteringsdatum": "date", | |
| "ratificeringsdatum": "date", | |
| "issued": "date", | |
| "created": "dateTime", | |
| "updated": "dateTime", | |
| "entryUpdated": "dateTime", | |
| "id": "anyURI", | |
| "identifier": "string", | |
| "domsnummer": "string", | |
| "arsutgava": "string", | |
| "lopnummer": "string" | |
| }, | |
| } |
This file contains hidden or 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
| { | |
| "iri": "@subject", | |
| "type": "@type", | |
| "@vocab": "http://rinfo.lagrummet.se/ns/2008/11/rinfo/publ#", | |
| "@language": "sv" | |
| "beslutsdatum": {"@coerce": "date"}, | |
| "ikrafttradandedatum": {"@coerce": "date"}, | |
| "utfardandedatum": {"@coerce": "date"}, | |
| "utkomFranTryck": {"@coerce": "date"}, | |
| "avgorandedatum": {"@coerce": "date"}, | |
| "avkravtAvrapporteringsdatum": {"@coerce": "date"}, | |
| "ratificeringsdatum": {"@coerce": "date"}, | |
| "domsnummer": {"@coerce": "string"}, | |
| "arsutgava": {"@coerce": "string"}, | |
| "lopnummer": {"@coerce": "string"}, | |
| "label": "http://www.w3.org/2000/01/rdf-schema#label", | |
| "comment": "http://www.w3.org/2000/01/rdf-schema#comment", | |
| "title": "http://purl.org/dc/terms/title", | |
| "description": "http://purl.org/dc/terms/description", | |
| "identifier": { | |
| "@iri": "http://purl.org/dc/terms/identifier", | |
| "@coerce": "string" | |
| }, | |
| "publisher": "http://purl.org/dc/terms/publisher", | |
| "creator": "http://purl.org/dc/terms/creator", | |
| "created": { | |
| "@iri": "http://purl.org/dc/terms/created", | |
| "@coerce": "dateTime" | |
| }, | |
| "updated": { | |
| "@iri": "http://purl.org/dc/terms/updated", | |
| "@coerce": "dateTime" | |
| }, | |
| "issued": { | |
| "@iri": "http://purl.org/dc/terms/issued", | |
| "@coerce": "date" | |
| }, | |
| "references": "http://purl.org/dc/terms/references", | |
| "isVersionOf": "http://purl.org/dc/terms/isVersionOf", | |
| "hasFormat": "http://purl.org/dc/terms/hasFormat", | |
| "hasVersion": "http://purl.org/dc/terms/hasVersion", | |
| "Document": "http://xmlns.com/foaf/0.1/Document", | |
| "Organization": "http://xmlns.com/foaf/0.1/Organization", | |
| "Person": "http://xmlns.com/foaf/0.1/Person", | |
| "name": "http://xmlns.com/foaf/0.1/name", | |
| "primaryTopic": "http://xmlns.com/foaf/0.1/primaryTopic", | |
| "prefLabel": "http://www.w3.org/2004/02/skos/core#prefLabel", | |
| "altLabel": "http://www.w3.org/2004/02/skos/core#altLabel", | |
| "Entry": "http://bblfish.net/work/atom-owl/2006-06-06/#Entry", | |
| "id": { | |
| "@iri": "http://bblfish.net/work/atom-owl/2006-06-06/#id", | |
| "@coerce": "anyURI" | |
| }, | |
| "entryUpdated": { | |
| "@iri": "http://bblfish.net/work/atom-owl/2006-06-06/#updated", | |
| "@coerce": "dateTime" | |
| }, | |
| "content": "http://bblfish.net/work/atom-owl/2006-06-06/#content", | |
| "alternate": "http://www.iana.org/assignments/relation/alternate", | |
| "mediaType": "http://bblfish.net/work/atom-owl/2006-06-06/#type", | |
| "prev": "http://www.w3.org/1999/xhtml/vocab#prev", | |
| "current": "http://www.w3.org/1999/xhtml/vocab#current", | |
| "next": "http://www.w3.org/1999/xhtml/vocab#next", | |
| "describedby": "http://www.w3.org/2007/05/powder-s#describedby", | |
| "startIndex": "http://a9.com/-/spec/opensearch/1.1/startIndex", | |
| "itemsPerPage": "http://a9.com/-/spec/opensearch/1.1/itemsPerPage", | |
| "totalResults": "http://a9.com/-/spec/opensearch/1.1/totalResults", | |
| "duration": "http://purl.org/NET/c4dm/timeline.owl#durationXSD", | |
| "items": "http://purl.org/linked-data/api/vocab#items", | |
| "Page": "http://purl.org/linked-data/api/vocab#Page", | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment