-
Notifications
You must be signed in to change notification settings - Fork 1
/
vocab.rdf
210 lines (170 loc) · 12.3 KB
/
vocab.rdf
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
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:geojsonplus="http://geojsonplus.linkedgeodesy.org/vocab#"
>
<owl:Ontology rdf:about="http://geojsonplus.linkedgeodesy.org/vocab#">
<dc:title>GeoJSON+ Linked Data vocabulary</dc:title>
<dc:description>An extension for GeoJSON+ as Linked Data. See https://github.com/linkedgeodesy/geojson-plus-ld for vocabulary developments.</dc:description>
<dc:creator>Florian Thiery (i3mainz)</dc:creator>
<dc:format>application/rdf+xml</dc:format>
<dc:rights>This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.</dc:rights>
</owl:Ontology>
<!-- Classes -->
<!-- Properties -->
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#gazetteerid">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">gazetteer ID</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#gazetteer-geojson</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#gazetteeruri">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">gazetteer URI</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#gazetteer-geojson</rdfs:comment>
</rdf:Property>
<!-- names JSON -->
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#names">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">names list</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#names-json</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#prefName">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">prefName from names list</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#names-json</rdfs:comment>
</rdf:Property>
<!-- similarity JSON -->
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#similarity">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">similarity</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#similarity-json</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#distance">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">distance in space</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#similarity-json</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#bboxcenter">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">bbox center coordinates as list</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#similarity-json</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#point">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">start point (lng, lat) for distance calculation as list</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#similarity-json</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#searchString">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">search string</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#similarity-json</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#gazetteerString">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">gazetteer string</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#similarity-json</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#levenshtein">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">levenshtein distance</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#similarity-json</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#normalizedlevenshtein">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">normalized levenshtein distance</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#similarity-json</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#dameraulevenshtein">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">damerau levenshtein distance</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#similarity-json</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#jarowinkler">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">jarowinkler distance</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#similarity-json</rdfs:comment>
</rdf:Property>
<!-- Gazetteer Search Metadata -->
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#metadata">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">metadata</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#gazetteer-suche</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#gazetteertype">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">gazetteer type</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#gazetteer-suche</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#searchstring">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">searchstring</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#gazetteer-suche</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#upperleftLon">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">upperleftLon</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#gazetteer-suche</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#lowerleftLon">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">lowerleftLon</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#gazetteer-suche</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#lowerrightLat">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">lowerrightLat</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#gazetteer-suche</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#upperrightLon">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">upperrightLon</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#gazetteer-suche</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#upperleftLat">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">upperleftLat</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#gazetteer-suche</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#lowerleftLat">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">lowerleftLat</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#gazetteer-suche</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#lowerrightLon">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">lowerrightLon</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#gazetteer-suche</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#upperrightLat">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">upperrightLat</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#gazetteer-suche</rdfs:comment>
</rdf:Property>
<!-- ChronOntology -->
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#periodid">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">period ID</rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#chronontology-geojson</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#gazetteerrelation">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">gazetteer relation<rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#chronontology-geojson</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#chronontology">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">chronontology link<rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#chronontology-geojson</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#when">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">chronontology time objects as list<rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#chronontology-geojson</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="hhttp://geojsonplus.linkedgeodesy.org/vocab#coverage">
<rdfs:isDefinedBy rdf:resource="http://geojsonplus.linkedgeodesy.org/vocab#" />
<rdfs:label xml:lang="en">chronontology coverage as list<rdfs:label>
<rdfs:comment xml:lang="en">https://github.com/linkedgeodesy/geojson-plus/blob/master/datamodel.md#chronontology-geojson</rdfs:comment>
</rdf:Property>
</rdf:RDF>