@base . @prefix rdf: . @prefix : <#> . @prefix terms: . @prefix owl: . @prefix ns: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @prefix vann: . @prefix dc: . terms:issued a owl:AnnotationProperty . a owl:Class . a owl:ObjectProperty ; rdfs:isDefinedBy ; rdfs:label "address"@en, "dirección"@es ; rdfs:range . a owl:DatatypeProperty ; rdfs:domain . a owl:DatatypeProperty ; rdfs:comment "La localidad. Por ejemplo, Zaragoza"@es ; rdfs:domain ; rdfs:isDefinedBy ; rdfs:label "localidad"@es ; rdfs:range xsd:string . a owl:DatatypeProperty ; rdfs:comment "La región. Por ejemplo, Provincia de Zaragoza o Comunidad Autónoma de Aragón"@es ; rdfs:domain ; rdfs:isDefinedBy ; rdfs:label "región"@es ; rdfs:range xsd:string . a owl:DatatypeProperty ; rdfs:comment "El código postal. Por ejemplo, 50071"@es ; rdfs:domain ; rdfs:isDefinedBy ; rdfs:label "código postal"@es ; rdfs:range xsd:string . a owl:DatatypeProperty ; rdfs:comment "La dirección de la calle. Por ejemplo, Vía Hispanidad, 20"@es ; rdfs:domain ; rdfs:isDefinedBy ; rdfs:label "dirección"@es ; rdfs:range xsd:string . <> ns:license ; dc:creator "Oscar Corcho (Ontology Engineering Group, Universidad Politécnica de Madrid)"^^xsd:string ; dc:identifier "http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/direccion-postal"^^xsd:string ; dc:rights "Creative Commons Attribution 4.0 International (CC BY 4.0)"^^xsd:string ; dc:title "Vocabulario para la representación de datos de una dirección postal en España"@es ; terms:description """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 - 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 (especialmente los que están en pleno desarrollo en el momento de creación de este vocabulario, como vCard) y se tendrá en cuenta en el futuro el trabajo que se desarrolle en el grupo del W3C denominado Location And Addresses Community Group (http://www.w3.org/community/locadd/). Este vocabulario aún se encuentra en una situación inestable. """@es ; terms:hasFormat , ; terms:issued "2014-04-28"^^xsd:string ; terms:title "Vocabulario para la representación de datos de una dirección postal en España"@es ; vann:preferredNamespacePrefix "esdir"^^xsd:string ; vann:preferredNamespaceUri <#> ; a owl:Ontology ; rdfs:comment """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 - 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 (especialmente los que están en pleno desarrollo en el momento de creación de este vocabulario, como vCard) y se tendrá en cuenta en el futuro el trabajo que se desarrolle en el grupo del W3C denominado Location And Addresses Community Group (http://www.w3.org/community/locadd/). Este vocabulario aún se encuentra en una situación inestable. """@es ; owl:versionIRI . :DireccionPostal terms:issued "2014-03-28"^^xsd:string ; a owl:Class ; rdfs:comment """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 y en el callejero"""@es ; rdfs:isDefinedBy <> ; rdfs:label "Dirección postal"@es ; rdfs:subClassOf , , . rdfs:comment a owl:AnnotationProperty . rdfs:isDefinedBy a owl:AnnotationProperty . rdfs:label a owl:AnnotationProperty . a owl:Class . a owl:DatatypeProperty ; rdfs:comment "El nombre del país asociado con la dirección del objeto"@es ; rdfs:isDefinedBy ; rdfs:label "país"@es ; rdfs:range xsd:string . a owl:ObjectProperty ; rdfs:comment "To specify the components of the delivery address for the object"@en ; rdfs:isDefinedBy ; rdfs:label "dirección"@es, "has address"@en ; rdfs:range . a owl:DatatypeProperty ; rdfs:comment "La localidad (por ejemplo, municipio) asociada con la dirección del objeto"@es ; rdfs:isDefinedBy ; rdfs:label "localidad"@es ; rdfs:range xsd:string . a owl:DatatypeProperty ; rdfs:comment "El código postal asociado con la dirección del objeto"@es ; rdfs:isDefinedBy ; rdfs:label "código postal"@es ; rdfs:range xsd:string . a owl:DatatypeProperty ; rdfs:comment "La región (estado, provincia, comunidad autónoma) asociada con la dirección del objeto"@es ; rdfs:isDefinedBy ; rdfs:label "región"@es ; rdfs:range xsd:string . a owl:DatatypeProperty ; rdfs:comment "La dirección de la calle o vía asociada con la dirección del objeto"@es ; rdfs:isDefinedBy ; rdfs:label "nombre de la vía"@es ; rdfs:range xsd:string . a owl:Class ; rdfs:comment "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."@en ; rdfs:isDefinedBy . a owl:ObjectProperty ; rdfs:comment "The locn:address property relationship associates any resource with the locn:Address class"@en ; rdfs:isDefinedBy ; rdfs:label "address"@en, "dirección"@es ; rdfs:range . a owl:DatatypeProperty ; rdfs:comment "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"@en ; rdfs:domain ; rdfs:isDefinedBy . a owl:DatatypeProperty ; rdfs:comment "The concept of adding a globally unique identifier for each instance of an address is a crucial part of the INSPIRE data spec. "@en ; rdfs:domain ; rdfs:isDefinedBy . a owl:DatatypeProperty ; rdfs:comment """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."""@en ; rdfs:domain ; rdfs:isDefinedBy . a owl:DatatypeProperty ; rdfs:comment "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-."@en ; rdfs:domain ; rdfs:isDefinedBy . a owl:DatatypeProperty ; rdfs:comment "The complete address written as a string, with or without formatting"@en ; rdfs:domain ; rdfs:isDefinedBy . a owl:DatatypeProperty ; rdfs:comment "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. "@en ; rdfs:domain ; rdfs:isDefinedBy . a owl:DatatypeProperty ; rdfs:comment "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. "@en ; rdfs:domain ; rdfs:isDefinedBy . a owl:DatatypeProperty ; rdfs:comment "The Post Office Box number"@en ; rdfs:domain ; rdfs:isDefinedBy . a owl:DatatypeProperty ; rdfs:comment "The post code (a.k.a postal code, zip code etc.). Post codes are common elements in many countries' postal address systems."@en ; rdfs:domain ; rdfs:isDefinedBy . a owl:DatatypeProperty ; rdfs:comment "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.\")"@en ; rdfs:domain ; rdfs:isDefinedBy . a owl:DatatypeProperty ; rdfs:comment "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"@en ; rdfs:domain ; rdfs:isDefinedBy . [] rdfs:label "RDF"^^xsd:string . [] rdfs:label "HTML"^^xsd:string .