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

20 lines
600 B
Plaintext
Executable file

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