jsonld-ex/test/data/json-ld.org-test-suite/frame-0020-in.jsonld
2017-03-24 23:08:41 +01:00

34 lines
1.1 KiB
Plaintext
Executable file

{
"@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#"
},
"name": "Mojito",
"ingredient": ["12 fresh mint leaves", "1/2 lime, juiced with pulp", "1 tablespoons white sugar", "1 cup ice cubes", "2 fluid ounces white rum", "1/2 cup club soda"],
"yield": "1 cocktail",
"instructions": [
{
"step": 1,
"description": "Crush lime juice, mint and sugar together in glass."
}, {
"step": 2,
"description": "Fill glass to top with ice cubes."
}, {
"step": 3,
"description": "Pour white rum over ice."
}, {
"step": 4,
"description": "Fill the rest of glass with club soda, stir."
}, {
"step": 5,
"description": "Garnish with a lime wedge."
}]
}