@prefix : . @prefix dc: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix prov: . @prefix rdfs: . @prefix vann: . @prefix saref: . @prefix dcterms: . a owl:Ontology ; owl:versionIRI ; owl:imports ; dc:title "SAREF extension for Smart City"@en ; owl:versionInfo "0.1"^^xsd:decimal ; dcterms:creator ; dcterms:license ; dcterms:creator ; dc:publisher ; vann:preferredNamespacePrefix "s4city" ; vann:preferredNamespaceUri "https://w3id.org/def/saref4city#" ; dc:description "This ontology extends the SAREF ontology for the Smart City domain. This work has been developed in the context of the STF 534 (https://portal.etsi.org/STF/STFs/STFHomePages/STF534.aspx), which was established with the goal to create three SAREF extensions, one of them for the Smart City domain."@en . # # # ################################################################# # # # # Annotation properties # # # ################################################################# # # # http://purl.org/dc/terms/creator dcterms:creator a owl:AnnotationProperty . # # http://purl.org/dc/terms/dateCopyrighted dcterms:dateCopyrighted a owl:AnnotationProperty . # # http://purl.org/dc/terms/rightsHolder dcterms:rightsHolder a owl:AnnotationProperty . # # http://purl.org/vocab/vann/preferredNamespacePrefix vann:preferredNamespacePrefix a owl:AnnotationProperty . # # http://purl.org/vocab/vann/preferredNamespaceUri vann:preferredNamespaceUri a owl:AnnotationProperty . # # http://www.w3.org/ns/prov#hadPrimarySource prov:hadPrimarySource a owl:AnnotationProperty . # # # # ################################################################# # # # # Datatypes # # # ################################################################# # # # http://www.w3.org/2001/XMLSchema#duration xsd:duration a rdfs:Datatype . # # # # ################################################################# # # # # Object Properties # # # ################################################################# # # # http://www.opengis.net/ont/geosparql#hasGeometry a owl:ObjectProperty ; rdfs:comment "A spatial representation for a given feature."@en ; rdfs:isDefinedBy "http://www.opengis.net/ont/geosparql#" ; rdfs:label "has geometry"@en . # # http://www.w3.org/2003/01/geo/wgs84_pos#location a owl:ObjectProperty ; rdfs:label "location"@en . # # https://w3id.org/def/saref4city#assess a owl:ObjectProperty ; rdfs:label "assess"@en . # # https://w3id.org/def/saref4city#belongsTo a owl:ObjectProperty ; rdfs:label "belongs to"@en . # # https://w3id.org/def/saref4city#belongsToCity a owl:ObjectProperty ; owl:inverseOf ; rdfs:label "belongs to city"@en . # # https://w3id.org/def/saref4city#calculatedBy a owl:ObjectProperty ; rdfs:label "calculated by"@en . # # https://w3id.org/def/saref4city#contains a owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:label "contains"@en . # # https://w3id.org/def/saref4city#hasAccesibility a owl:ObjectProperty ; rdfs:label "has accesibility"@en . # # https://w3id.org/def/saref4city#hasCalculationPeriod a owl:ObjectProperty ; rdfs:label "has calculation period"@en . # # https://w3id.org/def/saref4city#hasCityObject a owl:ObjectProperty ; rdfs:label "has city object"@en . # # https://w3id.org/def/saref4city#hasFeatureOfInterest a owl:ObjectProperty ; rdfs:label "has feature of interest"@en . # # https://w3id.org/def/saref4city#hasIndicatorUnit a owl:ObjectProperty ; rdfs:label "has indicator unit"@en . # # https://w3id.org/def/saref4city#hasProperty a owl:ObjectProperty ; owl:inverseOf ; rdfs:label "has property"@en . # # https://w3id.org/def/saref4city#implementsKPI a owl:ObjectProperty ; rdfs:label "implements KPI"@en . # # https://w3id.org/def/saref4city#involvesFacility a owl:ObjectProperty ; rdfs:label "involves facility"@en . # # https://w3id.org/def/saref4city#isAvailableInArea a owl:ObjectProperty ; rdfs:label "is available in area"@en . # # https://w3id.org/def/saref4city#isAvailableInLanguage a owl:ObjectProperty ; rdfs:range ; rdfs:label "is available in language"@en . # # https://w3id.org/def/saref4city#isDerivedFrom a owl:ObjectProperty ; rdfs:label "is derived from"@en . # # https://w3id.org/def/saref4city#isOrganizedBy a owl:ObjectProperty ; rdfs:label "is organized by"@en . # # https://w3id.org/def/saref4city#isPropertyOf a owl:ObjectProperty ; rdfs:label "is property of"@en . # # https://w3id.org/def/saref4city#isSubEventOf a owl:ObjectProperty ; rdfs:label "is subevent of"@en . # # https://w3id.org/def/saref4city#measurementMadeBy a owl:ObjectProperty ; owl:inverseOf saref:makesMeasurement . # # https://w3id.org/def/saref4city#providesService a owl:ObjectProperty ; rdfs:label "provides service"@en . # # https://w3id.org/def/saref4city#refersToSpace a owl:ObjectProperty ; rdfs:label "refers to space"@en . # # https://w3id.org/def/saref4city#takesPlaceAtFacility a owl:ObjectProperty ; rdfs:label "takes place at facility"@en . # # https://w3id.org/def/saref4city#takesPlaceAtTime a owl:ObjectProperty ; rdfs:label "takes place at time"@en . # # https://w3id.org/def/saref4city#usesService a owl:ObjectProperty ; rdfs:label "uses service"@en . # # https://w3id.org/saref#consistsOf saref:consistsOf a owl:ObjectProperty ; rdfs:isDefinedBy "https://w3id.org/saref#"@en ; rdfs:label "consists of"@en . # # https://w3id.org/saref#controlsProperty saref:controlsProperty a owl:ObjectProperty ; rdfs:label "controls property"@en . # # https://w3id.org/saref#isMeasuredByDevice saref:isMeasuredByDevice a owl:ObjectProperty ; rdfs:isDefinedBy "https://w3id.org/saref#"@en ; rdfs:label "is measured by device"@en . # # https://w3id.org/saref#isMeasuredIn saref:isMeasuredIn a owl:ObjectProperty ; rdfs:isDefinedBy "https://w3id.org/saref#"@en ; rdfs:label "is measured in"@en . # # https://w3id.org/saref#makesMeasurement saref:makesMeasurement a owl:ObjectProperty ; rdfs:isDefinedBy "https://w3id.org/saref#"@en ; rdfs:label "makes measurement"@en . # # https://w3id.org/saref#measuresProperty saref:measuresProperty a owl:ObjectProperty ; rdfs:isDefinedBy "https://w3id.org/saref#" ; rdfs:label "measures property"@en . # # https://w3id.org/saref#relatesToMeasurement saref:relatesToMeasurement a owl:ObjectProperty ; rdfs:isDefinedBy "https://w3id.org/saref#" ; rdfs:label "relates to measurement"@en . # # https://w3id.org/saref#relatesToProperty saref:relatesToProperty a owl:ObjectProperty ; rdfs:isDefinedBy "https://w3id.org/saref#" ; rdfs:label "relates to property"@en . # # # # ################################################################# # # # # Data properties # # # ################################################################# # # # https://w3id.org/def/saref4city#creationDate a owl:DatatypeProperty ; rdfs:range xsd:dateTime . # # https://w3id.org/def/saref4city#expirationDate a owl:DatatypeProperty ; rdfs:range xsd:dateTime . # # https://w3id.org/def/saref4city#hasEventName a owl:DatatypeProperty ; rdfs:subPropertyOf ; rdfs:label "has event name"@en . # # https://w3id.org/def/saref4city#hasKPIDescription a owl:DatatypeProperty ; rdfs:subPropertyOf saref:hasDescription . # # https://w3id.org/def/saref4city#hasKPIName a owl:DatatypeProperty ; rdfs:subPropertyOf . # # https://w3id.org/def/saref4city#hasKPIValue a owl:DatatypeProperty ; rdfs:subPropertyOf saref:hasValue . # # https://w3id.org/def/saref4city#hasServiceDescription a owl:DatatypeProperty ; rdfs:subPropertyOf saref:hasDescription . # # https://w3id.org/def/saref4city#hasServiceName a owl:DatatypeProperty ; rdfs:subPropertyOf . # # https://w3id.org/def/saref4city#lastUpdateDate a owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty ; rdfs:range xsd:dateTime . # # https://w3id.org/def/saref4city#name a owl:DatatypeProperty ; rdfs:label "name"@en . # # https://w3id.org/saref#hasDescription saref:hasDescription a owl:DatatypeProperty . # # https://w3id.org/saref#hasTimestamp saref:hasTimestamp a owl:DatatypeProperty . # # https://w3id.org/saref#hasValue saref:hasValue a owl:DatatypeProperty . # # # # ################################################################# # # # # Classes # # # ################################################################# # # # http://www.lingvoj.org/ontology#Lingvo a owl:Class ; rdfs:label "Language"@en . # # http://www.opengis.net/ont/geosparql#Geometry a owl:Class ; rdfs:comment "The class represents the top-level geometry type. This class is equivalent to the UML class GM_Object defined in ISO 19107, and it is superclass of all geometry types."@en ; rdfs:isDefinedBy "http://www.opengis.net/ont/geosparql"@en ; rdfs:label "Geometry"@en . # # http://www.w3.org/2003/01/geo/wgs84_pos#Point a owl:Class ; rdfs:isDefinedBy "http://www.w3.org/2003/01/geo/wgs84_pos#" ; rdfs:label "Point"@en . # # http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing a owl:Class ; rdfs:comment "\"Anything with spatial extent, i.e. size, shape, or position. e.g. people, places, bowling balls, as well as abstract areas like cubes.\"@en"@en ; rdfs:isDefinedBy "http://www.w3.org/2003/01/geo/wgs84_pos#" ; rdfs:label "Spatial thing"@en . # # http://www.w3.org/2004/02/skos/core#Concept a owl:Class ; rdfs:isDefinedBy "http://www.w3.org/2004/02/skos/core#" . # # http://www.w3.org/2006/time#Instant a owl:Class ; rdfs:subClassOf ; rdfs:comment "A temporal entity with zero extent or duration"@en ; rdfs:isDefinedBy "http://www.w3.org/2006/time#" ; rdfs:label "Instant"@en . # # http://www.w3.org/2006/time#Interval a owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy "http://www.w3.org/2006/time#" ; rdfs:label "A temporal entity with an extent or duration"@en , "Time interval"@en . # # http://www.w3.org/2006/time#TemporalEntity a owl:Class ; rdfs:comment "A temporal interval or instant."@en ; rdfs:isDefinedBy "http://www.w3.org/2006/time#" ; rdfs:label "Temporal entity"@en . # # http://www.w3.org/ns/org#Organization a owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy "http://www.w3.org/ns/org#" ; rdfs:label "Organization"@en . # # http://xmlns.com/foaf/0.1/Agent a owl:Class ; rdfs:isDefinedBy "http://xmlns.com/foaf/0.1/" ; rdfs:label "Agent"@en . # # http://xmlns.com/foaf/0.1/Person a owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy "http://xmlns.com/foaf/0.1/" ; rdfs:label "Person"@en . # # https://w3id.org/def/saref4city#AdministrativeArea a owl:Class ; rdfs:subClassOf ; rdfs:comment "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)"@en ; rdfs:label "Administrative area"@en . # # https://w3id.org/def/saref4city#City a owl:Class ; rdfs:subClassOf ; rdfs:comment "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)"@en ; rdfs:label "City"@en . # # https://w3id.org/def/saref4city#CityObject a owl:Class ; rdfs:subClassOf ; rdfs:label "City object"@en . # # https://w3id.org/def/saref4city#Country a owl:Class ; rdfs:subClassOf ; rdfs:comment "A country is a region that is identified as a distinct national entity in political geography. (https://en.wikipedia.org/wiki/Country)"@en ; rdfs:label "Country"@en . # # https://w3id.org/def/saref4city#District a owl:Class ; rdfs:subClassOf ; rdfs:comment "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)"@en ; rdfs:label "District"@en . # # https://w3id.org/def/saref4city#Event a owl:Class ; rdfs:comment "Temporary and scheduled event, like a festival or competition. (Definition taken from Wikidata)"@en ; rdfs:label "Event"@en ; rdfs:seeAlso "https://www.wikidata.org/wiki/Q1656682" . # # https://w3id.org/def/saref4city#Facility a owl:Class ; rdfs:subClassOf ; rdfs:label "Facility"@en . # # https://w3id.org/def/saref4city#FeatureOfInterest a owl:Class ; rdfs:comment """TESTING! It might be replaced by ssn feature of interest or created in saref ontology"""@en . # # https://w3id.org/def/saref4city#KeyPerformanceIndicator a owl:Class ; rdfs:comment "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)"@en ; rdfs:label "Key Performance Indicator"@en ; rdfs:seeAlso "http://fiware-datamodels.readthedocs.io/en/latest/KeyPerformanceIndicator/doc/spec/index.html" . # # https://w3id.org/def/saref4city#KeyPerformanceIndicatorValue a owl:Class ; rdfs:comment "A Key Performance Indicator value represents a given value of a KPI calculated by a given agent in a given time."@en ; rdfs:label "Key performance indicator value"@en . # # https://w3id.org/def/saref4city#Neighbourhood a owl:Class ; rdfs:subClassOf ; rdfs:comment "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)"@en ; rdfs:label "Neighbourhood"@en . # # https://w3id.org/def/saref4city#PublicAdministration a owl:Class ; rdfs:subClassOf ; rdfs:comment "Public leadership of public affairs directly responsible for executive action. (Definition taken from wikidata)"@en ; rdfs:label "Public administration"@en ; rdfs:seeAlso "https://www.wikidata.org/wiki/Q31728" . # # https://w3id.org/def/saref4city#PublicService a owl:Class ; rdfs:comment "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)"@en ; rdfs:label "Public service"@en ; rdfs:seeAlso "https://en.wikipedia.org/wiki/Public_service" . # # https://w3id.org/saref#Actuator saref:Actuator a owl:Class ; rdfs:subClassOf saref:Device ; rdfs:comment "A device responsible for moving or controlling a mechanism or system"@en ; rdfs:isDefinedBy ; rdfs:label "Actuator"@en . # # https://w3id.org/saref#Device saref:Device a owl:Class ; rdfs:subClassOf , _:genid1 . _:genid1 a owl:Restriction ; owl:onProperty saref:consistsOf ; owl:allValuesFrom saref:Device . saref:Device rdfs:subClassOf _:genid2 . _:genid2 a owl:Restriction ; owl:onProperty saref:controlsProperty ; owl:allValuesFrom saref:Property . saref:Device rdfs:subClassOf _:genid3 . _:genid3 a owl:Restriction ; owl:onProperty saref:makesMeasurement ; owl:allValuesFrom saref:Measurement . saref:Device rdfs:subClassOf _:genid4 . _:genid4 a owl:Restriction ; owl:onProperty saref:measuresProperty ; owl:allValuesFrom saref:Property . saref:Device rdfs:subClassOf _:genid5 . _:genid5 a owl:Restriction ; owl:onProperty saref:hasDescription ; owl:maxCardinality "1"^^xsd:nonNegativeInteger . saref:Device rdfs:comment "A tangible object designed to accomplish a particular task in households, common public buildings or offices. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs a start and stop function. Devices can be structured in categories (subclasses) that reflect the different domain in which a device is used, e.g., smart appliances domain (subclass FunctionRelated) vs. building domain (subclass BuildingRelated) vs. smart grid domain (subclass EnergyRelated). New categories can be defined,if needed, to reflect other differences, for example different points of view, such as the point of view of the device's user vs. the point of view of the device's manufacturer. We propose a list of devices that are relevant for the purpose of SAREF, but this list can be extended."^^xsd:string ; rdfs:label "Device"^^xsd:string . # # https://w3id.org/saref#Measurement saref:Measurement a owl:Class ; rdfs:subClassOf _:genid6 . _:genid6 a owl:Restriction ; owl:onProperty saref:isMeasuredIn ; owl:allValuesFrom saref:UnitOfMeasure . saref:Measurement rdfs:subClassOf _:genid7 . _:genid7 a owl:Restriction ; owl:onProperty saref:relatesToProperty ; owl:allValuesFrom saref:Property . saref:Measurement rdfs:subClassOf _:genid8 . _:genid8 a owl:Restriction ; owl:onProperty saref:isMeasuredIn ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass saref:UnitOfMeasure . saref:Measurement rdfs:subClassOf _:genid9 . _:genid9 a owl:Restriction ; owl:onProperty saref:relatesToProperty ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass saref:Property . saref:Measurement rdfs:subClassOf _:genid10 . _:genid10 a owl:Restriction ; owl:onProperty saref:hasTimestamp ; owl:allValuesFrom xsd:dateTime . saref:Measurement rdfs:subClassOf _:genid11 . _:genid11 a owl:Restriction ; owl:onProperty saref:hasValue ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:float . saref:Measurement owl:disjointWith saref:Property , saref:UnitOfMeasure ; rdfs:comment "Represents the measured value made over a property. It is also linked to the unit of measure in which the value is expressed and the timestamp of the measurement."@en ; rdfs:isDefinedBy "https://w3id.org/saref#" ; rdfs:label "Measurement"@en . # # https://w3id.org/saref#Property saref:Property a owl:Class ; rdfs:subClassOf _:genid12 . _:genid12 a owl:Restriction ; owl:onProperty saref:isMeasuredByDevice ; owl:allValuesFrom saref:Device . saref:Property rdfs:subClassOf _:genid13 . _:genid13 a owl:Restriction ; owl:onProperty saref:relatesToMeasurement ; owl:allValuesFrom saref:Measurement . saref:Property owl:disjointWith saref:UnitOfMeasure ; rdfs:comment "An aspect of an entity that can be observable by a sensor."@en , "Anything that can be sensed, measured or controlled in households, common public buildings or offices. We propose here a list of properties that are relevant for the purpose of SAREF, but this list can be extended."^^xsd:string ; rdfs:isDefinedBy "https://w3id.org/saref#" ; rdfs:label "Property"@en , "Property"^^xsd:string . # # https://w3id.org/saref#Sensor saref:Sensor a owl:Class ; rdfs:subClassOf saref:Device ; rdfs:comment """A device that detects and responds to events or changes in the physical environment such as light, motion, or temperature changes. A device that has category saref:Sensor and performs a saref:SensingFunction."""@en ; rdfs:isDefinedBy ; rdfs:label "Sensor"@en . # # https://w3id.org/saref#UnitOfMeasure saref:UnitOfMeasure a owl:Class ; rdfs:comment "The unit of measure is a standard for measurement of a quantity, such as a Property. For example, Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called \"watt\". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of the Smart Appliances ontology, but this list can be extended."@en ; rdfs:isDefinedBy ; rdfs:label "Unit of measure"@en . # # Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi