Created
March 28, 2017 23:08
-
-
Save benwbrum/c5664d836022ab5b755fc2c83a4e0aaa to your computer and use it in GitHub Desktop.
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": "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