Skip to content

Instantly share code, notes, and snippets.

@regisrob
Last active November 24, 2016 14:38
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/d0c14bd44161168f2db8179d62748eaa to your computer and use it in GitHub Desktop.
Save regisrob/d0c14bd44161168f2db8179d62748eaa to your computer and use it in GitHub Desktop.
RS schema.org : Text
{
"@context": "http://schema.org/",
"@type": "CreativeWork",
"url": "{URL_PAGE_TEXT}",
"name": "{TITLE_PAGE_TEXT}",
"alternateName": "{cw_title}",
"description": "{./Work/Text/Note}",
"inLanguage": "{./Work/Text/Language}",
"author": {
"@type": "Person",
"name": "{LABEL_PERSON = ./Work[Text]/Participant @role='r70 || r71 || r73'}",
"url": "{URL_PAGE_PERSON}"
},
"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