-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocn.rdf
More file actions
663 lines (456 loc) · 30.9 KB
/
locn.rdf
File metadata and controls
663 lines (456 loc) · 30.9 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
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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY schema "http://schema.org/" >
<!ENTITY dcterms "http://purl.org/dc/terms/" >
<!ENTITY dcat "http://www.w3.org/ns/dcat#" >
<!ENTITY locn "http://www.w3.org/ns/locn#" >
<!ENTITY foaf "http://xmlns.com/foaf/0.1/" >
<!ENTITY vann "http://purl.org/vocab/vann/" >
<!ENTITY cc "http://creativecommons.org/ns#" >
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY voaf "http://purl.org/vocommons/voaf#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY rec "http://www.w3.org/2001/02pd/rec54#" >
<!ENTITY wdrs "http://www.w3.org/2007/05/powder-s#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
<!ENTITY vs "http://www.w3.org/2003/06/sw-vocab-status/ns#" >
]>
<rdf:RDF xmlns="http://www.w3.org/ns/locn#"
xml:base="http://www.w3.org/ns/locn"
xmlns:wdrs="http://www.w3.org/2007/05/powder-s#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:locn="http://www.w3.org/ns/locn#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:schema="http://schema.org/"
xmlns:voaf="http://purl.org/vocommons/voaf#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:rec="http://www.w3.org/2001/02pd/rec54#"
xmlns:dcat="http://www.w3.org/ns/dcat#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#">
<owl:Ontology rdf:about="http://www.w3.org/ns/locn">
<rdfs:label xml:lang="en">ISA Programme Location Core Vocabulary</rdfs:label>
<voaf:propertyNumber rdf:datatype="&xsd;nonNegativeInteger">16</voaf:propertyNumber>
<dcterms:modified rdf:datatype="&xsd;date">2013-11-25</dcterms:modified>
<dcterms:modified rdf:datatype="&xsd;date">2013-12-21</dcterms:modified>
<voaf:classNumber rdf:datatype="&xsd;nonNegativeInteger">3</voaf:classNumber>
<vann:preferredNamespaceUri rdf:datatype="&xsd;anyURI">http://www.w3.org/ns/locn#</vann:preferredNamespaceUri>
<vann:preferredNamespacePrefix rdf:datatype="&xsd;string">locn</vann:preferredNamespacePrefix>
<vann:changes xml:lang="en">
Changes since final draft version released by the EU ISA Programme Core Vocabularies Working Group (Location Task Force)
- Revised usage note of class locn:Geometry. The text describing its recommended usage has been moved to usage note of property locn:geometry.
- Dropped domain/range restriction for locn:geographicName.
- Dropped domain/range restriction for locn:locatorDesignator. Free text definition updated accordingly.
- Dropped domain/range restriction for locn:locatorName. Free text definition updated accordingly.
- Corrected free text definition of property locn:geometry (its domain is "any resource", and not a "location").
- Revised usage note of property locn:geometry to include text about recommended usage, formerly included in the usage note of class locn:Geometry.
- Revised usage note and examples of property locn:geometry to include support to geocoded URIs (e.g., geo URIs, GeoHash URIs).
- Added term status. All terms have been set to "testing", with the exception of class locn:Geometry and properties rdfs:seeAlso (geographic identifier) and locn:addressId.
- Renamed subject in Turtle examples (ex:a → :Resource).
- Fixed links and typos, minor revisions made to the textual descriptions.
- Change on 2013-12-21 (Phila) Updated voaf namespace, corrected links to different distributions of the schema, removed xml:base and used http://www/w3/org/ns/locn as the schema URI cf. original which used the namespace IRU (with the final # character).
</vann:changes>
<dcterms:rights xml:lang="en">Copyright © 2012-2013 European Commission.</dcterms:rights>
<cc:attributionName xml:lang="en">European Commission</cc:attributionName>
<dcterms:title xml:lang="en">ISA Programme Location Core Vocabulary</dcterms:title>
<owl:versionInfo xml:lang="en">Second version in w3.org/ns space, see changes</owl:versionInfo>
<dcterms:abstract xml:lang="en">The ISA Programme Location Core Vocabulary provides a minimum set of classes and properties for describing any place in terms of its name, address or geometry. The vocabulary is specifically designed to aid the publication of data that is interoperable with EUINSPIRE Directive. It is closely integrated with the Business and Person Core Vocabularies of the EU ISA Programme, now available in W3C space as, respectively, the Registered Organization vocabulary and ISA Person Core Vocabulary.</dcterms:abstract>
<rdfs:comment xml:lang="en">This is a new version of the final draft published by the European Commission in May 2012, revised according to the results of the ISA Core Location Pilot (see Section Change History for the list of changes). It is currently under the control of the Locations and Addresses Community Group, but is not under active development or review. Comments and queries should be sent to that group via public-locadd@w3.org. Terms defined here may be deprecated by that or future groups but will not disappear or their definition change.</rdfs:comment>
<cc:attributionURL rdf:resource="http://ec.europa.eu/"/>
<voaf:reliesOn rdf:resource="http://purl.org/dc/terms/"/>
<voaf:reliesOn rdf:resource="http://www.w3.org/2000/01/rdf-schema#"/>
<dcterms:hasFormat rdf:resource="http://www.w3.org/ns/locn.html"/>
<dcterms:hasFormat rdf:resource="http://www.w3.org/ns/locn.rdf"/>
<dcterms:hasFormat rdf:resource="http://www.w3.org/ns/locn.ttl"/>
<dcterms:license rdf:resource="https://joinup.ec.europa.eu/category/licence/isa-open-metadata-licence-v11"/>
<dcterms:conformsTo rdf:resource="https://joinup.ec.europa.eu/elibrary/document/isa-deliverable-process-and-methodology-developing-core-vocabularies"/>
<wdrs:describedby rdf:resource="https://joinup.ec.europa.eu/system/files/project/Core_Vocabularies-Business_Location_Person-Specification-v0.3_0.zip"/>
<dcterms:mediator>
<rdf:Description/>
</dcterms:mediator>
<rec:editor>
<rdf:Description/>
</rec:editor>
<foaf:maker>
<rdf:Description/>
</foaf:maker>
<rec:editor>
<rdf:Description/>
</rec:editor>
<rec:editor>
<rdf:Description/>
</rec:editor>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://creativecommons.org/ns#attributionName -->
<owl:AnnotationProperty rdf:about="&cc;attributionName"/>
<!-- http://creativecommons.org/ns#attributionURL -->
<owl:AnnotationProperty rdf:about="&cc;attributionURL"/>
<!-- http://purl.org/dc/terms/format -->
<owl:AnnotationProperty rdf:about="&dcterms;format"/>
<!-- http://purl.org/dc/terms/identifier -->
<owl:AnnotationProperty rdf:about="&dcterms;identifier"/>
<!-- http://purl.org/dc/terms/title -->
<owl:AnnotationProperty rdf:about="&dcterms;title"/>
<!-- http://purl.org/vocab/vann/example -->
<owl:AnnotationProperty rdf:about="&vann;example"/>
<!-- http://purl.org/vocab/vann/usageNote -->
<owl:AnnotationProperty rdf:about="&vann;usageNote"/>
<!-- http://schema.org/affiliation -->
<owl:AnnotationProperty rdf:about="&schema;affiliation"/>
<!-- http://www.w3.org/2000/01/rdf-schema#seeAlso -->
<rdf:Description rdf:about="&rdfs;seeAlso">
<rdfs:label xml:lang="en">geographic identifier</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">rdfs:seeAlso</dcterms:identifier>
<vann:usageNote xml:lang="en">Used in the ISA Programme Location Core Vocabulary to provide a URI that identifies the location. This should be expressed using the rdfs:seeAlso property unless the identifier is already the subject of the description. Examples include URIs from GeoNames.org and DBpedia such as http://dbpedia.org/resource/ISO_3166-2:XX where XX is the ISO 3166 two character code for a country.</vann:usageNote>
<rdfs:comment xml:lang="en">rdfs:seeAlso fully represents the ISA Programme Location Core Vocabulary concept of a geographic identifier.</rdfs:comment>
<vs:term_status xml:lang="en">unstable</vs:term_status>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2000/01/rdf-schema#"/>
</rdf:Description>
<!-- http://www.w3.org/2003/06/sw-vocab-status/ns#term_status -->
<owl:AnnotationProperty rdf:about="&vs;term_status"/>
<!-- http://www.w3.org/2007/05/powder-s#describedby -->
<owl:AnnotationProperty rdf:about="&wdrs;describedby"/>
<!-- http://www.w3.org/ns/dcat#mediaType -->
<owl:AnnotationProperty rdf:about="&dcat;mediaType"/>
<!-- http://www.w3.org/ns/locn#adminUnitL1 -->
<owl:AnnotationProperty rdf:about="&locn;adminUnitL1">
<rdfs:label xml:lang="en">admin unit level 1</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">locn:adminUnitL1</dcterms:identifier>
<vann:usageNote xml:lang="en">Best practice is to use the ISO 3166-1 code but if this is inappropriate for the context, country names should be provided in a consistent manner to reduce ambiguity. For example, either write 'United Kingdom' or 'UK' consistently throughout the data set and avoid mixing the two.</vann:usageNote>
<rdfs:comment xml:lang="en">The uppermost administrative unit for the address, almost always a country. The domain of locn:adminUnitL1 is locn:Address and the range is a literal, conceptually defined by the INSPIRE Geographical Name data type.</rdfs:comment>
<vs:term_status xml:lang="en">testing</vs:term_status>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
<rdfs:domain rdf:resource="&locn;Address"/>
</owl:AnnotationProperty>
<!-- http://www.w3.org/ns/locn#adminUnitL2 -->
<owl:AnnotationProperty rdf:about="&locn;adminUnitL2">
<rdfs:label xml:lang="en">admin unit level 2</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">locn:adminUnitL2</dcterms:identifier>
<rdfs:comment xml:lang="en">The region of the address, usually a county, state or other such area that typically encompasses several localities. The domain of locn:adminUnitL2 is locn:Address and the range is a literal, conceptually defined by the INSPIRE Geographical Name data type.</rdfs:comment>
<vs:term_status xml:lang="en">testing</vs:term_status>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
<rdfs:domain rdf:resource="&locn;Address"/>
</owl:AnnotationProperty>
<!-- http://xmlns.com/foaf/0.1/homepage -->
<owl:AnnotationProperty rdf:about="&foaf;homepage"/>
<!-- http://xmlns.com/foaf/0.1/mbox -->
<owl:AnnotationProperty rdf:about="&foaf;mbox"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Datatypes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/terms/IMT -->
<rdfs:Datatype rdf:about="&dcterms;IMT"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.w3.org/ns/locn#address -->
<owl:ObjectProperty rdf:about="&locn;address">
<rdfs:label xml:lang="en">address</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">locn:address</dcterms:identifier>
<rdfs:comment xml:lang="en">The locn:address property relationship associates any resource with the locn:Address class </rdfs:comment>
<vs:term_status xml:lang="en">testing</vs:term_status>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
<rdfs:range rdf:resource="&locn;Address"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/locn#geometry -->
<owl:ObjectProperty rdf:about="&locn;geometry">
<rdfs:label xml:lang="en">geometry</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">locn:geometry</dcterms:identifier>
<vann:usageNote xml:lang="en">
Depending on how a geometry is encoded, the range of this property may be one of the following:
- a literal (e.g., WKT - string literal -, GML, KML - XML literal)
- a geometry class, as those defined in the OGC's GeoSPARQL specification, in the W3C's Basic Geo (WGS84 lat/long) vocabulary, and at schema.org;
- geocoded URIs, as geo or GeoHash URIs, treated as URI references.
For interoperability reasons, it is recommended using one of the following:
- Any geometry:
- WKT, GML, and RDF+WKT/GML, as per the GeoSPARQL specification.
- KML (Keyhole Markup Language) - note that KML supports the following geometries only: point, line string, linear ring, and polygon.
- RDF as per the schema.org vocabulary (see classes schema:GeoCoordinates and schema:GeoShape).
- Points: one of the above, or:
- RDF as per the W3C Basic Geo (WGS84 lat/long) vocabulary.
- GeoHash URIs.
- geo URIs.
</vann:usageNote>
<vann:example xml:lang="en">
The following are examples of equivalent statements using different geometry encodings:
- WKT (GeoSPARQL)
:Resource locn:geometry
"<http://www.opengis.net/def/crs/OGC/1.3/CRS84> Point(-0.001475 51.477811)"^^ogc:WKTLiteral .
- GML
:Resource locn:geometry
"<gml:Point srsName='http://www.opengis.net/def/crs/OGC/1.3/CRS84'>
<gml:coordinates>-0.001475, 51.477811</gml:coordinates></gml:Point>"^^ogc:GMLLiteral .
- RDF+WKT (GeoSPARQL)
:Resource locn:geometry
[ a ogc:Point; ogc:asWKT "<http://www.opengis.net/def/crs/OGC/1.3/CRS84> Point(-0.001475 51.477811)"^^ogc:WKTLiteral ] .
- RDF+GML (GeoSPARQL)
:Resource locn:geometry
[ a ogc:Point; ogc:asGML
"<gml:Point srsName='http://www.opengis.net/def/crs/OGC/1.3/CRS84'>
<gml:coordinates>-0.001475, 51.477811</gml:coordinates></gml:Point>"^^ogc:GMLLiteral ] .
- RDF (WGS84 lat/long)
:Resource locn:geometry [ a geo:Point; geo:lat "51.477811"; geo:long "-0.001475" ] .
- RDF (schema.org)
:Resource locn:geometry [ a schema:GeoCoordinates; schema:latitude "51.477811"; schema:longitude "-0.001475" ] .
- geo URI
:Resource locn:geometry <geo:51.477811,-0.001475;u=0;crs=wgs84> .
- GeoHash URI
:Resource locn:geometry <http://geohash.org/gcpuzgnzvxkp> .
</vann:example>
<rdfs:comment xml:lang="en">Associates any resource with the corresponding geometry.</rdfs:comment>
<vs:term_status xml:lang="en">testing</vs:term_status>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
<rdfs:range rdf:resource="&locn;Geometry"/>
<wdrs:describedby rdf:resource="https://joinup.ec.europa.eu/system/files/project/Core_Vocabularies-Business_Location_Person-Specification-v0.3_0.zip"/>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/locn#location -->
<owl:ObjectProperty rdf:about="&locn;location">
<rdfs:label xml:lang="en">location</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">locn:location</dcterms:identifier>
<rdfs:comment xml:lang="en">The location property links any resource to the Location Class. Asserting the location relationship implies only that the domain has some connection to a Location in time or space. It does not imply that the resource is necessarily at that location at the time when the assertion is made.</rdfs:comment>
<vs:term_status xml:lang="en">testing</vs:term_status>
<rdfs:range rdf:resource="&dcterms;Location"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.w3.org/ns/locn#addressArea -->
<owl:DatatypeProperty rdf:about="&locn;addressArea">
<rdfs:label xml:lang="en">address area</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">locn:addressArea</dcterms:identifier>
<rdfs:comment xml:lang="en">The name or names of a geographic area or locality that groups a number of addressable objects for addressing purposes, without being an administrative unit. This would typically be part of a city, a neighbourhood or village. The domain of locn:addressArea is locn:Address.</rdfs:comment>
<vs:term_status xml:lang="en">testing</vs:term_status>
<rdfs:range rdf:resource="&rdfs;Literal"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
<rdfs:domain rdf:resource="&locn;Address"/>
</owl:DatatypeProperty>
<!-- http://www.w3.org/ns/locn#addressId -->
<owl:DatatypeProperty rdf:about="&locn;addressId">
<rdfs:label xml:lang="en">address ID</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">locn:addressId</dcterms:identifier>
<rdfs:comment xml:lang="en">The concept of adding a globally unique identifier for each instance of an address is a crucial part of the INSPIRE data spec. The domain of locn:addressId is locn:Address.</rdfs:comment>
<vs:term_status xml:lang="en">unstable</vs:term_status>
<rdfs:range rdf:resource="&rdfs;Literal"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
<rdfs:domain rdf:resource="&locn;Address"/>
</owl:DatatypeProperty>
<!-- http://www.w3.org/ns/locn#fullAddress -->
<owl:DatatypeProperty rdf:about="&locn;fullAddress">
<rdfs:label xml:lang="en">full address</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">locn:fullAddress</dcterms:identifier>
<rdfs:comment xml:lang="en">The complete address written as a string, with or without formatting. The domain of locn:fullAddress is locn:Address.</rdfs:comment>
<vs:term_status xml:lang="en">testing</vs:term_status>
<rdfs:range rdf:resource="&rdfs;Literal"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
<rdfs:domain rdf:resource="&locn;Address"/>
</owl:DatatypeProperty>
<!-- http://www.w3.org/ns/locn#poBox -->
<owl:DatatypeProperty rdf:about="&locn;poBox">
<rdfs:label xml:lang="en">PO box</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">locn:poBox</dcterms:identifier>
<rdfs:comment xml:lang="en">The Post Office Box number. The domain of locn:poBox is locn:Address.</rdfs:comment>
<vs:term_status xml:lang="en">testing</vs:term_status>
<rdfs:range rdf:resource="&rdfs;Literal"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
<rdfs:domain rdf:resource="&locn;Address"/>
</owl:DatatypeProperty>
<!-- http://www.w3.org/ns/locn#postCode -->
<owl:DatatypeProperty rdf:about="&locn;postCode">
<rdfs:label xml:lang="en">post code</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">locn:postCode</dcterms:identifier>
<rdfs:comment xml:lang="en">The post code (a.k.a postal code, zip code etc.). Post codes are common elements in many countries' postal address systems. The domain of locn:postCode is locn:Address.</rdfs:comment>
<vs:term_status xml:lang="en">testing</vs:term_status>
<rdfs:range rdf:resource="&rdfs;Literal"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
<rdfs:domain rdf:resource="&locn;Address"/>
</owl:DatatypeProperty>
<!-- http://www.w3.org/ns/locn#postName -->
<owl:DatatypeProperty rdf:about="&locn;postName">
<rdfs:label xml:lang="en">post name</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">locn:postName</dcterms:identifier>
<rdfs:comment xml:lang="en">The key postal division of the address, usually the city. (INSPIRE's definition is "One or more names created and maintained for postal purposes to identify a subdivision of addresses and postal delivery points."). The domain of locn:postName is locn:Address.</rdfs:comment>
<vs:term_status xml:lang="en">testing</vs:term_status>
<rdfs:range rdf:resource="&rdfs;Literal"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
<rdfs:domain rdf:resource="&locn;Address"/>
</owl:DatatypeProperty>
<!-- http://www.w3.org/ns/locn#thoroughfare -->
<owl:DatatypeProperty rdf:about="&locn;thoroughfare">
<rdfs:label xml:lang="en">thoroughfare</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">locn:thoroughfare</dcterms:identifier>
<rdfs:comment xml:lang="en">An address component that represents the name of a passage or way through from one location to another. A thoroughfare is not necessarily a road, it might be a waterway or some other feature. The domain of locn:thoroughfare is locn:Address.</rdfs:comment>
<vs:term_status xml:lang="en">testing</vs:term_status>
<rdfs:range rdf:resource="&rdfs;Literal"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
<rdfs:domain rdf:resource="&locn;Address"/>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/terms/Location -->
<rdf:Description rdf:about="&dcterms;Location">
<rdfs:label xml:lang="en">Location</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">dcterms:Location</dcterms:identifier>
<vann:usageNote xml:lang="en">This is the key class for the ISA Programme Location Core Vocabulary and represents any location, irrespective of size or other restriction.</vann:usageNote>
<rdfs:comment xml:lang="en">dcterms:Location class fully represents the ISA Programme Location Core Vocabulary class of Location.</rdfs:comment>
<vs:term_status xml:lang="en">testing</vs:term_status>
<rdfs:comment xml:lang="nl">De klasse dcterms:Location komt volledig overeen met de klasse Location in het ISA Programme Location Core Vocabulary.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
</rdf:Description>
<!-- http://purl.org/vocommons/voaf#Vocabulary -->
<owl:Class rdf:about="&voaf;Vocabulary"/>
<!-- http://www.w3.org/ns/locn#Address -->
<owl:Class rdf:about="&locn;Address">
<rdfs:label xml:lang="en">Address</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">locn:Address</dcterms:identifier>
<rdfs:comment xml:lang="en">An "address representation" as defined in the INSPIRE Data Specification on Addresses, v3.0.1. The locn:addressId property may be used to link this locn:Address to other representations.</rdfs:comment>
<vs:term_status xml:lang="en">testing</vs:term_status>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
<wdrs:describedby rdf:resource="https://joinup.ec.europa.eu/system/files/project/Core_Vocabularies-Business_Location_Person-Specification-v0.3_0.zip"/>
</owl:Class>
<!-- http://www.w3.org/ns/locn#Geometry -->
<owl:Class rdf:about="&locn;Geometry">
<rdfs:label xml:lang="en">Geometry</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">locn:Geometry</dcterms:identifier>
<rdfs:comment xml:lang="en">The locn:Geometry class provides the means to identify a location as a point, line, polygon, etc. expressed using coordinates in some coordinate reference system.</rdfs:comment>
<vann:usageNote xml:lang="en">This class defines the notion of "geometry" at the conceptual level, and it shall be encoded by using different formats (see usage note of the locn:geometry property).</vann:usageNote>
<vs:term_status xml:lang="en">unstable</vs:term_status>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
</owl:Class>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.w3.org/ns/locn -->
<owl:NamedIndividual rdf:about="http://www.w3.org/ns/locn">
<rdf:type rdf:resource="&voaf;Vocabulary"/>
</owl:NamedIndividual>
<rdf:Description>
<foaf:homepage rdf:resource="http://www.w3.org/community/locadd/"/>
<foaf:mbox rdf:resource="mailto:public-locadd@w3.org"/>
</rdf:Description>
<rdf:Description>
<foaf:homepage rdf:resource="http://andrea-perego.name/"/>
<rdfs:seeAlso rdf:resource="http://andrea-perego.name/foaf/#me"/>
<schema:affiliation>
<rdf:Description>
<foaf:homepage rdf:resource="http://ies.jrc.ec.europa.eu/DE"/>
</rdf:Description>
</schema:affiliation>
</rdf:Description>
<rdf:Description>
<foaf:homepage rdf:resource="http://ies.jrc.ec.europa.eu/SDI/sdi-about-us/staff-profiles/michael-lutz.html"/>
<schema:affiliation>
<rdf:Description>
<foaf:homepage rdf:resource="http://ies.jrc.ec.europa.eu/DE"/>
</rdf:Description>
</schema:affiliation>
</rdf:Description>
<rdf:Description>
<foaf:homepage rdf:resource="http://philarcher.org/"/>
<rdfs:seeAlso rdf:resource="http://philarcher.org/foaf.rdf#me"/>
<schema:affiliation>
<rdf:Description>
<foaf:homepage rdf:resource="http://www.w3.org/"/>
</rdf:Description>
</schema:affiliation>
</rdf:Description>
<rdf:Description>
<foaf:homepage rdf:resource="http://joinup.ec.europa.eu/asset/core_location/home"/>
</rdf:Description>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotations
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="https://joinup.ec.europa.eu/elibrary/document/isa-deliverable-process-and-methodology-developing-core-vocabularies">
<dcterms:title>Process and Methodology for Developing Core Vocabularies</dcterms:title>
</rdf:Description>
<rdf:Description rdf:about="https://joinup.ec.europa.eu/category/licence/isa-open-metadata-licence-v11">
<dcterms:title>ISA Open Metadata Licence v1.1</dcterms:title>
<cc:attributionName xml:lang="en">European Commission</cc:attributionName>
<cc:attributionURL rdf:resource="http://ec.europa.eu/"/>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/locn.rdf">
<rdfs:label xml:lang="en">RDF/XML version of the ISA Programme Location Core Vocabulary</rdfs:label>
<dcat:mediaType rdf:datatype="&dcterms;IMT">application/rdf+xml</dcat:mediaType>
<dcterms:format rdf:resource="http://www.w3.org/ns/formats/data/RDF_XML"/>
</rdf:Description>
<rdf:Description rdf:about="&locn;locatorName">
<rdfs:label xml:lang="en">locator name</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">locn:locatorName</dcterms:identifier>
<rdfs:comment xml:lang="en">Proper noun(s) applied to the real world entity identified by the locator. The locator name could be the name of the property or complex, of the building or part of the building, or it could be the name of a room inside a building.
</rdfs:comment>
<vs:term_status xml:lang="en">testing</vs:term_status>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
</rdf:Description>
<rdf:Description rdf:about="&locn;geographicName">
<rdfs:label xml:lang="en">geographic name</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">locn:geographicName</dcterms:identifier>
<rdfs:comment xml:lang="en">
A geographic name is a proper noun applied to a spatial object. Taking the example used in the INSPIRE Data Specification on Geographical Names, v3.0.1 (pages 40-42), the following are all valid geographic names for the Greek capital:
- Aθnνa (the Greek endonym written in the Greek script)
- Athína (the standard Romanisation of the endonym)
- Athens (the English language exonym)
For INSPIRE-conformant data, provide the metadata for the geographic name using a skos:Concept as a datatype.
</rdfs:comment>
<vs:term_status xml:lang="en">testing</vs:term_status>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
<wdrs:describedby rdf:resource="https://joinup.ec.europa.eu/system/files/project/Core_Vocabularies-Business_Location_Person-Specification-v0.3_0.zip"/>
</rdf:Description>
<rdf:Description rdf:about="https://joinup.ec.europa.eu/system/files/project/Core_Vocabularies-Business_Location_Person-Specification-v0.3_0.zip">
<dcterms:title>Core Vocabularies Specification</dcterms:title>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/locn.html">
<rdfs:label xml:lang="en">HTML version of the ISA Programme Location Core Vocabulary</rdfs:label>
<dcat:mediaType rdf:datatype="&dcterms;IMT">text/html</dcat:mediaType>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/ns/locn.ttl">
<rdfs:label xml:lang="en">Turtle version of the ISA Programme Location Core Vocabulary</rdfs:label>
<dcat:mediaType rdf:datatype="&dcterms;IMT">text/turtle</dcat:mediaType>
<dcterms:format rdf:resource="http://www.w3.org/ns/formats/data/Turtle"/>
</rdf:Description>
<rdf:Description rdf:about="&locn;locatorDesignator">
<rdfs:label xml:lang="en">locator designator</rdfs:label>
<dcterms:identifier rdf:datatype="&xsd;string">locn:locatorDesignator</dcterms:identifier>
<rdfs:comment xml:lang="en">A number or a sequence of characters that uniquely identifies the locator within the relevant scope(s). The full identification of the locator could include one or more locator designators.
</rdfs:comment>
<vs:term_status xml:lang="en">testing</vs:term_status>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.5.0) http://owlapi.sourceforge.net -->