Skip to content

Instantly share code, notes, and snippets.

@benwbrum
Created March 28, 2017 23:08
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 benwbrum/c5664d836022ab5b755fc2c83a4e0aaa to your computer and use it in GitHub Desktop.
Save benwbrum/c5664d836022ab5b755fc2c83a4e0aaa to your computer and use it in GitHub Desktop.
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "http://example.edu/iiif/collections",
"@type": "sc:Collection",
"label": "DSpace Communities at Example.edu",
"related": {
"@id": "https://repositories.tdl.org/tamug-ir/",
"format": "text/html"
},
"collections": [
{
"@id": "http://example.edu/iiif/collections/2",
"@type": "sc:Collection",
"label": "Faculty Scholarly Works"
},
{
"@id": "http://example.edu/iiif/collections/1024",
"@type": "sc:Collection",
"label": "Galveston Bay Information Collection"
},
{
"@id": "http://example.edu/iiif/collections/104",
"@type": "sc:Collection",
"label": "Library Special Collections, Marine and Maritime Collection"
},
{
"@id": "http://example.edu/iiif/collections/21024",
"@type": "sc:Collection",
"label": "ShoreNet: Beach, Shore, and Coastal Management Information"
},
{
"@id": "http://example.edu/iiif/collections/13024",
"@type": "sc:Collection",
"label": "Student Work Sponsored by TAMUG Faculty"
},
{
"@id": "http://example.edu/iiif/collections/14",
"@type": "sc:Collection",
"label": "TAMUG University Archives"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment