Skip to content

Instantly share code, notes, and snippets.

@kayaelle
Created September 18, 2014 17:55
Show Gist options
  • Save kayaelle/654402607382c4c09a31 to your computer and use it in GitHub Desktop.
Save kayaelle/654402607382c4c09a31 to your computer and use it in GitHub Desktop.
recipe-json-ld-context
{
"@context": {
"name": "http://rdf.data-vocabulary.org/#name",
"ingredient": "http://rdf.data-vocabulary.org/#ingredients",
"yield": "http://rdf.data-vocabulary.org/#yield",
"instructions": "http://rdf.data-vocabulary.org/#instructions",
"step": {
"@id": "http://rdf.data-vocabulary.org/#step",
"@type": "xsd:integer"
},
"description": "http://rdf.data-vocabulary.org/#description",
"xsd": "http://www.w3.org/2001/XMLSchema#"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment