language en es

Vocabulary for the representation of the Public lighting

This version:
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
Authors:
Corcho O
Martín Blázquez M
Download serialization:
JSON-LD RDF/XML N-Triples TTL
License:
https://datos.madrid.es/egob/catalogo/aviso-legal
Cite as:
Corcho O, Martín Blázquez M. Vocabulary for the representation of the Public lighting. Retrieved from: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico

Ontology Specification Draft

Abstract

This vocabulary allows representing data related to public lighting, including data related to streetlights, luminaries, lamps, poles and lighting boxes. It has been developed in the context of the OpenCityData initiative.

A first version of this vocabulary was created in the context of the International Open Data Day. This new version takes into account the results obtained in that first version of the vocabulary, the problems identified in its use and the advances made in recent years in the proposal of ontology design patterns for cities and in models such as the one proposed by FI-WARE. This updated version of the vocabulary has been generated during the development of a final degree project at the Escuela Técnica Superior de Ingenieros Informáticos of the Universidad Politécnica de Madrid.

Introduction back to ToC

This vocabulary lets us represent the data related with the public lighting, including data related with streetlights, luminaries, lamps, poles and lighting boxes.

Terms from various vocabularies and data models are reused:

Namespace declarations

Table 1: Namespaces used in the document
esalumb<http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico>
schema<http://schema.org>
esdir<http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/direccion-postal>
esalumb-kos<http://vocab.linkeddata.es/datosabiertos/kos/urbanismo-infraestructuras/alumbrado-publico>
esequip<http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/equipamiento-municipal>
owl<http://www.w3.org/2002/07/owl>
xsd<http://www.w3.org/2001/XMLSchema>
skos<http://www.w3.org/2004/02/skos/core>
rdfs<http://www.w3.org/2000/01/rdf-schema>
geosparql<http://www.opengis.net/spec/geosparql>
esadm<http://vocab.linkeddata.es/def/sector-publico/territorio>
rdf<http://www.w3.org/1999/02/22-rdf-syntax-ns>
terms<http://purl.org/dc/terms>
xml<http://www.w3.org/XML/1998/namespace>
dc<http://purl.org/dc/elements/1.1>

Vocabulary for the representation of the Public lighting: Overview back to ToC

This ontology has the following classes and properties.

Classes

Object Properties

Data Properties

Named Individuals

Vocabulary for the representation of the Public lighting: Description back to ToC

The figure from below contains the classes and properties from the public lighting vocabulary.

Figure 1.- Vocabulary for the representation of the public lighting

Partial descriptions of the different components of the vocabulary will be provided below.

3.1 Pattern of the geospatial data Back to index

The esequip:Equipment class is subclass of the geosparql:Feature class that belongs to the geospatal data pattern.

The pattern of the geospatial data uses the geo and geosparql vocabularies. To obtain the geolocation of an equipment (for example, a streetlight) we use the object property geosparql:has geometry that has a relation with the geosparql:Geometry class. The geosparql:Point class is a subclass of the geosparql:Geometry class and it has attributes like the latitude (geo:lat) and longitude (geo:long).

Figure 2.- Geolocation of the streetlights using the geospatial data

The following example is the geolocation using the attributes geo:lat and geo:long.

 
     
       <http://example.org/datosabiertos/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/123456/geometry> a geosparql:Point;
       geo:lat "-3.657807"^^xsd:double;
       geo:long "40.461237"^^xsd:double;
    
 

3.2 Streetlight as an equipment Back to index

The esalumb:Streetlight class is a subclass of the esequip:Equipment class, it is used to represent the data about the municipal equipment. It includes the attributes esequip:startingDate that refers to the date when the streetlight was installed, esequip:endingDate that refers to the date when the streetlight was desinstalled and esequip:reviewDate that represents if the equipment has had a review. It is also identified with the dct:identifier

Figure 3.- Diagram of streetlight equipment

The following example has attributes of the Equipment class and from the Streetlight class to describe a streetlight.

In this case the class that represents the municipal equipment has an attribute thet represents the identifier that has every streetlight. From the streetlight class we have three attributes:the maximun heigh of a streetlight, the width between one of the luminaries to its opposite and the control cabinet where the streetlightas are controlled.

 
    
      <http://www.example.org/datosabiertos/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/123456> a esalumb:Streetlight;
      dct:identifier "123456"^^xsd:string;
      esalumb:width "3"^^xsd:float;
      esalumb:heigh "6"^^xsd:float;
      esalumb:controlCabinet "Caseta de Camineros "^^xsd:string;
   

3.3 Location Ubicación en un territorio administrativo y dirección Back to índex

The esalumb:Streetlight class is related with the esdir:DireccionPostal class using the property schema:address.

The esdir:DireccionPostal class has two object properties esadm:neighborhood and esadm:district, that are defined in the esadm vocabulary, they are related with the classes esadm:Neighborhodd and esadm:District that refers to the neighborhodd and district where the streetlight is located.

The class esdir:DireccionPostal is subclass of the schema:PostalAddress class defined by the schema vocabulary and it has as its atributtes schema:streetAddress that refers to the complete name of the street including the number and the venue type where the streetlight is located, schema:addressCountry that refers to the country where the streetlight is located and schema:addressLocality that refers to the locality where the streetlight is located.

Figure 4.- Location of the streetlights

The following example has attributes of the classes from before.

 
    
      <http://www.example.org/datosabiertos/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/123456/address> a esdir:DireccionPostal, schema:PostalAddress;
      schema:streetAddress "CALLE DE GOMEZNARRO 54"^^xsd:string;
      schema:locality "Madrid"^^xsd:string;
      schema:country "España"^^xsd string;
      esadm:district <http://www.example.org/madrid/recurso/sector-publico/territorio/distrito/Hortaleza>;
      esadm:neighborhood <http://www.example.org/madrid/recurso/sector-publico/territorio/barrio/3>;
   

3.4 Description of a streetlight Back to index

The esalumb:Streetlight class is related to the parts that compose the streetlight using the object properties esalumb:box, esalumb:pole and esalumb:luminary. The lamp is related to the luminary using the object property esalumb:hasLamp.

We can also see the classes that have a skos concept schemes associated, the esalumb:Box class has a skos list that represents the different types of cables that a streetlight can use esalumb-kos:cableType, the esalumb:Pole class has a skos list that represents the different types of holders it can have esalumb-kos:holderType, the esalumb:Luminary class has a skos list that represents the different types of luminaries that can be used esalumb-kos:luminaryType and lastly the esalumb:Lamp class has a skos list that represents the different types of lamp that can be used esalumb-kos:lampType.

The SKOS concept schemes are defined int the repository SKOS

Figure 5.- Description of the parts that compose a streetlight

The following example has the use of the skos lists and the use of the Luminary class.

We have the holderType skos list that represents the different types of holders a streetlight can have, a list that represents the different types of lamp that a streetlight can have, another list that represents the different types of cables that a streetlight can have and lastly the last skos list is about the different types of luminaries that a streetlight can have. We also have an attribute ehat represents the number of luminaries that a streetlight has.

 
    
      <http://www.example.org/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/2023> a esalumb:Farola;
      dct:identifier "2023"^^xsd:string;
      esalumb:box <http://www.example.org/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/2023/caja>;
      esalumb:luminary <http://www.example.org/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/2023/luminaria>;
      esalumb:pole <http://www.example.org/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/2023/soporte>;

      <http://www.example.org/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/2023/soporte> a  esalumb:Soporte;
      esalumb-kos:holderType <http://vocab.linkeddata.es/datosabiertos/kos/urbanismo-infraestructuras/alumbrado-publico/tipo-soporte/poste>;

      <http://www.example.org/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/2023/luminaria> a esalumb:Luminaria;
      esalumb:lamp <http://www.example.org/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/2023/lampara>;
      esalumb:numberOfLuminaries "1"^^xsd:int;
      esalumb-kos:luminaryType <http://vocab.linkeddata.es/datosabiertos/kos/urbanismo-infraestructuras/alumbrado-publico/tipo-luminaria/proyector> ;

      <http://www.example.org/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/2023/lampara> a esalumb:Lampara ;
      esalumb-kos:lampType <http://vocab.linkeddata.es/datosabiertos/kos/urbanismo-infraestructuras/alumbrado-publico/tipo-lampara/led>;

      <http://www.example.org/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/2023/caja> a esalumb:Caja ;
      esalumb-kos:cableType <http://vocab.linkeddata.es/datosabiertos/kos/urbanismo-infraestructuras/alumbrado-publico/tipo-cable/ET103>;
   

3.5 Description of the skos lists of the streetlight Back to index

The esalumb:Streetlight class has three related SKOS lists, the first one esalumb-kos:powerType where we have the different types of source that a streetlight can have, the second one esalumb-kos:iluminationType where we have the different types of ilumination that a streetlight can have and lastly esalumb-kos:lightingType where we have the different types of lighting that a streetlight can have.

Figure 6.- Description of the skos lists about the streetlight

The following example has the three types of skos lists that the Streetlight can have.

 
    
      <http://www.example.org/datosabiertos/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/123456> a esalumb:Streetlight;
      dct:identifier "123456"^^xsd:string;
      esalumb-kos:powerType <http://vocab.linkeddata.es/datosabiertos/kos/urbanismo-infraestructuras/alumbrado-publico/tipo-alimentacion/subterranea>;
      esalumb-kos:iluminationType <http://vocab.linkeddata.es/datosabiertos/kos/urbanismo-infraestructuras/alumbrado-publico/tipo-iluminacion/permanente>;
      esalumb-kos:lightingType <http://vocab.linkeddata.es/datosabiertos/kos/urbanismo-infraestructuras/alumbrado-publico/tipo-alumbrado/s1>;
   

3.6 Complete example Back to índex

In order to make easier the understanding of the use of all of these classes and properties of the vocabulary an example from the data provided by the city hall of Madrid is going to be generated dataset. The complete transformation is available in GitHub

    
      <http://www.example.org/datosabiertos/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/20040016> a esalumb:Streetlight;
      dct:identifier "20040016"^^xsd:string;
      schema:address <http://www.example.org/datosabiertos/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/20040016/address>;
      esalumb:luminary <http://www.example.org/datosabiertos/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/20040016/luminaria>;
      geosparql:geometry <http://www.example.org/datosabiertos/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/20040016/geometry>;

      <http://www.example.org/datosabiertos/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/20040016/luminaria> a esalumb:Luminary;
      esalumb:lamp <http://www.example.org/datosabiertos/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/20040016/lampara>;

      <http://www.example.org/datosabiertos/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/20040016/lampara> a esalumb:Lamp;
      esalumb:bulbModel "LBE002"^^xsd:string;
      esalumb-kos:lampType <http://vocab.linkeddata.es/datosabiertos/kos/urbanismo-infraestructuras/alumbrado-publico/tipo-lampara/descarga>;

      <http://www.example.org/datosabiertos/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/20040016/address> a schema:PostalAddress;
      schema:country "España"^^xsd:string;
      schema:locality "Madrid"^^xsd:string;
      schema:streetAddress "CALLE DE LAS ERAS 3" ;
      esadm:neighborhood <http://www.example.org/datosabiertos/recurso/sector-publico/territorio/barrio/4>;
      esadm:district <http://www.example.org/datosabiertos/recurso/sector-publico/territorio/distrito/Hortaleza>;

      <http://www.example.org/datosabiertos/recurso/urbanismo-infraestructuras/alumbrado-publico/farola/20040016/geometry> a geosparql:Geometry;
      geo:lat "-3.657807"^^xsd:double ;
      geo:long "40.461237"^^xsd:double;
   

Cross-reference for Vocabulary for the representation of the Public lighting classes, object properties and data properties back to ToC

This section provides details for each class and property defined by Vocabulary for the representation of the Public lighting.

Classes

Boxc back to ToC or Class ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#Caja

Place where the cables of the streetlight are accesible
is in domain of
cableType op, manufacturer dp, material dp
is in range of
box op

Conceptc back to ToC or Class ToC

IRI: http://www.w3.org/2004/02/skos/core#ConceptScheme

A concept scheme may be defined to include concepts from different sources
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has members
LuminaryType ni, cableType ni, holderType ni, iluminationType ni, lampType ni, lightingType ni, powerType ni

DireccionPostalc back to ToC or Class ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/direccion-postal#DireccionPostal

This reused class is used for the description of a postal address in Spain
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has super-classes
PostalAddress c
is in domain of
district op, neighborhood op
is in range of
address op

Districtc back to ToC or Class ToC

IRI: http://vocab.linkeddata.es/def/sector-publico/territorio#Distrito

Part into wich a population, territory or other place is divided for administrative or legal purposes
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
is in range of
district op

Equipmentc back to ToC or Class ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/equipamiento-municipal#Equipamiento

It describes the municipal equipment
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has super-classes
Feature c
has sub-classes
Lampost c
is in domain of
endingDate dp, identifier dp, rewiewDate dp, startingDate dp

Featurec back to ToC or Class ToC

IRI: http://www.opengis.net/spec/geosparql/Feature

It represents the top level of the feature type. This class is equivalent to the GFI_Feature defined by ISO 19156, and is the superclass of all feature types.
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has super-classes
SpatialObject c
has sub-classes
Equipment c
is in domain of
has geometry op
is disjoint with
Geometry c

Geometryc back to ToC or Class ToC

IRI: http://www.opengis.net/spec/geosparql/Geometry

It represents the top level of the geometry type. This class is equivalent to the UML GM_Objects class defined in ISO 19107, and is a superclass of all geometry types.
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has super-classes
SpatialObject c
has sub-classes
point c
is in range of
has geometry op
is disjoint with
Feature c

Lampc back to ToC or Class ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#Lampara

It is the bulb in the streetlight and is an energy converter that transforms electrical energy into light.
has super-classes
Luminary c
is in domain of
consume dp, lampType op, lightOutput dp, manufacturer dp, material dp, numberOfLamps dp, power1 dp, power2 dp
is in range of
hasLamp op

Lampostc back to ToC or Class ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#Farola

Big lantern that is situated above a pole that brings light to the street or highways
has super-classes
Equipment c
is in domain of
IluminationType op, address op, box op, bulbModel dp, controlCabinet dp, controlMethod dp, heigh dp, lightingType op, luminary op, owner dp, pole op, powerType op, width dp, workingHours dp

Luminaryc back to ToC or Class ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#Luminaria

Lighting fixture that distributes, filters or transforms the light emitted by the lamps
has sub-classes
Lamp c
is in domain of
hasLamp op, luminaryType op, manufacturer dp, material dp, numberOfLuminaries dp
is in range of
luminary op

Neighborhoodc back to ToC or Class ToC

IRI: http://vocab.linkeddata.es/def/sector-publico/territorio#Barrio

Identity subdivision of a town or a village
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
is in range of
neighborhood op

pointc back to ToC or Class ToC

IRI: http://www.opengis.net/spec/geosparql/Point

A class for representating a point definied by longitude and latitude
has super-classes
Geometry c
is in domain of
Latitude dp, long dp

Polec back to ToC or Class ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#Poste

Class that represents the column that is placed verticaly so it helps as a support
is in domain of
accesories dp, armHeigh1 dp, armHeigh2 dp, holderType op, manufacturer dp, material dp, numberOfArms dp
is in range of
pole op

PostalAddressc back to ToC or Class ToC

IRI: http://schema.org#PostalAddress

This class is used to describe the postal address
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has sub-classes
DireccionPostal c
is in domain of
addressCountry dp, addressLocality dp, streetAddress dp

SpatialObjectc back to ToC or Class ToC

IRI: http://www.opengis.net/spec/geosparql/SpatialObject

Spatial Object represents everything that can have a spatial representation. It is superclass of feature and geometry
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has sub-classes
Feature c, Geometry c

Object Properties

addressop back to ToC or Object Property ToC

IRI: http://schema.org/address

Relation between the Streetlight class and the DireccionPostal class
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has domain
Lampost c
has range
DireccionPostal c

boxop back to ToC or Object Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#caja

Relation between the streetlight class and the box class that is part of it. Each streetlight can have a box
has domain
Lampost c
has range
Box c

cableTypeop back to ToC or Object Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#tipoCable

Relation between the Box class ant the skos list about the type of cable that a streetlight can have
has domain
Box c

has geometryop back to ToC or Object Property ToC

IRI: http://www.opengis.net/spec/geosparql/hasGeometry

Relation between the Feature class and the Geometry class
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has domain
Feature c
has range
Geometry c

hasLampop back to ToC or Object Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#tieneLampara

Relation between the Luminary class and the Lamp class. Every luminary has a bulb
has domain
Luminary c
has range
Lamp c

holderTypeop back to ToC or Object Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#tipoSoporte

Relation between the Pole class and the skos list about the types of holders that a streetlight can have
has domain
Pole c

IluminationTypeop back to ToC or Object Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#tipoIluminacion

Relation between the Streetlight class and the skos list about the types of iluminations that a streetlight can have
has domain
Lampost c

lampTypeop back to ToC or Object Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#tipoLampara

Relation between the Lamp class and the skos list about the types of lamps that can have a streetlight
has domain
Lamp c

lightingTypeop back to ToC or Object Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#tipoAlumbrado

Relation between the Streetlight class and the skos list about the types of lighting that a streetlight can have
has domain
Lampost c

luminaryop back to ToC or Object Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#luminaria

Relation between the streetlight class and the luminaire class that is part of it. Each streetlight may have one or more luminaires.
has domain
Lampost c
has range
Luminary c

luminaryTypeop back to ToC or Object Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#tipoLuminaria

Relation between the Luminary class and the skos list about the types of luminaries that a streetlight can have
has domain
Luminary c

neighborhoodop back to ToC or Object Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/sector-publico/territorio/barrio

Relation between the PostalAddress class and the Neighborhood class
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has domain
DireccionPostal c
has range
Neighborhood c

poleop back to ToC or Object Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#poste

Relation between the streetlight class and the pole class that is part of it. Each streetlight can have a pole
has domain
Lampost c
has range
Pole c

powerTypeop back to ToC or Object Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#tipoAlimentacion

Relation between the Streetlight class and the skos list about the power type that a streetlight can have
has domain
Lampost c

districtop back to ToC or Object Property ToC

IRI: http://vocab.linkeddata.es/def/secctor-public/territorio/distrito

Relation between the direccionPostal class and the distric class
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has domain
DireccionPostal c
has range
District c

Data Properties

accesoriesdp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#accesorios

The accesories that a streetlight can have are some like an acoustic measurer, C02 measurer, CTV, and so on.
has domain
Pole c
has range
string

addressCountrydp back to ToC or Data Property ToC

IRI: http://schema.org/addressCountry

The country in which the streetlight is located
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has domain
PostalAddress c
has range
string

addressLocalitydp back to ToC or Data Property ToC

IRI: http://schema.org/addressLocality

The locality in which the street to which the lamppost belongs is situated
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has domain
PostalAddress c
has range
string

armHeigh1dp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#alturaBrazo1

If there is more than one heigh for the arms of the pole this attributte will represent one of them
has domain
Pole c
has range
float

armHeigh2dp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#alturaBrazo2

If there is more than one heigh for the arms of the pole this attributte will represent one of them
has domain
Pole c
has range
float

bulbModeldp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#modeloBombilla

The bulb model of the lamp
has domain
Lampost c
has range
string

consumedp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#consumo

Total consumption of the lamp bulbs
has domain
Lamp c
has range
string

controlCabinetdp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#gabineteDeControl

Control cabinet that is shared between a group of streetlights
has domain
Lampost c
has range
string

controlMethoddp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#metodoDeControl

Method of controlling the streetlight by which they are activated or deactivated
has domain
Lampost c
has range
string

endingDatedp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/equipamiento-municipal/fechaBaja

Date when the streetlight is desinstalled
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has domain
Equipment c
has range
date time

heighdp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#altura

Heigh of the streetlight from the floor to the top of the pole
has domain
Lampost c
has range
float

identifierdp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/equipamiento-municipal/identifier

identifier of the streetlight
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has domain
Equipment c
has range
string

Latitudedp back to ToC or Data Property ToC

IRI: http://www.opengis.net/spec/geosparql/Latitude

The WGS84 latitude of a SpatialThing
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has domain
point c
has range
double

lightOutputdp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#intensidadLuminica

Luminous intensity is the amount of luminous flux emitted by a source per unit solid angle
has domain
Lamp c
has range
string

Longitudedp back to ToC or Data Property ToC

IRI: http://www.opengis.net/spec/geosparql/long

The WGS84 longitude of a SpatialThing
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has domain
point c
has range
double

manufacturerdp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#fabricante

Company that manufactures the materials which the streetlight is made of
has domain
Box c
Lamp c
Luminary c
Pole c
has range
string

materialdp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#material

Material of which the streetlight parts are made
has domain
Box c
Lamp c
Luminary c
Pole c
has range
string

numberOfArmsdp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#numeroDeBrazos

The streetlight can have from one to several arms, it depends on the function you want to give to each one.
has domain
Pole c
has range
int

numberOfLampsdp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#numeroDeLamparas

The number of lamps that a streetlight has. It should have the same number as luminaries.
has domain
Lamp c
has range
int

numberOfLuminariesdp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#numeroDeLuminarias

The number of luminaries that has a streetlight. There should be the same number of lamps.
has domain
Luminary c
has range
int

ownerdp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#propietario

Entity that has ownership over the streetlight
has domain
Lampost c
has range
string

power1dp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#potencia1

The wattage of the lamp bulb. As it is possible that there are arms at different heights and that each height has a pupose, it is possible that hte power of the bulbs may change.
has domain
Lamp c
has range
string

power2dp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#potencia2

The wattage of the lamp bulb. As it is possible that there are arms at different heights and that each height has a pupose, it is possible that hte power of the bulbs may change.
has domain
Lamp c
has range
string

rewiewDatedp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/equipamiento-municipal/fechaRevision

Date when the streetlights has a review
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has domain
Equipment c
has range
date time

startingDatedp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/equipamiento-municipal/fechaAlta

Date when the streetlight was installed
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has domain
Equipment c
has range
date time

streetAddressdp back to ToC or Data Property ToC

IRI: http://schema.org/streetAddress

Name of the street where the streetlight is located also including the number and the venue type
Is defined by
http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico
has domain
PostalAddress c
has range
string

widthdp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#anchura

Distance occupied by a streetlight from one of its luminaires to its opposite one
has domain
Lampost c
has range
string

workingHoursdp back to ToC or Data Property ToC

IRI: http://vocab.linkeddata.es/datosabiertos/def/urbanismo-infraestructuras/alumbrado-publico#horasDeFuncionamiento

Number of ours that the streetlight spends activated
has domain
Lampost c
has range
string

Named Individuals

cableTypeni back to ToC or Named Individual ToC

IRI: http://vocab.linkeddata.es/datosabiertos/kos/urbanismo-infraestructuras/alumbrado-publico/tipoCable

Relation between the Box class and the skos list about the cable type
belongs to
Concept c

holderTypeni back to ToC or Named Individual ToC

IRI: http://vocab.linkeddata.es/datosabiertos/kos/urbanismo-infraestructuras/alumbrado-publico/tipoSoporte

Link to the skos list that determines what type of pole has a streetlight
belongs to
Concept c

iluminationTypeni back to ToC or Named Individual ToC

IRI: http://vocab.linkeddata.es/datosabiertos/kos/urbanismo-infraestructuras/alumbrado-publico/tipoIluminacion

Link to the skos list that determines what type of iluminaation has a streetlight
belongs to
Concept c

lampTypeni back to ToC or Named Individual ToC

IRI: http://vocab.linkeddata.es/datosabiertos/kos/urbanismo-infraestructuras/alumbrado-publico/tipoLampara

Link to the skos list that determines what type of lamp has a streetlight
belongs to
Concept c

lightingTypeni back to ToC or Named Individual ToC

IRI: http://vocab.linkeddata.es/datosabiertos/kos/urbanismo-infraestructuras/alumbrado-publico/tipoAlumbrado

Link to the skos list that determines what type of lighting has a streetlight
belongs to
Concept c

LuminaryTypeni back to ToC or Named Individual ToC

IRI: http://vocab.linkeddata.es/datosabiertos/kos/urbanismo-infraestructuras/alumbrado-publico/tipoLuminaria

Link to the skos list that determines what type of luminary has a streetlight
belongs to
Concept c

powerTypeni back to ToC or Named Individual ToC

IRI: http://vocab.linkeddata.es/datosabiertos/kos/urbanismo-infraestructuras/alumbrado-publico/tipoAlimentacion

Link to the skos list that determines what type of source has a streetlight
belongs to
Concept c

Legend back to ToC

c: Classes
op: Object Properties
dp: Data Properties
ni: Named Individuals

References back to ToC

The vocabulary of the public lighting has been formalised reusing data models and vocabularies.
  • Smart data models de FI-WARE about the public lighting
  • SEAS is an ontology that describes the electrical system of the streetlights

  • schema.org
  • esequip from the OpenCityData initiative and it let us describe the municipal equipment

  • esadm from the OpenCityData initiative and it let us describe the territories from Spain and its asministrative units

  • esdir from the OpenCityData initiative and it let us describe the postal addresses from Spain

  • geosparql it let us describe the geospatiail data

Acknowledgments back to ToC

The authors would like to thank Silvio Peroni for developing LODE, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and Daniel Garijo for developing Widoco, the program used to create the template used in this documentation.