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

21 lines
453 B
Plaintext
Executable file

{
"@context": {
"sp": "http://smartplatforms.org/terms#"
},
"@graph": [{
"@id": "http://example.org/fill-1",
"@type": "sp:Fulfillment",
"sp:hasMedication": {
"@id": "http://example.org/med-1"
},
"sp:label": "30 pills on 2/2/2011"
}, {
"@id": "http://example.org/med-1",
"@type": "sp:Medication",
"sp:hasFulfillment": {
"@id": "http://example.org/fill-1"
},
"sp:label": "Lisinopril"
}]
}