-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBMI_json-ld.jsonld
More file actions
36 lines (36 loc) · 921 Bytes
/
BMI_json-ld.jsonld
File metadata and controls
36 lines (36 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"@context": [
{
"@protected": true,
"@version": 1.1,
"id": "@id",
"type": "@type",
"BMI": {
"@context": {
"@propagate": true,
"@protected": true,
"polygon-vocab": "urn:uuid:8301b386-484d-4845-80cf-8491802bb228#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"bmi": {
"@id": "polygon-vocab:bmi",
"@context": {
"height": {
"@id": "polygon-vocab:height",
"@type": "xsd:double"
},
"weight": {
"@id": "polygon-vocab:weight",
"@type": "xsd:double"
}
}
},
"colestrol": {
"@id": "polygon-vocab:colestrol",
"@type": "xsd:string"
}
},
"@id": "urn:uuid:1db8c9be-032e-434c-a193-a64954fa2f4d"
}
}
]
}