generated from FacultadInformatica-LinkedData/Template-Curso
-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathTchu04-fromRDFtoJSON-LD.jsonld
More file actions
37 lines (37 loc) · 1001 Bytes
/
Tchu04-fromRDFtoJSON-LD.jsonld
File metadata and controls
37 lines (37 loc) · 1001 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
37
{
"@context":{
"person": "http://rdfscheme.org/person",
"material": "http://rdfscheme.org/material",
"side": "http://rdfscheme.org/side",
"action": "http://rdfscheme.org/action"
},
"@id": "side:Class01",
"@type": "side",
"action:includes":[
{"@id":"material:Sensor029",
"@type":"material",
"action:hasMeasurement":
{"@id":"person:Measurement8401",
"@type": "person",
"action:hasTemperature":
{"@id": "action:hasTemperature/29",
"@type": "http://rdfscheme.org/datatype/integer"},
"action:atTime":
{"@id":"action:atTime/2010-06-12T12:00:12",
"@type":"http://rdfscheme.org/datatype/dataTime"}
}
},
{
"@id":"material:Computer101",
"@type":"material",
"action:hasOwner":{
"@id":"person:User10A",
"@type":"person",
"action:hasName":{
"@id":"action:hasName/Pedro",
"@type":"http://rdfscheme.org/datatype/string"
}
}
}
]
}