@prefix s4city: <https://saref.etsi.org/saref4city/> .
PREFIX s4city: <https://saref.etsi.org/saref4city/>
The present document is a technical specification of SAREF4CITY, an extension of SAREF [1] for the Smart Cities domain. 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.
SAREF4CITY is an OWL-DL ontology that extends SAREF and reuses six other ontologies. SAREF4CITY includes 31 classes (13 defined in SAREF4CITY and 18 reused from the SAREF, time, geosp, geo, foaf, dcterms, org, cpsv, and time ontologies), 36 object properties (20 defined in SAREF4CITY and 16 reused from the SAREF, geosp, geo, and cpsv ontologies) and 7 data type properties (3 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 present document, 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 Table 1.
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.
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 geosp:SpatialObject class from GeoSPARQL has been reused along with its subclasses geosp:Feature, geosp:Geometry and the properties geosp:sfContains, geosp:sfWithin and geosp:hasGeometry. In addition, the class geo:Point and the property geo:location have been reused from the W3C de-facto standard for geographical information "WGS84 Geo Positioning vocabulary" in order to be able to indicate that something is located at certain coordinates.
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 geosp:SpatialObject class and through the geosp:Feature class. That is, as s4city:AdministrativeArea is subclass of geosp:SpatialObject, the geosp:sfContains and geosp: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 geosp:sfContains and geosp:sfWithin inherited from the geosp:SpatialObject class.
As it can be observed in Figure 6, the modelling of measurements in the SAREF4CITY ontology totally relies on the measurement 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.
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:refersToSpace is included in the model. In case the KPI represents a value extracted from an aggregation of measurements, the property s4city:isDerivedFrom can be used to link to such measurements (saref:Measurement). 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 8. 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.
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 s4ctiy:isDerivedFrom property between the KPI value and the different saref:Measurement 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:Bus33Service, is provided by another organization, in this case ex:TransportCo.
IRI: https://saref.etsi.org/saref4city/AdministrativeArea
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
assesses
IRI: https://saref.etsi.org/saref4city/hasAccesibility
has accesibility
IRI: https://saref.etsi.org/saref4city/hasCalculationPeriod
has calculation period
IRI: https://saref.etsi.org/saref4city/hasKPI
has key performance indicator
IRI: https://saref.etsi.org/saref4city/involvesFacility
involves facility
IRI: https://saref.etsi.org/saref4city/isAssessedBy
is assessed by
IRI: https://saref.etsi.org/saref4city/isAvailableInLanguage
is available in language
IRI: https://saref.etsi.org/saref4city/isDerivedFrom
is derived from
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
is subevent of
IRI: https://saref.etsi.org/saref4city/quantifiesKPI
quantifies KPI
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
refers to time
IRI: https://saref.etsi.org/saref4city/takesPlaceAtFacility
takes place at facility
IRI: https://saref.etsi.org/saref4city/takesPlaceAtTime
takes place at time
IRI: https://saref.etsi.org/saref4city/hasCreationDate
has creation date
IRI: https://saref.etsi.org/saref4city/hasExpirationDate
has expiration date
IRI: https://saref.etsi.org/saref4city/hasLastUpdateDate
has last update date
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.
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)