Skip to content

Instantly share code, notes, and snippets.

@regisrob
Last active November 24, 2016 14:45
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/4c8b9b57f8a67fffbe69897d866213c1 to your computer and use it in GitHub Desktop.
Save regisrob/4c8b9b57f8a67fffbe69897d866213c1 to your computer and use it in GitHub Desktop.
RS schema.org : Edition
{
"@context": "http://schema.org/",
"@type": "CreativeWork",
"url": "{URL_PAGE_EDITION}",
"name": "{TITLE_PAGE_EDITION}",
"alternateName": "{./Manifestation/Text/Title}",
"locationCreated": {
"@type": "Place",
"name": "{./Manifestation/Place/Name}",
"url": "{URL_PAGE_LOCATION}"
},
"dateCreated": "{./Manifestation/Date/Year}",
"hasPart": [
{
"@type": "CreativeWork",
"name": "{./Manifestation/Text/Title}",
"url": "{URL_PAGE_TEXT}"
}
],
"exampleOfWork": {
"@type": "CreativeWork",
"name": "{./Work/Title_Bbma}",
"url": "{URL_PAGE_WORK}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment