-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJiangWenqi-fromTTLtoJSON-LD.jsonld
59 lines (59 loc) · 1.4 KB
/
JiangWenqi-fromTTLtoJSON-LD.jsonld
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
54
55
56
57
58
59
[
{
"@id":"http://example.org/properties/#Class6305",
"http://assignment2.org/link#includes":[
{
"@id":"http://example.org/properties/#Wenqi"
},
{
"@id":"http://example.org/properties/#Laptop"
},
{
"@id":"http://example.org/properties/#Projector"
}
]
},
{
"@id":"http://example.org/properties/#Laptop",
"http://assignment2.org/link#hasOwner":[
{
"@id":"http://example.org/properties/#Wenqi"
}
],
"http://assignment2.org/link#output":[
{
"@id":"http://example.org/properties/#Projector"
}
],
"http://assignment2.org/link#battery":[
{
"@value":"80%"
}
]
},
{
"@id":"http://example.org/properties/#Projector",
"http://assignment2.org/link#showTime":[
{
"@id":"http://example.org/properties/#TimeScreen"
}
]
},
{
"@id":"http://example.org/properties/#TimeScreen",
"http://assignment2.org/link#atTime":[
{
"@value":"2021-09-30 12:00:12",
"@type":"http://www.w3.org/2001/XMLSchema#dateTime"
}
]
},
{
"@id":"http://example.org/properties/#Wenqi",
"http://assignment2.org/link#hasSurname":[
{
"@value":"Jiang"
}
]
}
]