Skip to content

Instantly share code, notes, and snippets.

@ivikash
Last active December 20, 2015 15:59
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 ivikash/6157882 to your computer and use it in GitHub Desktop.
Save ivikash/6157882 to your computer and use it in GitHub Desktop.
{
"@context" : {
"@vocab": "http://schema.org/",
"image" : {
"@id" : "http://schema.org/url",
"@type" : "@id"
},
"location" : {
"@type" : "@id"
},
"startDate" : {
"@type": "xsd:date"
},
"endDate" : {
"@type": "xsd:date"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment