-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdireccionpostal.owl
More file actions
610 lines (386 loc) · 31.5 KB
/
Copy pathdireccionpostal.owl
File metadata and controls
610 lines (386 loc) · 31.5 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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#"
xml:base="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal"
xmlns:schema="http://schema.org/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:geonames="http://www.geonames.org/ontology#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:dbpedia="http://dbpedia.org/ontology/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vcard="http://www.w3.org/2006/vcard/ns#"
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:geosparql="http://www.opengis.net/ont/geosparql#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:dctype="http://purl.org/dc/dcmitype/"
xmlns:escjr="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:esadm="http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#"
xmlns:esdir="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#"
xmlns:owl2="http://www.w3.org/2006/12/owl2#"
xmlns:locn="http://www.w3.org/ns/locn#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<owl:Ontology rdf:about="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal">
<owl:versionIRI rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal/0.3.1"/>
<cc:license rdf:resource="http://creativecommons.org/licenses/by/4.0/"/>
<dcterms:issued>2014-04-28</dcterms:issued>
<dcterms:hasFormat rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal.html"/>
<rdfs:comment xml:lang="es">Este vocabulario se utiliza para la descripción de una dirección postal. Reutiliza términos de varios vocabularios que actualmente se utilizan para propósitos similares, incluyendo:
- Core Location Vocabulary, schema.org y vCard, que definen la clase Address. La ontología vCard podría eliminarse en el futuro si deja de utilizarse de manera masiva.
- WGS84 y GeoSPARQL para la representación de las coordenadas geográficas.
- División Administrativa Española y Callejero
Asimismo, se actualizará de acuerdo con la evolución de estos vocabularios y se tendrá en cuenta en el trabajo del grupo del W3C denominado Location And Addresses Community Group (http://www.w3.org/community/locadd/).</rdfs:comment>
<dcterms:hasFormat rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal.owl"/>
<dc:rights>Creative Commons Attribution 4.0 International (CC BY 4.0)</dc:rights>
<vann:preferredNamespaceUri rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#"/>
<dc:identifier>http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal</dc:identifier>
<dc:title xml:lang="es">Vocabulario para la representación de datos de una dirección postal en España</dc:title>
<dc:creator>Oscar Corcho (Ontology Engineering Group, Universidad Politécnica de Madrid)</dc:creator>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/terms/issued -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/issued"/>
<!-- http://www.w3.org/2000/01/rdf-schema#comment -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#comment"/>
<!-- http://www.w3.org/2000/01/rdf-schema#isDefinedBy -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#isDefinedBy"/>
<!-- http://www.w3.org/2000/01/rdf-schema#label -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#label"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://schema.org/address -->
<owl:ObjectProperty rdf:about="http://schema.org/address">
<rdfs:range rdf:resource="http://schema.org/PostalAddress"/>
<rdfs:isDefinedBy rdf:resource="http://schema.org/"/>
<rdfs:label xml:lang="en">address</rdfs:label>
<rdfs:label xml:lang="es">dirección</rdfs:label>
</owl:ObjectProperty>
<!-- http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#barrio -->
<owl:ObjectProperty rdf:about="http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#barrio"/>
<!-- http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#distrito -->
<owl:ObjectProperty rdf:about="http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#distrito">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
</owl:ObjectProperty>
<!-- http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#municipio -->
<owl:ObjectProperty rdf:about="http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#municipio"/>
<!-- http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#portal -->
<owl:ObjectProperty rdf:about="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#portal"/>
<!-- http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#tramo -->
<owl:ObjectProperty rdf:about="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#tramo"/>
<!-- http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#via -->
<owl:ObjectProperty rdf:about="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#via"/>
<!-- http://www.w3.org/2006/vcard/ns#hasAddress -->
<owl:ObjectProperty rdf:about="http://www.w3.org/2006/vcard/ns#hasAddress">
<rdfs:range rdf:resource="http://www.w3.org/2006/vcard/ns#Address"/>
<rdfs:comment xml:lang="en">To specify the components of the delivery address for the object</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2006/vcard/ns"/>
<rdfs:label xml:lang="es">dirección</rdfs:label>
<rdfs:label xml:lang="en">has address</rdfs:label>
</owl:ObjectProperty>
<!-- http://www.w3.org/ns/locn#address -->
<owl:ObjectProperty rdf:about="http://www.w3.org/ns/locn#address">
<rdfs:range rdf:resource="http://www.w3.org/ns/locn#Address"/>
<rdfs:comment xml:lang="en">The locn:address property relationship associates any resource with the locn:Address class</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
<rdfs:label xml:lang="en">address</rdfs:label>
<rdfs:label xml:lang="es">dirección</rdfs:label>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://schema.org/addressCountry -->
<owl:DatatypeProperty rdf:about="http://schema.org/addressCountry">
<rdfs:domain rdf:resource="http://schema.org/PostalAddress"/>
</owl:DatatypeProperty>
<!-- http://schema.org/addressLocality -->
<owl:DatatypeProperty rdf:about="http://schema.org/addressLocality">
<rdfs:domain rdf:resource="http://schema.org/PostalAddress"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="es">La localidad. Por ejemplo, Zaragoza</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://schema.org/"/>
<rdfs:label xml:lang="es">localidad</rdfs:label>
</owl:DatatypeProperty>
<!-- http://schema.org/addressRegion -->
<owl:DatatypeProperty rdf:about="http://schema.org/addressRegion">
<rdfs:domain rdf:resource="http://schema.org/PostalAddress"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="es">La región. Por ejemplo, Provincia de Zaragoza o Comunidad Autónoma de Aragón</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://schema.org/"/>
<rdfs:label xml:lang="es">región</rdfs:label>
</owl:DatatypeProperty>
<!-- http://schema.org/postalCode -->
<owl:DatatypeProperty rdf:about="http://schema.org/postalCode">
<rdfs:domain rdf:resource="http://schema.org/PostalAddress"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="es">El código postal. Por ejemplo, 50071</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://schema.org/"/>
<rdfs:label xml:lang="es">código postal</rdfs:label>
</owl:DatatypeProperty>
<!-- http://schema.org/streetAddress -->
<owl:DatatypeProperty rdf:about="http://schema.org/streetAddress">
<rdfs:domain rdf:resource="http://schema.org/PostalAddress"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="es">La dirección de la calle. Por ejemplo, Vía Hispanidad, 20</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://schema.org/"/>
<rdfs:label xml:lang="es">dirección</rdfs:label>
</owl:DatatypeProperty>
<!-- http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#entrada -->
<owl:DatatypeProperty rdf:about="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#entrada">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/locn#locatorDesignator"/>
<dcterms:issued>2020-01-16</dcterms:issued>
<rdfs:comment xml:lang="es">Un locator designator específico para el caso de direcciones postales españolas, tal y como se describe en el documento D2.8.I.5 INSPIRE Data Specification on Addresses – Guidelines disponible en https://inspire.ec.europa.eu/documents/Data_Specifications/INSPIRE_DataSpecification_AD_v3.0.pdf, tabla B - Synopsis of Locator Designator types and Postal descriptor used in addressing, páginas 85 y 86</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal"/>
<rdfs:label xml:lang="es">entrada</rdfs:label>
</owl:DatatypeProperty>
<!-- http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#escalera -->
<owl:DatatypeProperty rdf:about="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#escalera">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/locn#locatorDesignator"/>
<dcterms:issued>2020-01-16</dcterms:issued>
<rdfs:comment xml:lang="es">Un locator designator específico para el caso de direcciones postales españolas, tal y como se describe en el documento D2.8.I.5 INSPIRE Data Specification on Addresses – Guidelines disponible en https://inspire.ec.europa.eu/documents/Data_Specifications/INSPIRE_DataSpecification_AD_v3.0.pdf, tabla B - Synopsis of Locator Designator types and Postal descriptor used in addressing, páginas 85 y 86</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal"/>
<rdfs:label xml:lang="es">escalera</rdfs:label>
</owl:DatatypeProperty>
<!-- http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#hectometro -->
<owl:DatatypeProperty rdf:about="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#hectometro">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/locn#locatorDesignator"/>
<dcterms:issued>2020-01-23</dcterms:issued>
<rdfs:comment xml:lang="es">Esta propiedad permite definir el hectómetro en el que se encuentra una dirección postal en caso de que sea relevante representarlo, siendo complementaria a la propiedad que permite representar el punto kilométrico. Es importante destacar que esta propiedad no aparece en el documento D2.8.I.5 INSPIRE Data Specification on Addresses – Guidelines disponible en https://inspire.ec.europa.eu/documents/Data_Specifications/INSPIRE_DataSpecification_AD_v3.0.pdf, tabla B - Synopsis of Locator Designator types and Postal descriptor used in addressing, páginas 85 y 86, como el resto de propiedades definidas en este vocabulario como subpropiedades de locn:locatorDesignator y locn:locatorName</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal"/>
<rdfs:label xml:lang="es">hectómetro</rdfs:label>
</owl:DatatypeProperty>
<!-- http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#nombreDelEdificio -->
<owl:DatatypeProperty rdf:about="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#nombreDelEdificio">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/locn#locatorName"/>
<dcterms:issued>2020-01-16</dcterms:issued>
<rdfs:comment xml:lang="es">Un locator name específico para el caso de direcciones postales españolas, tal y como se describe en el documento D2.8.I.5 INSPIRE Data Specification on Addresses – Guidelines disponible en https://inspire.ec.europa.eu/documents/Data_Specifications/INSPIRE_DataSpecification_AD_v3.0.pdf, tabla B - Synopsis of Locator Designator types and Postal descriptor used in addressing, páginas 85 y 86</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal"/>
<rdfs:label xml:lang="es">nombre del edificio</rdfs:label>
</owl:DatatypeProperty>
<!-- http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#planta -->
<owl:DatatypeProperty rdf:about="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#planta">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/locn#locatorDesignator"/>
<dcterms:issued>2020-01-16</dcterms:issued>
<rdfs:comment xml:lang="es">Un locator designator específico para el caso de direcciones postales españolas, tal y como se describe en el documento D2.8.I.5 INSPIRE Data Specification on Addresses – Guidelines disponible en https://inspire.ec.europa.eu/documents/Data_Specifications/INSPIRE_DataSpecification_AD_v3.0.pdf, tabla B - Synopsis of Locator Designator types and Postal descriptor used in addressing, páginas 85 y 86</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal"/>
<rdfs:label xml:lang="es">planta</rdfs:label>
</owl:DatatypeProperty>
<!-- http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#puerta -->
<owl:DatatypeProperty rdf:about="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#puerta">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/locn#locatorDesignator"/>
<dcterms:issued>2020-01-16</dcterms:issued>
<rdfs:comment xml:lang="es">Un locator designator específico para el caso de direcciones postales españolas, tal y como se describe en el documento D2.8.I.5 INSPIRE Data Specification on Addresses – Guidelines disponible en https://inspire.ec.europa.eu/documents/Data_Specifications/INSPIRE_DataSpecification_AD_v3.0.pdf, tabla B - Synopsis of Locator Designator types and Postal descriptor used in addressing, páginas 85 y 86</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal"/>
<rdfs:label xml:lang="es">puerta</rdfs:label>
</owl:DatatypeProperty>
<!-- http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#puntoKilometrico -->
<owl:DatatypeProperty rdf:about="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#puntoKilometrico">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/locn#locatorDesignator"/>
<dcterms:issued>2020-01-16</dcterms:issued>
<rdfs:comment xml:lang="es">Un locator designator específico para el caso de direcciones postales españolas, tal y como se describe en el documento D2.8.I.5 INSPIRE Data Specification on Addresses – Guidelines disponible en https://inspire.ec.europa.eu/documents/Data_Specifications/INSPIRE_DataSpecification_AD_v3.0.pdf, tabla B - Synopsis of Locator Designator types and Postal descriptor used in addressing, páginas 85 y 86</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal"/>
<rdfs:label xml:lang="es">punto kilométrico</rdfs:label>
</owl:DatatypeProperty>
<!-- http://www.w3.org/2006/vcard/ns#country-name -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/2006/vcard/ns#country-name">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="es">El nombre del país asociado con la dirección del objeto</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2006/vcard/ns"/>
<rdfs:label xml:lang="es">país</rdfs:label>
</owl:DatatypeProperty>
<!-- http://www.w3.org/2006/vcard/ns#locality -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/2006/vcard/ns#locality">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="es">La localidad (por ejemplo, municipio) asociada con la dirección del objeto</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2006/vcard/ns"/>
<rdfs:label xml:lang="es">localidad</rdfs:label>
</owl:DatatypeProperty>
<!-- http://www.w3.org/2006/vcard/ns#postal-code -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/2006/vcard/ns#postal-code">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="es">El código postal asociado con la dirección del objeto</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2006/vcard/ns"/>
<rdfs:label xml:lang="es">código postal</rdfs:label>
</owl:DatatypeProperty>
<!-- http://www.w3.org/2006/vcard/ns#region -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/2006/vcard/ns#region">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="es">La región (estado, provincia, comunidad autónoma) asociada con la dirección del objeto</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2006/vcard/ns"/>
<rdfs:label xml:lang="es">región</rdfs:label>
</owl:DatatypeProperty>
<!-- http://www.w3.org/2006/vcard/ns#street-address -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/2006/vcard/ns#street-address">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="es">La dirección de la calle o vía asociada con la dirección del objeto</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2006/vcard/ns"/>
<rdfs:label xml:lang="es">nombre de la vía</rdfs:label>
</owl:DatatypeProperty>
<!-- http://www.w3.org/ns/locn#addressArea -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/ns/locn#addressArea">
<rdfs:domain rdf:resource="http://www.w3.org/ns/locn#Address"/>
<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</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
</owl:DatatypeProperty>
<!-- http://www.w3.org/ns/locn#addressId -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/ns/locn#addressId">
<rdfs:domain rdf:resource="http://www.w3.org/ns/locn#Address"/>
<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. </rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
</owl:DatatypeProperty>
<!-- http://www.w3.org/ns/locn#adminUnitL1 -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/ns/locn#adminUnitL1">
<rdfs:domain rdf:resource="http://www.w3.org/ns/locn#Address"/>
<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 - https://inspire-twg.jrc.ec.europa.eu/inspire-fc.html#_C2612.
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.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
</owl:DatatypeProperty>
<!-- http://www.w3.org/ns/locn#adminUnitL2 -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/ns/locn#adminUnitL2">
<rdfs:domain rdf:resource="http://www.w3.org/ns/locn#Address"/>
<rdfs:comment xml:lang="en">The region of the address, usually a county, state or other such area that typically encompasses several localities. The range is a literal, conceptually defined by the INSPIRE Geographical Name data type - https://inspire-twg.jrc.ec.europa.eu/inspire-fc.html#_C2612-.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
</owl:DatatypeProperty>
<!-- http://www.w3.org/ns/locn#fullAddress -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/ns/locn#fullAddress">
<rdfs:domain rdf:resource="http://www.w3.org/ns/locn#Address"/>
<rdfs:comment xml:lang="en">The complete address written as a string, with or without formatting</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
</owl:DatatypeProperty>
<!-- http://www.w3.org/ns/locn#locatorDesignator -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/ns/locn#locatorDesignator">
<rdfs:domain rdf:resource="http://www.w3.org/ns/locn#Address"/>
<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>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
</owl:DatatypeProperty>
<!-- http://www.w3.org/ns/locn#locatorName -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/ns/locn#locatorName">
<rdfs:domain rdf:resource="http://www.w3.org/ns/locn#Address"/>
<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>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
</owl:DatatypeProperty>
<!-- http://www.w3.org/ns/locn#poBox -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/ns/locn#poBox">
<rdfs:domain rdf:resource="http://www.w3.org/ns/locn#Address"/>
<rdfs:comment xml:lang="en">The Post Office Box number</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
</owl:DatatypeProperty>
<!-- http://www.w3.org/ns/locn#postCode -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/ns/locn#postCode">
<rdfs:domain rdf:resource="http://www.w3.org/ns/locn#Address"/>
<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.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
</owl:DatatypeProperty>
<!-- http://www.w3.org/ns/locn#postName -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/ns/locn#postName">
<rdfs:domain rdf:resource="http://www.w3.org/ns/locn#Address"/>
<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.")</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
</owl:DatatypeProperty>
<!-- http://www.w3.org/ns/locn#thoroughfare -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/ns/locn#thoroughfare">
<rdfs:domain rdf:resource="http://www.w3.org/ns/locn#Address"/>
<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</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://schema.org/PostalAddress -->
<owl:Class rdf:about="http://schema.org/PostalAddress"/>
<!-- http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#DireccionPostal -->
<owl:Class rdf:about="http://vocab.linkeddata.es/datosabiertos/def/commons/direccion-postal#DireccionPostal">
<rdfs:subClassOf rdf:resource="http://schema.org/PostalAddress"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2006/vcard/ns#Address"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/locn#Address"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#barrio"/>
<owl:allValuesFrom rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#Barrio"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#distrito"/>
<owl:allValuesFrom rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#Distrito"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#municipio"/>
<owl:allValuesFrom rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#Municipio"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#portal"/>
<owl:allValuesFrom rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#Portal"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#tramo"/>
<owl:allValuesFrom rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#Tramo"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#via"/>
<owl:allValuesFrom rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#Via"/>
</owl:Restriction>
</rdfs:subClassOf>
<dcterms:issued>2014-03-28</dcterms:issued>
<rdfs:comment xml:lang="es">Una dirección postal en España. Se define como una especialización de las clases vcard:Address, schema:PostalAddress y locn:Address
Además de las propiedades asociadas a estas clases, y definidas en su correspondiente vocabulario, también se pueden utilizar las definidas en los vocabularios de división administrativa española (por ejemplo, barrio, distrito y municipio) y en el callejero (por ejemplo, via, tramo y portal), para lo cual se han añadido restricciones universales a esta clase, con el objetivo de dejar esta relación más explícita.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/direccionPostal"/>
<rdfs:label xml:lang="es">Dirección postal</rdfs:label>
</owl:Class>
<!-- http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#Barrio -->
<owl:Class rdf:about="http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#Barrio"/>
<!-- http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#Distrito -->
<owl:Class rdf:about="http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#Distrito"/>
<!-- http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#Municipio -->
<owl:Class rdf:about="http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio#Municipio"/>
<!-- http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#Portal -->
<owl:Class rdf:about="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#Portal"/>
<!-- http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#Tramo -->
<owl:Class rdf:about="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#Tramo"/>
<!-- http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#Via -->
<owl:Class rdf:about="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/callejero#Via"/>
<!-- http://www.w3.org/2006/vcard/ns#Address -->
<owl:Class rdf:about="http://www.w3.org/2006/vcard/ns#Address"/>
<!-- http://www.w3.org/ns/locn#Address -->
<owl:Class rdf:about="http://www.w3.org/ns/locn#Address">
<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>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/locn"/>
</owl:Class>
<rdf:Description>
<rdfs:label>HTML</rdfs:label>
</rdf:Description>
<rdf:Description>
<rdfs:label>RDF</rdfs:label>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->