@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; "Pedro Vivas White (Instituto Geográfico Nacional)"@es ; "2017-12-21"@es ; "Oscar Corcho García (Ontology Engineering Group - Universidad Politécnica de Madrid)"@es ; "Paola Espinoza Arias (Ontology Engineering Group - Universidad Politécnica de Madrid)"@es ; "Ontología para la representación de Objetos Geográficos"@es ; ; "Instituto Geográfico Nacional"@es ; "Ontología para la representación de Objetos Geográficos"@es ; "geo_core"@es ; : ; owl:versionInfo "0.1"@es . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/elements/1.1/source rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license rdf:type owl:AnnotationProperty . ### http://purl.org/vocab/vann/preferredNamespacePrefix rdf:type owl:AnnotationProperty . ### http://purl.org/vocab/vann/preferredNamespaceUri rdf:type owl:AnnotationProperty . ################################################################# # Data properties ################################################################# ### http://purl.org/dc/terms/created rdf:type owl:DatatypeProperty ; rdfs:comment "Fecha de inserción o modificación del objeto geográfico en el catálogo"@es ; rdfs:isDefinedBy ; rdfs:label "fecha de alta"@es . ### http://purl.org/dc/terms/identifier rdf:type owl:DatatypeProperty ; rdfs:comment "Identificador único del objeto"@es ; rdfs:isDefinedBy ; rdfs:label "identificador"@es . ### http://purl.org/dc/terms/replaces rdf:type owl:DatatypeProperty ; rdfs:comment "Id del elemento modificado"@es ; rdfs:isDefinedBy ; rdfs:label "reemplaza"@es . ### http://purl.org/dc/terms/title rdf:type owl:DatatypeProperty . ### https://datos.ign.es/def/geo_core#xETRS89 :xETRS89 rdf:type owl:DatatypeProperty ; rdfs:range xsd:float ; "Catálogo de Objetos Geográficos BTN100."@es ; rdfs:comment "Coordenada X en metros (ETRS89)"@es ; rdfs:label "xETRS89"@es . ### https://datos.ign.es/def/geo_core#yETRS89 :yETRS89 rdf:type owl:DatatypeProperty ; rdfs:range xsd:float ; "Catálogo de Objetos Geográficos BTN100."@es ; rdfs:comment "Coordenada Y en metros (ETRS89)"@es ; rdfs:label "yETRS89"@es . ################################################################# # Classes ################################################################# ### http://www.opengis.net/ont/geosparql#Feature owl:equivalentClass :ObjetoGeografico . ### https://datos.ign.es/def/geo_core#ObjetoGeografico :ObjetoGeografico rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom xsd:date ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom rdfs:Literal ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom rdfs:Literal ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:date ] ; rdfs:comment "Los objetos geográficos son fenómenos del mundo real asociados con una localización relativa a la Tierra respecto a los cuales se recolectan, mantienen y difunden datos. (ISO_TC_211_Starndards_ Guide_ Spanish.pdf)"@es ; rdfs:isDefinedBy "https://datos.ign.es/def/geo_core"@es ; rdfs:label "Objeto Geográfico"@es . ################################################################# # Annotations ################################################################# rdfs:comment "Nombre geográfico del objeto"@es ; rdfs:isDefinedBy ; rdfs:label "nombre"@es . ### Generated by the OWL API (version 5.1.0) https://github.com/owlcs/owlapi/