20 lines
600 B
Text
20 lines
600 B
Text
|
{
|
||
|
"@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"
|
||
|
}
|
||
|
]
|
||
|
}
|