forked from cesoriano/Curso2014-2015
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalejandrofcarrera_graph.json
More file actions
53 lines (53 loc) · 1.25 KB
/
alejandrofcarrera_graph.json
File metadata and controls
53 lines (53 loc) · 1.25 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"http://assignment2.org/class#Measurement8401": {
"http://assignment2.org/property#hasTemperature": [
{
"type": "literal",
"value": "29",
"datatype": "http://www.w3.org/2001/XMLSchema#integer"
}
],
"http://assignment2.org/property#atTime": [
{
"type": "literal",
"value": "2010-06-12T12:00:12"
}
]
},
"http://assignment2.org/class#Sensor09": {
"http://assignment2.org/property#hasMeasurement": [
{
"type": "uri",
"value": "http://assignment2.org/class#Measurement8401"
}
]
},
"http://assignment2.org/class#User10A": {
"http://assignment2.org/property#hasName": [
{
"type": "literal",
"value": "Pedro"
}
]
},
"http://assignment2.org/class#Computer101": {
"http://assignment2.org/property#hasOwner": [
{
"type": "uri",
"value": "http://assignment2.org/class#User10A"
}
]
},
"http://assignment2.org/class#Class": {
"http://assignment2.org/property#includes": [
{
"type": "uri",
"value": "http://assignment2.org/class#Computer101"
},
{
"type": "uri",
"value": "http://assignment2.org/class#Sensor09"
}
]
}
}