Skip to content

Instantly share code, notes, and snippets.

@thatbudakguy
Last active May 23, 2017 18:03
Show Gist options
  • Save thatbudakguy/f6d613d30e01d3d8241697f7e2007542 to your computer and use it in GitHub Desktop.
Save thatbudakguy/f6d613d30e01d3d8241697f7e2007542 to your computer and use it in GitHub Desktop.
accessceramics context.json
{
"@context": [{
"sc": "http://iiif.io/api/presentation/2#",
"iiif": "http://iiif.io/api/image/2#",
"dcterms": "http://purl.org/dc/terms/",
"dctypes": "http://purl.org/dc/dcmitype/",
"vra": "http://purl.org/vra/",
"title": {
"@id": "dcterms:title"
},
"series": {
"@type": "@id",
"@id": "dcterms:isPartOf"
},
"artist": {
"@type": "@id",
"@id": "dcterms:creator"
},
"created": {
"@id": "dcterms:created"
},
"submitted": {
"@id": "dcterms:dateSubmitted"
},
"accepted": {
"@id": "dcterms:dateAccepted"
},
"technique": {
"@id": "vra:technique"
},
"temperature": {
"@id": "? ? ? ?"
},
"treatment": {
"@id": "? ? ? ?"
},
"material": {
"@id": "vra:material"
},
"type": {
"@id": "dcterms:type"
},
"height": {
"@id": "vra:height"
},
"width": {
"@id": "vra:width"
},
"depth": {
"@id": "vra:depth"
},
"manifests": {
"@type": "@id",
"@id": "sc:hasManifests",
"@container": "@list"
},
"license": {
"@type": "@id",
"@id": "dcterms:rights"
},
"description": {
"@id": "dcterms:description"
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment