This repository has been archived by the owner on Jun 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontext.jsonld
100 lines (100 loc) · 2.46 KB
/
context.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"@context" : {
"Attachment" : {
"@id" : "https://github.com/argu-co/popolo-ori#Attachment"
},
"AgendaItem" : {
"@id" : "https://github.com/argu-co/popolo-ori#AgendaItem"
},
"voteEvent" : {
"@id" : "http://www.w3.org/ns/opengov#voteEvent",
"@type" : "@id"
},
"Motion" : {
"@id" : "http://www.w3.org/ns/opengov#Motion"
},
"additionalType" : {
"@id" : "http://schema.org/additionalType"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"Result" : {
"@id" : "http://www.w3.org/ns/opengov#Result"
},
"video" : {
"@id" : "http://schema.org/video",
"@type" : "@id"
},
"superEvent" : {
"@id" : "http://schema.org/superEvent",
"@type" : "@id"
},
"Event" : {
"@id" : "http://schema.org/Event"
},
"embedUrl" : {
"@id" : "http://schema.org/embedUrl"
},
"Agent" : {
"@id" : "http://xmlns.com/foaf/0.1/Agent"
},
"attachment" : {
"@id" : "https://github.com/argu-co/popolo-ori#attachment",
"@type" : "@id"
},
"VideoObject" : {
"@id" : "http://schema.org/VideoObject"
},
"position" : {
"@id" : "http://schema.org/position",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"creator" : {
"@id" : "http://schema.org/creator",
"@type" : "@id"
},
"contentUrl" : {
"@id" : "https://schema.org/contentUrl"
},
"name" : {
"@id" : "http://schema.org/name"
},
"VoteEvent" : {
"@id" : "http://www.w3.org/ns/opengov#VoteEvent"
},
"text" : {
"@id" : "http://schema.org/text",
"@type" : "http://www.w3.org/2001/XMLSchema#string"
},
"AudioObject" : {
"@id" : "http://schema.org/AudioObject"
},
"amends" : {
"@id" : "https://github.com/argu-co/popolo-ori#amends",
"@type" : "@id"
},
"fileType" : {
"@id" : "https://github.com/argu-co/popolo-ori#fileType"
},
"audio" : {
"@id" : "http://schema.org/audio",
"@type" : "@id"
},
"fileSize" : {
"@id" : "https://schema.org/fileSize"
},
"fileFormat" : {
"@id" : "http://schema.org/fileFormat"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"description" : {
"@id" : "http://schema.org/description"
},
"Amendment" : {
"@id" : "https://github.com/argu-co/popolo-ori#Amendment"
}
}
}