@prefix s4city: <https://saref.etsi.org/saref4city/> .
PREFIX s4city: <https://saref.etsi.org/saref4city/>
The present document is a technical specification of SAREF4CITY, an OWL-DL ontology that extends SAREF [1] for the Smart Cities domain.
SAREF4CITY V2.1.1 is a major revision of SAREF4CITY, using updated reference ontology patterns specified in ETSI TS 103 548 [2] to solve the harmonization needs identified in ETSI TR 103 781 [i.2] , with updated development framework and tools defined in ETSI TS 103 673 [i.3] .
This extension has been created by investigating resources from potential stakeholders of the ontology, such as standardization bodies (e.g. Open Geospatial Consortium), associations (e.g. Spanish Federation of Municipalities and Provinces), IoT platforms (e.g. FIWARE) and European projects and initiatives (e.g. ISA2 programme) as reported in ETSI TR 103 506 [i.1] . In addition, the use cases defined in [i.1] were also taken into account, namely:
Taking into account ontologies, data models, standards and datasets provided by the identified stakeholders, a set of requirements were identified and grouped in the following categories: Topology, Administrative Area, City Object, Event, Measurement, Key Performance Indicator, and Public Service. Such requirements and categories were validated during the "SAREF4CITY Validation Workshop" at the IoT Week in Bilbao on the 4th of June 2018. During the workshop, attendees validated the use cases proposed above and the list of requirements for the above-mentioned categories. According to the feedback and outcomes of the workshop, some actions were taken such as to discard some requirements, to eliminate duplicates, to clarify requirements, or to add new ones. The concrete decisions were reported in ETSI TR 103 506 [i.1] . The requirements listed in such document were taken as input for the ontology development. More precisely, the ontology conceptualization was done in a modular way in which one pattern was defined for each of the abovementioned categories.
After the first complete implementation of the ontology, a second validation workshop, the "Towards interoperability and harmonization of Smart City models with SAREF4CITY" one, took place on the 22nd of November 2018 at the European Commission premises in Brussels. During the workshop, the ontology was presented to a variety of stakeholders from industry to academia and public administration. Apart from observations and comments on the reuse and alignment with other ontologies, the discussion addressed more general questions like how to promote the adoption of SAREF or which is the technological and methodological support needed to create a SAREF ecosystem of collaborative ontologies.
The current version of the ontology, V2.1.1, represents the adaptation of the previous SAREF4CITY conceptualization according to the new SAREF core and the homogenization process across extensions.
SAREF4CITY is an OWL-DL ontology that extends SAREF and reuses seven other ontologies. SAREF4CITY includes 124 classes (13 defined in SAREF4CITY and 111 reused from the SAREF, time, sf, geo, foaf, dc, org, cpsv, skos and time ontologies), 103 object properties (18 defined in SAREF4CITY and 85 reused from the SAREF, geo, skos and cpsv ontologies) and 13 data type properties (6 defined in SAREF4CITY and 4 reused from the SAREF ontology).
SAREF4CITY focuses on extending SAREF in order to create a common core of general concepts for smart city data oriented to the IoT field. The main idea is to identify the core components, as mentioned, that could be extended for particular smart city subdomains, for example, for public transport.
The prefixes and namespaces used in SAREF4CITY and in the present document are listed in the Namespace Declarations section.
An overview of the SAREF4CITY ontology is provided in Figure 1. For all the entities described in the technical specification ETSI TS 103 410-4, it is indicated whether they are defined in the SAREF4CITY extension or elsewhere by the prefix included before their identifier, i.e. if the element is defined in SAREF4CITY, the prefix is s4city, while if the element is reused from another ontology it is indicated by a prefix according to the Namespace Declarations section.
Arrows are used to represent properties between classes and to represent some RDF, RDF-S and OWL constructs, more precisely:
Datatype properties are denoted by rectangles attached to the classes, in an UML-oriented way. Dashed boxes represent local restrictions in the class, i.e. datatype properties that can be applied to the class they are attached to.
Individuals are denoted by rectangles in which the identifier is underlined.
Note that Figure 1 aims at showing a global overview of the main classes of SAREF4CITY and their mutual relations. More details on the different parts of Figure 1 are provided from clause 4.2.2 to clause 4.2.8.
In the SAREF4CITY ontology existing models have been reused when needed in order to increase interoperability and reduce effort in modelling general domains. As an example, for modelling the requirements related to the topology domain, standard ontologies already developed have been reused and connected to the SARE4CITY elements. As shown in Figure 2, for representing spatial objects the geo:SpatialObject class from GeoSPARQL has been reused along with its subclasses geo:Feature, geo:Geometry and the classes from the simple features ontology sf:Geometry and sf:Point and the properties geo:sfContains, geo:sfWithin and geo:hasGeometry.
The model defined to describe administrative areas is depicted in Figure 3. As it can be observed, this model heavily relies on the topology pattern described in clause 4.2.2. In this sense, the ability to connect administrative areas (e.g. a city) with their inner areas, (e.g. its neighbourhoods) is given by inheritance of the geo:SpatialObject class and through the geo:Feature class. That is, as s4city:AdministrativeArea is subclass of geo:SpatialObject, the geo:sfContains and geo:sfWithin properties could also be applied to all the administrative areas defined, namely s4city:City, s4city:Country, s4city:District and s4city:Neighbourhood.
The model developed to represent city objects is shown in Figure 4. This model also relies on the topology pattern described in clause 4.2.2, as for the administrative area case. The ability to connect city objects with the city or with the parts in which they are located is enabled by means of the properties geo:sfContains and geo:sfWithin inherited from the geo:SpatialObject class.
Figure 5 presents the model developed to represent temporal and scheduled events. The main concept of this pattern is the class s4city:Event. Such event is linked to the agent organizing it by means of the s4city:organizedBy property. Note that a public administration is a subclass of agent; therefore, this model includes the possibility of events being organized by public administrations as well as by other types of agents. The events can take place at a particular facility (s4city:Facility) which is indicated by the s4city:takesPlaceAtFacility property and at a given time, which is represented by the s4city:takesPlaceAtTime property that links the event to temporal entities (time:TemporalEntity) defined by the W3C Time ontology. Finally, as events can be part of bigger events, this relation has been modelled by means of the property s4city:isSubEventOf.
The modelling of observation in the SAREF4CITY ontology totally relies on the observation model proposed in SAREF. This modelling includes the saref:FeatureOfInterest class that provides the means to refer to the real world phenomena that is being observed in the given measurement. In order to reduce duplication with SAREF documentation, the reader is referred to the SAREF specification for details about SAREF modelling including here details only for the new concepts.
Figure 6 provides an overview of the modelling of Key Performance Indicators (KPI). The KPI modelling involves two main concepts, namely s4city:KeyPerformanceIndicator and s4city:KeyPerformanceIndicatorAssessment. This distinction is needed to decouple the definition of a KPI in general terms, for example the mean air pollution per week, and a particular value of such KPI, for example the mean value of air pollution last week in Madrid.
A s4city:KeyPerformanceIndicator is related to a saref:FeatureOfInterest by means of the property s4city:isKPIOf. It should be noted that the inverse relation of s4city:isKPIOf is also defined, more precisely, the relation s4city:hasKPI links a given saref:FeatureOfInterest to its KPIs represented as instances of s4city:KeyPerformanceIndicator. The calculation period of a s4city:KeyPerformanceIndicator is indicated by the property s4city:hasCalculationPeriod. The name and a natural language description of the s4city:KeyPerformanceIndicator are indicated by the attributes s4city:hasName and s4city:hasDescription, respectively.
The relation between a specific assessment of a KPI (s4city:KeyPerformanceIndicatorAssessment) and the general KPI definition (s4city:KeyPerformanceIndicator) can be established by means of the property s4city:quantifiesKPI. A s4city:KeyPerformanceIndicatorAssessment is related to the saref:FeatureOfInterest by means of the property s4city:assesses. The temporal entity to which the assessment of the KPI refers to is represented by the property s4city:refersToTime. The agent assessing the KPI is linked by means of the property s4city:isAssessedBy. In order to express the administrative area or geographical location assessed by the KPI, the property s4city:refersToFeature is included in the model. In case the KPI represents a value extracted from an aggregation of observations, the property s4city:isDerivedFrom can be used to link to such observations (saref:Observation). The unit of measure in which a KPI value is expressed is indicated by means of the reused property saref:isMeasuredIn while the value itself is indicated by the attribute saref:hasValue. The name and a natural language description of the s4city:KeyPerformanceIndicatorAssessment are indicated by the attributes s4city:hasName and s4city:hasDescription, respectively. The creation, expiration and last update dates of the value are represented by the attributes s4city:hasCreationDate, s4city:hasExpirationDate and s4city:hasLastUpdateDate, respectively.
The model developed to describe public services within the SAREF4CITY ontology is depicted in Figure 7. The main entity included is the s4city:PublicService class which is a specialization of the reused concept cpsv:PublicService class defined in the Public Service vocabulary provided by the ISA vocabularies European initiative. The facility in which the service is provided is indicated by the s4city:involvesFacility property. It can be also possible to indicate in which administrative area it is provided, for example a neighbourhood, by means of the property cpsv:physicallyAvailableAt. The public services that an agent (s4city:Agent) provides or uses are indicated by means of the properties cpsv:provides and cpsv:uses, respectively. The languages in which a service is provided are indicated by the property s4city:isAvailableInLanguage. The name and a natural language description of the s4city:PublicService are indicated by the attributes s4city:hasName and s4city:hasDescription, respectively.
Figure 8 shows an example of how to instantiate the SAREF4CITY extension of SAREF. This example shows the use of different patterns included in the SAREF4CITY ontology. First of all, a camera (ex:Camera1) measures the speed of a car (ex:Car35) in the information attached to the individual ex:Camera1Measurement200, which provides a value of 35 Km/hour. The position of the car at that moment is captured by the instance ex:CarLocation2018-11-20T13-30-00 with points to the geographical coordinates in which the car is located and also to the road segment in which it is included. It can be observed that such road segment might contain (see property geo:sf:Contains) other city objects such as a lamppost or a building.
The KPI pattern is also instantiated in the example. The instance ex:RoadSegment50Congestion2018-11-20T13-30-00 refer to the value (70 %) of the road congestion on the 2018-11-20 at 13:20. Such value is assessed by the public administration ex:City4. In the calculation of such value the speed of the cars (ex:CarsSpeed2018-11-20), the pollution (ex:Polution2018-11-20) and the GMaps API (ex:GMapsAPI2018-11-20) values have been taken into account as it can be observed from the s4city:isDerivedFrom property between the KPI value and the different saref:Observation instances.
In the example the event ex:BasketMatch23, as sub event of the ex:BasketWeek2018, is described. It can be seen that the match is accessible by metro, is organized by ex:City4 and takes place at the facility ex:BasketArena7. Finally, some examples of public services are shown. One service example is the ex:HealthService123 that involves the facility ex:BasketArena7 and is available in Spanish. Such service is available in area ex:Neighbourhood34 that is contained in ex:City4, which is the service provider organization. In addition, another service, ex:BusService33, is provided by another organization, in this case ex:TransportCo.
IRI: https://saref.etsi.org/saref4city/AccessibilityConcept
IRI: https://saref.etsi.org/saref4city/AdministrativeArea
An administrative division, unit, entity, area or region, also referred to as a subnational entity, constituent unit, or country subdivision, is a portion of a country or other region delineated for the purpose of administration. (https://en.wikipedia.org/wiki/Administrative_division)
IRI: https://saref.etsi.org/saref4city/Agent
An agent making an action in the context of a city. An agent could be a person, software, etc.
IRI: https://saref.etsi.org/saref4city/City
A city is a large human settlement. A city is distinguished from other human settlements by its relatively great size, but also by its functions and its special symbolic status, which may be conferred by a central authority. (https://en.wikipedia.org/wiki/City)
IRI: https://saref.etsi.org/saref4city/CityObject
Generic class for describing city objects.
IRI: https://saref.etsi.org/saref4city/Country
A country is a region that is identified as a distinct national entity in political geography. (https://en.wikipedia.org/wiki/Country)
IRI: https://saref.etsi.org/saref4city/District
A district is a type of administrative division that, in some countries, is managed by local government. Across the world, areas known as "districts" vary greatly in size, spanning regions or counties, several municipalities, subdivisions of municipalities, school district, or political district. (https://en.wikipedia.org/wiki/District)
IRI: https://saref.etsi.org/saref4city/Event
Temporary and scheduled event, like a festival or competition. (Definition taken from Wikidata)
IRI: https://saref.etsi.org/saref4city/Facility
A place, amenity, or piece of equipment provided for a particular purpose. (Definition taken from https://en.oxforddictionaries.com/definition/facility)
IRI: https://saref.etsi.org/saref4city/KeyPerformanceIndicator
A Key Performance Indicator (KPI) is a type of performance measurement. KPIs evaluate the success of an organization or of a particular activity in which it engages. (Definition taken from FIWARE)
IRI: https://saref.etsi.org/saref4city/KeyPerformanceIndicatorAssessment
A Key Performance Indicator assessment represents the assessment of a KPI calculated by a given agent in a given time.
IRI: https://saref.etsi.org/saref4city/Neighbourhood
A neighbourhood (British English), or neighborhood (American English; see spelling differences), is a geographically localised community within a larger city, town, suburb or rural area. (https://en.wikipedia.org/wiki/Neighbourhood)
IRI: https://saref.etsi.org/saref4city/PublicAdministration
Public leadership of public affairs directly responsible for executive action. (Definition taken from wikidata)
IRI: https://saref.etsi.org/saref4city/PublicService
Public service is a service which is provided by government either directly (through the public sector) or by financing provision of services. (Definition taken from Wikipedia)
IRI: https://saref.etsi.org/saref4city/assesses
Relation between a Key Performance Indicator and the feature of interest being assessed
IRI: https://saref.etsi.org/saref4city/hasAccessibility
relation between an event and the accesility modes provided
IRI: https://saref.etsi.org/saref4city/hasKPI
Relation between a feature of interes and Key Performance Indicators
IRI: https://saref.etsi.org/saref4city/involvesFacility
Relation between public services and the facilities involved
IRI: https://saref.etsi.org/saref4city/isAssessedBy
Relation between a Key Performance Indicator assessment and the agent perfoming the assessment
IRI: https://saref.etsi.org/saref4city/isAvailableInLanguage
Relation between a public service and the languages it is available in.
IRI: https://saref.etsi.org/saref4city/isDerivedFrom
Relation between a Key Performance Indicator Assessmente and te observations used to calculate it
IRI: https://saref.etsi.org/saref4city/isKPIOf
is key performance indicator of
IRI: https://saref.etsi.org/saref4city/isOrganizedBy
is organized by
IRI: https://saref.etsi.org/saref4city/isSubEventOf
Relation between an event and a more general event it is part of.
IRI: https://saref.etsi.org/saref4city/quantifiesKPI
Relation between a Key Performance Indicator Assessment and the genral Key Performance Indicator being assessed
IRI: https://saref.etsi.org/saref4city/refersToFeature
Relation between a KPI assessment and the geographical feature it refers to
IRI: https://saref.etsi.org/saref4city/refersToTime
Relation between a KPI assessment and the tempral entity it refers to
IRI: https://saref.etsi.org/saref4city/takesPlaceAtFacility
Relation between an event and the facilities it takes place at.
IRI: https://saref.etsi.org/saref4city/takesPlaceAtTime
Relation between an event and the tiem when it takes place.
IRI: https://saref.etsi.org/saref4city/hasCalculationPeriod
Relation between a KPI and the temporal period it refers to
IRI: https://saref.etsi.org/saref4city/hasCreationDate
Creation date of a KPI assessment
IRI: https://saref.etsi.org/saref4city/hasDescription
Description of an entity like a KPI or KPI assessment
IRI: https://saref.etsi.org/saref4city/hasExpirationDate
Expiration date of a KPI assessment
IRI: https://saref.etsi.org/saref4city/hasLastUpdateDate
Las update of a KPI assessment
IRI: https://saref.etsi.org/saref4city/hasName
Name of an entity like a KPI or KPI assessment
The editors would like to thank the ETSI SmartM2M technical committee for providing guidance and expertise.
Also, many thanks to the ETSI staff and all other current and former active Participants of the ETSI SmartM2M group for their support, technical input and suggestions that led to improvements to this ontology.
Also, special thanks goes to the ETSI SmartM2M Technical Officer Guillemin Patrick for his help.
This documentation page was generated automatically using SPARQL-Generate, developed by Maxime Lefrançois. The SAREF public portal, the SAREF sources with continuous integration and deployment, the SAREF Pipeline software, and ETSI Technical Specification TS 103 673 v1.1.1 "SAREF Development Framework and Workflow, Streamlining the Development of SAREF and its Extensions", have been developed in the context of the ETSI STF 578, which followed the ETSI STF 556.
SKOS concept to list accessibility modes.