Skip to content

Instantly share code, notes, and snippets.

@regisrob
Last active November 24, 2016 14:22
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/cd6d7d220bcdfc0c92c02298bf21168b to your computer and use it in GitHub Desktop.
Save regisrob/cd6d7d220bcdfc0c92c02298bf21168b to your computer and use it in GitHub Desktop.
RS schema.org : Inventory
{
"@context": "http://schema.org/",
"@type": "Book",
"url": "{URL_PAGE_INVENTORY}",
"name": "{./Collection/Inventory/Title}",
"encoding": [
{
"@type": "MediaObject",
"url": "{./Collection/Inventory/DigitalSurrogate}"
},
{
"@type": "DataDownload",
"url": "{./Collection/Inventory/Manifest}",
"fileFormat": "application/ld+json"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment