-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathLocation_Schedule_Harris_1024.json
More file actions
45 lines (45 loc) · 1.06 KB
/
Location_Schedule_Harris_1024.json
File metadata and controls
45 lines (45 loc) · 1.06 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
{
"@context": {
"@vocab": "http://www.example.org/data-vocabulary#",
"time": "http://www.w3.org/2006/time#",
"class": "http://www.example.org/class#",
"room": "http://www.example.org/room#",
"scheduledDuring": {
"@id": "http://www.example.org/property-vocabulary#scheduledDuring",
"@type": "time:Interval"
},
"hasLocation": {
"@id": "http://www.example.org/property-vocabulary#hasLocation",
}
},
"@graph": [
{
"@id": "_:1",
"scheduledDuring": [
{"time:hasBeginning": "2015-02-05T09:00:00",
"time:durationDescriptionDataType": "P2H"
}
],
"@graph": [
{
"@id": "class:Mathematics_402",
"hasLocation": "room:Harris_1024"
}
]
},
{
"@id": "_:2",
"scheduledDuring": [
{"time:hasBeginning": "2015-02-05T11:00:00",
"time:durationDescriptionDataType": "P4H"
}
],
"@graph": [
{
"@id": "class:FineArt_208",
"hasLocation": "room:Harris_1024"
}
]
}
]
}