Last active
May 23, 2017 18:03
-
-
Save thatbudakguy/f6d613d30e01d3d8241697f7e2007542 to your computer and use it in GitHub Desktop.
accessceramics context.json
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
{ | |
"@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