20 lines
453 B
Text
Executable file
20 lines
453 B
Text
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"
|
|
}]
|
|
}
|