-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
185 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,167 @@ | ||
<?xml version="1.0"?> | ||
|
||
|
||
<!DOCTYPE rdf:RDF [ | ||
<!ENTITY schema "http://schema.org/" > | ||
<!ENTITY org "http://www.w3.org/ns/org#" > | ||
<!ENTITY dcterms "http://purl.org/dc/terms/" > | ||
<!ENTITY vann "http://purl.org/vocab/vann/" > | ||
<!ENTITY dctype "http://purl.org/dc/dcmitype/" > | ||
<!ENTITY dbpedia-owl "http://dbpedia.org/ontology/" > | ||
<!ENTITY cc "http://creativecommons.org/ns#" > | ||
<!ENTITY owl "http://www.w3.org/2002/07/owl#" > | ||
<!ENTITY owl2 "http://www.w3.org/2006/12/owl2#" > | ||
<!ENTITY dc "http://purl.org/dc/elements/1.1/" > | ||
<!ENTITY geonames "http://www.geonames.org/ontology#" > | ||
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" > | ||
<!ENTITY event "http://purl.org/NET/c4dm/event.owl#" > | ||
<!ENTITY skos "http://www.w3.org/2004/02/skos/core#" > | ||
<!ENTITY geosparql "http://www.opengis.net/ont/geosparql#" > | ||
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" > | ||
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" > | ||
<!ENTITY localizacion "http://purl.org/ctic/infraestructuras/localizacion#" > | ||
]> | ||
|
||
|
||
<rdf:RDF xmlns="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#" | ||
xml:base="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico" | ||
xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
xmlns:dbpedia-owl="http://dbpedia.org/ontology/" | ||
xmlns:vann="http://purl.org/vocab/vann/" | ||
xmlns:owl2="http://www.w3.org/2006/12/owl2#" | ||
xmlns:geonames="http://www.geonames.org/ontology#" | ||
xmlns:org="http://www.w3.org/ns/org#" | ||
xmlns:dcterms="http://purl.org/dc/terms/" | ||
xmlns:schema="http://schema.org/" | ||
xmlns:geosparql="http://www.opengis.net/ont/geosparql#" | ||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | ||
xmlns:dctype="http://purl.org/dc/dcmitype/" | ||
xmlns:event="http://purl.org/NET/c4dm/event.owl#" | ||
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:localizacion="http://purl.org/ctic/infraestructuras/localizacion#" | ||
xmlns:skos="http://www.w3.org/2004/02/skos/core#" | ||
xmlns:cc="http://creativecommons.org/ns#"> | ||
<owl:Ontology rdf:about="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico"> | ||
<dcterms:issued rdf:datatype="&xsd;dateTime">2016-03-05</dcterms:issued> | ||
<dc:creator>María Poveda (Ontology Engineering Group - Universidad Politécnica de Madrid)</dc:creator> | ||
<dc:identifier>http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico</dc:identifier> | ||
<dc:contributor>Raúl García (Ontology Engineering Group - Universidad Politécnica de Madrid)</dc:contributor> | ||
<dc:contributor>Oscar Corcho (Ontology Engineering Group - Universidad Politécnica de Madrid, LocaliData)</dc:contributor> | ||
<dc:rights>Creative Commons Attribution 4.0 International (CC BY 4.0)</dc:rights> | ||
<owl:versionInfo xml:lang="es">Versión inicial de una ontología para describir los puntos de alumbrado público.</owl:versionInfo> | ||
<cc:license rdf:resource="http://creativecommons.org/licenses/by/4.0/"/> | ||
<dcterms:hasFormat rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico.html"/> | ||
<dcterms:hasFormat rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico.owl"/> | ||
<vann:preferredNamespaceUri rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#"/> | ||
<owl:versionIRI rdf:resource="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico/0.1"/> | ||
</owl:Ontology> | ||
|
||
|
||
|
||
<!-- | ||
/////////////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Annotation properties | ||
// | ||
/////////////////////////////////////////////////////////////////////////////////////// | ||
--> | ||
|
||
<owl:AnnotationProperty rdf:about="&rdfs;label"/> | ||
<owl:AnnotationProperty rdf:about="&rdfs;comment"/> | ||
<owl:AnnotationProperty rdf:about="&rdfs;isDefinedBy"/> | ||
<owl:AnnotationProperty rdf:about="&dcterms;issued"/> | ||
|
||
|
||
|
||
<!-- | ||
/////////////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Datatypes | ||
// | ||
/////////////////////////////////////////////////////////////////////////////////////// | ||
--> | ||
|
||
|
||
|
||
|
||
<!-- http://www.w3.org/2001/XMLSchema#date --> | ||
|
||
<rdfs:Datatype rdf:about="&xsd;date"/> | ||
|
||
|
||
|
||
<!-- http://www.w3.org/2001/XMLSchema#time --> | ||
|
||
<rdfs:Datatype rdf:about="&xsd;time"/> | ||
|
||
|
||
|
||
<!-- | ||
/////////////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Data properties | ||
// | ||
/////////////////////////////////////////////////////////////////////////////////////// | ||
--> | ||
|
||
|
||
|
||
|
||
<!-- http://purl.org/dc/elements/1.1/date --> | ||
|
||
<owl:DatatypeProperty rdf:about="&dc;date"/> | ||
|
||
|
||
|
||
<!-- http://purl.org/dc/elements/1.1/title --> | ||
|
||
<owl:DatatypeProperty rdf:about="&dc;title"/> | ||
|
||
|
||
|
||
<!-- | ||
/////////////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Classes | ||
// | ||
/////////////////////////////////////////////////////////////////////////////////////// | ||
--> | ||
|
||
|
||
|
||
|
||
<!-- PuntoDeAlumbrado --> | ||
|
||
<owl:Class rdf:about="PuntoDeAlumbrado"/> | ||
|
||
|
||
|
||
<!-- http://purl.org/ctic/infraestructuras/localizacion#Municipio --> | ||
|
||
<owl:Class rdf:about="&localizacion;Municipio"> | ||
<rdfs:label xml:lang="es">Municipio</rdfs:label> | ||
<rdfs:subClassOf rdf:resource="&owl;Thing"/> | ||
<rdfs:comment xml:lang="es">Entidad local formada por los vecinos de un determinado territorio para gestionar autónomamente sus intereses comunes. (RAE)</rdfs:comment> | ||
</owl:Class> | ||
|
||
|
||
|
||
<!-- http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#Lampara --> | ||
|
||
<owl:Class rdf:about="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#Lampara"> | ||
<rdfs:label xml:lang="en">Lampara</rdfs:label> | ||
</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 3.2.3.1824) http://owlapi.sourceforge.net --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> | ||
<group id="Folder Repository, directory=, recursive=true, Auto-Update=true, version=2" prefer="public" xml:base=""> | ||
<uri id="Automatically generated entry, Timestamp=1457180196074" name="http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico" uri="PuntosDeAlumnbrado.owl"/> | ||
</group> | ||
</catalog> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Campo tipo lámpara en el dataset de Caceres. | ||
"F" : Fluor???? | ||
"FCBC" : Flourecente Compact??? BAJo consumo???? | ||
"H" : | ||
"HM" : | ||
"I" : | ||
"LED'S" : | ||
"MC" : | ||
"PAR" : | ||
"VMCC" Vapor de Mercurio Color Corregido | ||
"VSAP" : vapor de Sodio de Alta Presión | ||
"VSBP": Vapor de Sodio de Baja Presión |
Binary file not shown.