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