Skip to content

Instantly share code, notes, and snippets.

@jaw111
Last active October 26, 2015 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaw111/967ffb24811a9d2789c9 to your computer and use it in GitHub Desktop.
Save jaw111/967ffb24811a9d2789c9 to your computer and use it in GitHub Desktop.
{
"@context": {
"@base": "http://qa.data.nxp.com/id/",
"id": "@id",
"data": "@graph",
"dct": "http://purl.org/dc/terms/",
"skos": "http://www.w3.org/2004/02/skos/core#",
"nxp": "http://purl.org/nxp/schema/v1/",
"foaf": "http://xmlns.com/foaf/0.1/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"skosjs": "http://tkurz.github.com/skosjs/ns/2012/03/",
"dct:modified": {
"@type": "xsd:dateTime"
},
"dct:created": {
"@type": "xsd:dateTime"
},
"dct:description": {
"@language": "en-us"
},
"dct:subject": {
"@language": "en-us"
},
"skos:inScheme": {
"@type": "@id",
"@container": "@set"
},
"skos:hasTopConcept": {
"@type": "@id",
"@container": "@set"
},
"skos:topConceptOf": {
"@type": "@id",
"@container": "@set"
},
"skos:related": {
"@type": "@id",
"@container": "@set"
},
"skos:narrower": {
"@type": "@id",
"@container": "@set"
},
"skos:broader": {
"@type": "@id",
"@container": "@set"
},
"skos:prefLabel": {
"@language": "en-us"
},
"foaf:homepage": {
"@type": "@id"
},
"foaf:page": {
"@type": "@id",
"@container": "@set"
},
"foaf:isPrimaryTopicOf": {
"@type": "@id"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment