Skip to content

Instantly share code, notes, and snippets.

@regisrob
Last active November 7, 2016 17:23
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 regisrob/882ab01636ac2b54aa06b0502acd4f5d to your computer and use it in GitHub Desktop.
Save regisrob/882ab01636ac2b54aa06b0502acd4f5d to your computer and use it in GitHub Desktop.
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://biblissima.fr/iiif/collection/{ARK_BIBMA_COLLECTION}",
"label": "{TITLE_PAGE_COLLECTION}",
"@type": "sc:Collection",
"attribution": "IIIF Collection provided by Biblissima.",
"logo": "http://static.biblissima.fr/images/logo-biblissima-350w.jpg",
"related": [
"{URL_PAGE_COLLECTION}",
"{./Collection/Record}"
],
"seeAlso": [
{
"@id": "{URL_RDF_COLLECTION}",
"format": "application/rdf+xml"
},
{
"@id": "{URL_N3_COLLECTION}",
"format": "text/n3"
}
],
"metadata": [
{
"label": "Former owner",
"value": "{./Collection/Participant[@role='r4010']/Name_Bbma}",
},
{
"label": "Referenced in",
"value": "{./Collection/Inventory/Title}"
}
],
"members": [
{
"@id": "{./Book/Manifest}",
"label": "{COTE_COMPLETE_CONCATENEE}",
"thumbnail": "{./Book/Thumbnail}",
"related": [
{
"@id": "{./Book/DigitalSurrogate}",
"format": "text/html",
"label": "Digital object"
},
{
"@id": "{./Book/Record}",
"format": "text/html",
"label": "Catalog record"
}
],
"seeAlso": [
{
"@id": "{URL_RDF_MANUSCRIPT}",
"format": "application/rdf+xml"
},
{
"@id": "{URL_N3_MANUSCRIPT}",
"format": "text/n3"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment