generated from FacultadInformatica-LinkedData/Template-Curso
-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathHacheeee-fromRDFtoJSON-LD.jsonld
More file actions
51 lines (49 loc) · 1.41 KB
/
Hacheeee-fromRDFtoJSON-LD.jsonld
File metadata and controls
51 lines (49 loc) · 1.41 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
{
"@context": {
"xsd":"http://www.w3.org/2001/XMLSchema#",
"as2":"http://oeg.fi.upm.es/Assignment2"
},
"@graph": [
{
"@id":"http://oeg.fi.upm.es/Assignment2/Class01",
"as2:includes": [
{
"@id":"http://oeg.fi.upm.es/Assignment2/Sensor029"
},
{
"@id":"http://oeg.fi.upm.es/Assignment2/Computer101"
}
]
},
{
"@id":"http://oeg.fi.upm.es/Assignment2/Sensor029",
"as2:hasMeasurement": {
"@id":"http://oeg.fi.upm.es/Assignment2/Measurement8401"
}
},
{
"@id":"http://oeg.fi.upm.es/Assignment2/Computer101",
"as2:hasOwner": {
"@id":"http://oeg.fi.upm.es/Assignment2/User10A"
}
},
{
"@id":"http://oeg.fi.upm.es/Assignment2/Measurement8401",
"as2:hasTemperature": {
"@type":"xsd:integer",
"@value":"29"
},
"as2:atTime": {
"@type":"xsd:date",
"@value":"2010-06-12T12:00:12"
}
},
{
"@id":"http://oeg.fi.upm.es/Assignment2/User10A",
"as2:hasName": {
"@type":"xsd:string",
"@value":"Pedro"
}
}
]
}