Skip to content

Instantly share code, notes, and snippets.

@hvanstappen
Created September 3, 2021 11:55
Show Gist options
  • Save hvanstappen/a7b74066c4f556db292192f4c619c484 to your computer and use it in GitHub Desktop.
Save hvanstappen/a7b74066c4f556db292192f4c619c484 to your computer and use it in GitHub Desktop.
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://40693966-a425-4217-acfa-6c453cc60ec6",
"@type": "sc:Manifest",
"label": [
"kerk",
{
"@value": "church",
"@language": "en"
}
],
"metadata": [
{
"label": "label-aat-uri",
"value": "http://aat/123456"
}
],
"description": [
{
"@value": "This is a church",
"@language": "en"
}
],
"license": "https://creativecommons.org/licenses/by/3.0/",
"attribution": "VAI",
"sequences": [
{
"@id": "http://de41894b-df58-4c56-8b03-8b63847a9d2e",
"@type": "sc:Sequence",
"label": [
{
"@value": "Normal Sequence",
"@language": "en"
}
],
"canvases": []
}
],
"structures": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment