Skip to content

Instantly share code, notes, and snippets.

@librarywebchic
Forked from anonymous/README.md
Last active August 29, 2015 14:20
Show Gist options
  • Save librarywebchic/e9219e9331c9689a98c8 to your computer and use it in GitHub Desktop.
Save librarywebchic/e9219e9331c9689a98c8 to your computer and use it in GitHub Desktop.
{
"@context": {
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"relators": "http://id.loc.gov/vocabulary/relators/",
"schema": "http://schema.org/",
"viaf": "http://viaf.org/viaf/",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "http://www.worldcat.org/oclc/859406554",
"@type": "schema:Book",
"schema:author": {
"@id": "viaf:305830120"
},
"schema:contributor": {
"@id": "_:b0",
"@type": "schema:Role",
"schema:contributor": {
"@id": "viaf:283191359"
},
"schema:roleName": {
"@id": "relators:wpr"
}
},
"schema:name": "How to be orange : an alternative Dutch assimilation course"
}
]
}
{
"@context": {
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"relators": "http://id.loc.gov/vocabulary/relators/",
"schema": "http://schema.org/",
"viaf": "http://viaf.org/viaf/",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@type": "schema:Book"
}
{
"@context": {
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"relators": "http://id.loc.gov/vocabulary/relators/",
"schema": "http://schema.org/",
"viaf": "http://viaf.org/viaf/",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "http://www.worldcat.org/oclc/859406554",
"@type": "schema:Book",
"schema:author": {
"@id": "viaf:305830120"
},
"schema:contributor": {
"@id": "_:ub11bL7C24"
},
"schema:name": "How to be orange : an alternative Dutch assimilation course"
},
{
"@id": "_:ub11bL7C24",
"@type": "schema:Role",
"schema:contributor": {
"@id": "viaf:283191359"
},
"schema:roleName": {
"@id": "relators:wpr"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment