-
Notifications
You must be signed in to change notification settings - Fork 5
/
context.json
215 lines (215 loc) · 6.39 KB
/
context.json
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
{
"@context": {
"uri": "@id",
"type": {
"@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type",
"@type": "@id",
"@container": "@set"
},
"created": {
"@id": "http://purl.org/dc/terms/created",
"@type": "xsd:date"
},
"issued": {
"@id": "http://purl.org/dc/terms/issued",
"@type": "xsd:date"
},
"modified": {
"@id": "http://purl.org/dc/terms/modified",
"@type": "xsd:date"
},
"creator": {
"@id": "http://purl.org/dc/terms/creator",
"@container": "@set"
},
"contributor": {
"@id": "http://purl.org/dc/terms/contributor",
"@container": "@set"
},
"publisher": {
"@id": "http://purl.org/dc/terms/publisher",
"@container": "@set"
},
"partOf": {
"@id": "http://purl.org/dc/terms/isPartOf",
"@container": "@set"
},
"url": {
"@id": "http://xmlns.com/foaf/0.1/page",
"@type": "@id"
},
"identifier": {
"@id": "http://purl.org/dc/terms/identifier",
"@container": "@set"
},
"notation": {
"@id": "http://www.w3.org/2004/02/skos/core#notation",
"@container": "@set"
},
"prefLabel": {
"@id": "http://www.w3.org/2004/02/skos/core#prefLabel",
"@container": "@language"
},
"altLabel": {
"@id": "http://www.w3.org/2004/02/skos/core#altLabel",
"@container": "@language"
},
"hiddenLabel": {
"@id": "http://www.w3.org/2004/02/skos/core#hiddenLabel",
"@container": "@language"
},
"note": {
"@id": "http://www.w3.org/2004/02/skos/core#note",
"@container": "@language"
},
"scopeNote": {
"@id": "http://www.w3.org/2004/02/skos/core#scopeNote",
"@container": "@language"
},
"definition": {
"@id": "http://www.w3.org/2004/02/skos/core#definition",
"@container": "@language"
},
"example": {
"@id": "http://www.w3.org/2004/02/skos/core#example",
"@container": "@language"
},
"historyNote": {
"@id": "http://www.w3.org/2004/02/skos/core#historyNote",
"@container": "@language"
},
"editorialNote": {
"@id": "http://www.w3.org/2004/02/skos/core#editorialNote",
"@container": "@language"
},
"changeNote": {
"@id": "http://www.w3.org/2004/02/skos/core#changeNote",
"@container": "@language"
},
"subject": {
"@id": "http://purl.org/dc/terms/subject",
"@container": "@set"
},
"subjectOf": {
"@reverse": "http://purl.org/dc/terms/subject",
"@container": "@set"
},
"source": {
"@id": "http://purl.org/dc/terms/source",
"@container": "@set"
},
"depiction": {
"@id": "http://xmlns.com/foaf/0.1/depiction",
"@type": "@id",
"@container": "@set"
},
"place": {
"@id": "http://schema.org/location",
"@container": "@set"
},
"startPlace": {
"@id": "http://schema.org/fromLocation",
"@container": "@set"
},
"endPlace": {
"@id": "http://schema.org/toLocation",
"@container": "@set"
},
"narrower": {
"@id": "http://www.w3.org/2004/02/skos/core#narrower",
"@container": "@set"
},
"broader": {
"@id": "http://www.w3.org/2004/02/skos/core#broader",
"@container": "@set"
},
"related": {
"@id": "http://www.w3.org/2004/02/skos/core#related",
"@container": "@set"
},
"previous": {
"@id": "http://rdf-vocabulary.ddialliance.org/xkos#previous",
"@container": "@set"
},
"next": {
"@id": "http://rdf-vocabulary.ddialliance.org/xkos#next",
"@container": "@set"
},
"startDate": "http://schema.org/startDate",
"endDate": "http://schema.org/endDate",
"relatedDate": "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"location": {
"@id": "http://www.opengis.net/ont/geosparql#asGeoJSON",
"@type": "@json"
},
"address": "http://schema.org/address",
"street": "http://schema.org/streetAddress",
"ext": "http://schema.org/streetAddress",
"pobox": "http://schema.org/postOfficeBoxNumber",
"locality": "http://schema.org/addressLocality",
"region": "http://schema.org/addressRegion",
"code": "http://schema.org/postalCode",
"country": "http://schema.org/addressCountry",
"ancestors": {
"@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive",
"@container": "@set"
},
"inScheme": {
"@id": "http://www.w3.org/2004/02/skos/core#inScheme",
"@container": "@set"
},
"topConceptOf": {
"@id": "http://www.w3.org/2004/02/skos/core#topConceptOf",
"@container": "@set"
},
"topConcepts": {
"@id": "http://www.w3.org/2004/02/skos/core#hasTopConcept",
"@container": "@set"
},
"versionOf": {
"@id": "http://purl.org/dc/terms/isVersionOf",
"@container": "@set"
},
"extent": "http://purl.org/dc/terms/extent",
"languages": {
"@id": "http://purl.org/dc/terms/language",
"@container": "@set"
},
"license": {
"@id": "http://purl.org/dc/terms/license",
"@container": "@set"
},
"deprecated": "http://www.w3.org/2002/07/owl#deprecated",
"replacedBy": "http://purl.org/dc/terms/isReplacedBy",
"namespace": "http://rdfs.org/ns/void#uriSpace",
"uriPattern": "http://rdfs.org/ns/void#voidRegexPattern",
"fromScheme": "http://rdfs.org/ns/void#subjectsTarget",
"toScheme": "http://rdfs.org/ns/void#objectsTarget",
"memberList": {
"@id": "http://www.loc.gov/mads/rdf/v1#componentList",
"@container": "@list"
},
"memberSet": {
"@id": "http://www.w3.org/2004/02/skos/core#member",
"@container": "@set"
},
"memberChoice": {
"@id": "http://www.w3.org/2004/02/skos/core#member",
"@container": "@set"
},
"count": "http://rdfs.org/ns/void#entities",
"distributions": {
"@id": "http://www.w3.org/ns/dcat#distribution",
"@container": "@set"
},
"download": "http://www.w3.org/ns/dcat#downloadURL",
"accessURL": "http://www.w3.org/ns/dcat#accessURL",
"checksum": "http://spdx.org/rdf/terms#checksum",
"mimetype": "http://www.w3.org/ns/dcat#mediaType",
"packageFormat": "http://www.w3.org/ns/dcat#packageFormat",
"compressFormat": "http://www.w3.org/ns/dcat#compressFormat",
"format": "http://purl.org/dc/terms/format",
"size": "http://www.w3.org/ns/dcat#byteSize",
"value": "http://spdx.org/rdf/terms#checksumValue"
}
}