Newer
Older
@prefix : <https://w3id.org/def/saref4bldg#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix geosp: <http://www.opengis.net/ont/geosparql#> .
<https://w3id.org/def/saref4city> a owl:Ontology ;
owl:versionIRI <https://w3id.org/def/v1/saref4city> ;
dcterms:creator <http://www.garcia-castro.com/foaf.rdf#me> ;
dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
dcterms:creator <http://w3id.org/people/mpoveda> ;
dc:publisher <http://www.oeg-upm.net/> ;
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/elements/1.1/contributor
dc:contributor a owl:AnnotationProperty .
#
# http://purl.org/dc/elements/1.1/creator
dc:creator a owl:AnnotationProperty .
#
# http://purl.org/dc/elements/1.1/date
dc:date a owl:AnnotationProperty .
#
# http://purl.org/dc/elements/1.1/description
dc:description a owl:AnnotationProperty .
#
# http://purl.org/dc/elements/1.1/title
dc:title a owl:AnnotationProperty .
#
# 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 .
#
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# http://www.w3.org/2003/01/geo/wgs84_pos#alt
geo:alt a owl:AnnotationProperty ;
rdfs:comment """The WGS84 altitude of a SpatialThing (decimal meters
above the local reference ellipsoid).""" ;
rdfs:label "altitude" ;
rdfs:domain geo:SpatialThing .
#
# http://www.w3.org/2003/01/geo/wgs84_pos#lat
geo:lat a owl:AnnotationProperty ;
rdfs:comment "The WGS84 latitude of a SpatialThing (decimal degrees)." ;
rdfs:label "latitude" ;
rdfs:domain geo:SpatialThing .
#
# http://www.w3.org/2003/01/geo/wgs84_pos#location
geo:location a owl:AnnotationProperty ;
rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/based_near> .
#
# http://www.w3.org/2003/01/geo/wgs84_pos#long
geo:long a owl:AnnotationProperty ;
rdfs:comment "The WGS84 longitude of a SpatialThing (decimal degrees)." ;
rdfs:label "longitude" ;
rdfs:domain geo:SpatialThing .
#
# http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> a owl:AnnotationProperty .
#
# http://www.w3.org/2004/02/skos/core#prefLabel
<http://www.w3.org/2004/02/skos/core#prefLabel> a owl:AnnotationProperty .
#
# http://www.w3.org/ns/prov#hadPrimarySource
prov:hadPrimarySource a owl:AnnotationProperty .
#
# http://xmlns.com/foaf/0.1/based_near
<http://xmlns.com/foaf/0.1/based_near> a owl:AnnotationProperty .
#
#
#
# #################################################################
# #
# # Datatypes
# #
# #################################################################
#
#
# http://www.w3.org/2001/XMLSchema#date
xsd:date a rdfs:Datatype .
#
# http://www.w3.org/2001/XMLSchema#duration
xsd:duration a rdfs:Datatype .
#
#
#
# #################################################################
# #
# # Object Properties
# #
# #################################################################
#
#
# http://www.opengis.net/ont/geosparql#hasGeometry
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
geosp:hasGeometry a owl:ObjectProperty ;
rdfs:domain geosp:Feature ;
rdfs:range geosp:Geometry ;
dc:contributor "Matthew Perry" ;
dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ;
dc:date "2011-06-16"^^xsd:date ;
dc:description """
A spatial representation for a given feature.
"""@en ;
rdfs:comment """
A spatial representation for a given feature.
"""@en , "A spatial representation for a given feature."@en ;
rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql> , <http://www.opengis.net/spec/geosparql/1.0> , "http://www.opengis.net/ont/geosparql#" ;
rdfs:label "has geometry"@en , "hasGeometry"@en ;
<http://www.w3.org/2004/02/skos/core#definition> """
A spatial representation for a given feature.
"""@en ;
<http://www.w3.org/2004/02/skos/core#prefLabel> "hasGeometry"@en .
#
# http://www.opengis.net/ont/geosparql#sfContains
geosp:sfContains a owl:ObjectProperty ;
rdfs:domain geosp:SpatialObject ;
rdfs:range geosp:SpatialObject ;
dc:contributor "Matthew Perry" ;
dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ;
dc:date "2011-06-16"^^xsd:date ;
dc:description """
Exists if the subject SpatialObject spatially contains the
object SpatialObject. DE-9IM: T*****FF*
"""@en ;
rdfs:comment """
Exists if the subject SpatialObject spatially contains the
object SpatialObject. DE-9IM: T*****FF*
"""@en ;
rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql> , <http://www.opengis.net/spec/geosparql/1.0> ;
rdfs:label "contains"@en ;
<http://www.w3.org/2004/02/skos/core#definition> """
Exists if the subject SpatialObject spatially contains the
object SpatialObject. DE-9IM: T*****FF*
"""@en ;
<http://www.w3.org/2004/02/skos/core#prefLabel> "contains"@en .
# http://www.w3.org/2003/01/geo/wgs84_pos#location
s4city:belongsToCity a owl:ObjectProperty ;
owl:inverseOf s4city:hasCityObject ;
rdfs:label "belongs to city"@en .
#
# https://w3id.org/def/saref4city#calculatedBy
#
# https://w3id.org/def/saref4city#hasAccesibility
rdfs:label "has accesibility"@en .
#
# https://w3id.org/def/saref4city#hasCalculationPeriod
#
# https://w3id.org/def/saref4city#hasCityObject
# https://w3id.org/def/saref4city#hasFeatureOfInterest
s4city:hasProperty a owl:ObjectProperty ;
owl:inverseOf s4city:isPropertyOf ;
# https://w3id.org/def/saref4city#isAvailableInLanguage
s4city:isAvailableInLanguage a owl:ObjectProperty ;
rdfs:range lingvoj:Lingvo ;
# https://w3id.org/def/saref4city#measurementMadeBy
# https://w3id.org/def/saref4city#refersToTime
saref:consistsOf a owl:ObjectProperty ;
rdfs:isDefinedBy "https://w3id.org/saref#"@en ;
rdfs:label "consists of"@en .
saref:controlsProperty a owl:ObjectProperty ;
rdfs:label "controls property"@en .
# https://w3id.org/saref#isControlledByDevice
saref:isControlledByDevice a owl:ObjectProperty ;
rdfs:isDefinedBy "https://w3id.org/saref#" ;
rdfs:label "is controlled by device"@en .
#
saref:isMeasuredByDevice a owl:ObjectProperty ;
rdfs:isDefinedBy "https://w3id.org/saref#"@en ;
rdfs:label "is measured by device"@en .
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 .
saref:relatesToMeasurement a owl:ObjectProperty ;
rdfs:isDefinedBy "https://w3id.org/saref#" ;
rdfs:label "relates to measurement"@en .
saref:relatesToProperty a owl:ObjectProperty ;
rdfs:isDefinedBy "https://w3id.org/saref#" ;
rdfs:label "relates to property"@en .
#
#
#
# #################################################################
# #
# # Data properties
# #
# #################################################################
#
#
rdfs:range xsd:dateTime ;
rdfs:label "creation date"@en .
#
# https://w3id.org/def/saref4city#expirationDate
rdfs:range xsd:dateTime ;
rdfs:label "expiration date"@en .
s4city:hasEventName a owl:DatatypeProperty ;
rdfs:subPropertyOf s4city:hasName ;
# https://w3id.org/def/saref4city#hasKPIDescription
rdfs:subPropertyOf saref:hasDescription ;
rdfs:label "has KPI description"@en .
s4city:hasKPIName a owl:DatatypeProperty ;
rdfs:subPropertyOf s4city:hasName ;
# https://w3id.org/def/saref4city#hasServiceDescription
rdfs:subPropertyOf saref:hasDescription ;
rdfs:label "has service description"@en .
s4city:hasServiceName a owl:DatatypeProperty ;
rdfs:subPropertyOf s4city:hasName ;
rdfs:range xsd:dateTime ;
rdfs:label "last update date"@en .
saref:hasDescription a owl:DatatypeProperty ;
rdfs:isDefinedBy "https://w3id.org/saref#" ;
rdfs:label "has description"@en .
saref:hasTimestamp a owl:DatatypeProperty ;
rdfs:isDefinedBy "https://w3id.org/saref#" ;
rdfs:label "has timestamp"@en .
saref:hasValue a owl:DatatypeProperty ;
rdfs:isDefinedBy "https://w3id.org/saref#" ;
rdfs:label "has value"@en .
#
#
#
# #################################################################
# #
# # Classes
# #
# #################################################################
#
#
# http://www.opengis.net/ont/geosparql#Feature
geosp:Feature a owl:Class ;
rdfs:subClassOf geosp:SpatialObject , _:genid1 .
_:genid1 a owl:Restriction ;
owl:onProperty geosp:hasGeometry ;
owl:someValuesFrom geosp:Geometry .
geosp:Feature owl:disjointWith geosp:Geometry ;
dc:contributor "Matthew Perry" ;
dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ;
dc:date "2011-06-16"^^xsd:date ;
dc:description """
This class represents the top-level feature type. This class is
equivalent to GFI_Feature defined in ISO 19156:2011, and it is
superclass of all feature types.
"""@en ;
rdfs:comment """
This class represents the top-level feature type. This class is
equivalent to GFI_Feature defined in ISO 19156:2011, and it is
superclass of all feature types.
"""@en ;
rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql> , <http://www.opengis.net/ont/gml> , <http://www.opengis.net/spec/geosparql/1.0> ;
rdfs:label "Feature"@en ;
<http://www.w3.org/2004/02/skos/core#definition> """
This class represents the top-level feature type. This class is
equivalent to GFI_Feature defined in ISO 19156:2011, and it is
superclass of all feature types.
"""@en ;
<http://www.w3.org/2004/02/skos/core#prefLabel> "Feature"@en .
#
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
geosp:Geometry a owl:Class ;
rdfs:subClassOf geosp:SpatialObject ;
dc:contributor "Matthew Perry" ;
dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ;
dc:date "2011-06-16"^^xsd:date ;
dc:description """
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: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 , "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> , <http://www.opengis.net/ont/gml> , <http://www.opengis.net/spec/geosparql/1.0> , "http://www.opengis.net/ont/geosparql"@en ;
rdfs:label "Geometry"@en ;
<http://www.w3.org/2004/02/skos/core#definition> """
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 ;
<http://www.w3.org/2004/02/skos/core#prefLabel> "Geometry"@en .
#
# http://www.opengis.net/ont/geosparql#SpatialObject
geosp:SpatialObject a owl:Class ;
rdfs:subClassOf _:genid2 .
_:genid2 a owl:Restriction ;
owl:onProperty geosp:sfContains ;
owl:someValuesFrom geosp:SpatialObject .
geosp:SpatialObject rdfs:subClassOf _:genid3 .
_:genid3 a owl:Restriction ;
owl:onProperty geo:location ;
owl:someValuesFrom geo:Point .
geosp:SpatialObject dc:contributor "Matthew Perry" ;
dc:creator "OGC GeoSPARQL 1.0 Standard Working Group" ;
dc:date "2011-06-16"^^xsd:date ;
dc:description """
The class spatial-object represents everything that can have
a spatial representation. It is superclass of feature and geometry.
"""@en ;
rdfs:comment """
The class spatial-object represents everything that can have
a spatial representation. It is superclass of feature and geometry.
"""@en ;
rdfs:isDefinedBy <http://www.opengis.net/ont/geosparql> , <http://www.opengis.net/ont/gml> , <http://www.opengis.net/spec/geosparql/1.0> ;
rdfs:label "SpatialObject"@en ;
<http://www.w3.org/2004/02/skos/core#definition> """
The class spatial-object represents everything that can have
a spatial representation. It is superclass of feature and geometry.
"""@en ;
<http://www.w3.org/2004/02/skos/core#prefLabel> "SpatialObject"@en .
geo:Point a owl:Class ;
rdfs:subClassOf geosp:Geometry ;
rdfs:comment """
Uniquely identified by lat/long/alt. i.e.
spaciallyIntersects(P1, P2) :- lat(P1, LAT), long(P1, LONG), alt(P1, ALT),
lat(P2, LAT), long(P2, LONG), alt(P2, ALT).
sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P2).
""" , """A point, typically described using a coordinate system relative to Earth, such as WGS84.
""" ;
# http://www.w3.org/2004/02/skos/core#Concept
<http://www.w3.org/2004/02/skos/core#Concept> a owl:Class ;
rdfs:isDefinedBy "http://www.w3.org/2004/02/skos/core#" .
#
time:Instant a owl:Class ;
rdfs:subClassOf time:TemporalEntity ;
rdfs:comment "A temporal entity with zero extent or duration"@en ;
rdfs:isDefinedBy "http://www.w3.org/2006/time#" ;
rdfs:label "Instant"@en .
#
time:Interval a owl:Class ;
rdfs:subClassOf time:TemporalEntity ;
rdfs:isDefinedBy "http://www.w3.org/2006/time#" ;
rdfs:label "A temporal entity with an extent or duration"@en , "Time interval"@en .
#
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
<http://www.w3.org/ns/org#Organization> a owl:Class ;
rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent> ;
rdfs:isDefinedBy "http://www.w3.org/ns/org#" ;
rdfs:label "Organization"@en .
#
# http://xmlns.com/foaf/0.1/Agent
<http://xmlns.com/foaf/0.1/Agent> a owl:Class ;
rdfs:subClassOf _:genid4 .
_:genid4 a owl:Restriction ;
owl:onProperty s4city:providesService ;
owl:someValuesFrom s4city:PublicService .
<http://xmlns.com/foaf/0.1/Agent> rdfs:subClassOf _:genid5 .
_:genid5 a owl:Restriction ;
owl:onProperty s4city:usesService ;
owl:someValuesFrom s4city:PublicService .
<http://xmlns.com/foaf/0.1/Agent> rdfs:isDefinedBy "http://xmlns.com/foaf/0.1/" ;
rdfs:label "Agent"@en .
#
# http://xmlns.com/foaf/0.1/Person
<http://xmlns.com/foaf/0.1/Person> a owl:Class ;
rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent> ;
rdfs:isDefinedBy "http://xmlns.com/foaf/0.1/" ;
rdfs:label "Person"@en .
#
s4city:AdministrativeArea a owl:Class ;
rdfs:subClassOf geosp:Feature , _:genid6 .
_:genid6 a owl:Restriction ;
owl:onProperty s4city:belongsTo ;
owl:someValuesFrom s4city:AdministrativeArea .
s4city:AdministrativeArea 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 ;
s4city:City a owl:Class ;
rdfs:subClassOf s4city:AdministrativeArea , _:genid7 .
_:genid7 a owl:Restriction ;
owl:onProperty s4city:hasCityObject ;
owl:someValuesFrom s4city:CityObject .
s4city:City 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 ;
s4city:CityObject a owl:Class ;
rdfs:subClassOf geosp:Feature , _:genid8 .
_:genid8 a owl:Restriction ;
owl:onProperty s4city:belongsToCity ;
owl:someValuesFrom s4city:City .
s4city:CityObject rdfs:label "City object"@en .
s4city:Country a owl:Class ;
rdfs:subClassOf s4city:AdministrativeArea ;
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 ;
s4city:District a owl:Class ;
rdfs:subClassOf s4city:AdministrativeArea ;
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 .
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
s4city:Event a owl:Class ;
rdfs:subClassOf _:genid9 .
_:genid9 a owl:Restriction ;
owl:onProperty s4city:hasAccesibility ;
owl:someValuesFrom <http://www.w3.org/2004/02/skos/core#Concept> .
s4city:Event rdfs:subClassOf _:genid10 .
_:genid10 a owl:Restriction ;
owl:onProperty s4city:isOrganizedBy ;
owl:someValuesFrom <http://xmlns.com/foaf/0.1/Agent> .
s4city:Event rdfs:subClassOf _:genid11 .
_:genid11 a owl:Restriction ;
owl:onProperty s4city:isSubEventOf ;
owl:someValuesFrom s4city:Event .
s4city:Event rdfs:subClassOf _:genid12 .
_:genid12 a owl:Restriction ;
owl:onProperty s4city:takesPlaceAtFacility ;
owl:someValuesFrom s4city:Facility .
s4city:Event rdfs:subClassOf _:genid13 .
_:genid13 a owl:Restriction ;
owl:onProperty s4city:takesPlaceAtTime ;
owl:someValuesFrom time:TemporalEntity .
s4city:Event rdfs:subClassOf _:genid14 .
_:genid14 a owl:Restriction ;
owl:onProperty s4city:hasEventName ;
owl:someValuesFrom rdfs:Literal .
s4city:Event 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
rdfs:comment "A place, amenity, or piece of equipment provided for a particular purpose. (Definition taken from https://en.oxforddictionaries.com/definition/facility)"@en ;
s4city:FeatureOfInterest a owl:Class ;
rdfs:subClassOf _:genid15 .
_:genid15 a owl:Restriction ;
owl:onProperty s4city:hasProperty ;
owl:someValuesFrom saref:Property .
s4city:FeatureOfInterest rdfs:comment """TESTING!
It might be replaced by ssn feature of interest or created in saref ontology"""@en .
#
# https://w3id.org/def/saref4city#KeyPerformanceIndicator
s4city:KeyPerformanceIndicator a owl:Class ;
rdfs:subClassOf _:genid16 .
_:genid16 a owl:Restriction ;
owl:onProperty s4city:hasCalculationPeriod ;
owl:someValuesFrom time:TemporalEntity .
s4city:KeyPerformanceIndicator rdfs:subClassOf _:genid17 .
_:genid17 a owl:Restriction ;
owl:onProperty s4city:hasKPIDescription ;
owl:minCardinality "1"^^xsd:nonNegativeInteger .
s4city:KeyPerformanceIndicator rdfs:subClassOf _:genid18 .
_:genid18 a owl:Restriction ;
owl:onProperty s4city:hasKPIName ;
owl:minCardinality "1"^^xsd:nonNegativeInteger .
s4city:KeyPerformanceIndicator 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
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
s4city:KeyPerformanceIndicatorValue a owl:Class ;
rdfs:subClassOf _:genid19 .
_:genid19 a owl:Restriction ;
owl:onProperty s4city:assess ;
owl:someValuesFrom s4city:FeatureOfInterest .
s4city:KeyPerformanceIndicatorValue rdfs:subClassOf _:genid20 .
_:genid20 a owl:Restriction ;
owl:onProperty s4city:calculatedBy ;
owl:someValuesFrom <http://xmlns.com/foaf/0.1/Agent> .
s4city:KeyPerformanceIndicatorValue rdfs:subClassOf _:genid21 .
_:genid21 a owl:Restriction ;
owl:onProperty s4city:hasIndicatorUnit ;
owl:someValuesFrom saref:UnitOfMeasure .
s4city:KeyPerformanceIndicatorValue rdfs:subClassOf _:genid22 .
_:genid22 a owl:Restriction ;
owl:onProperty s4city:implementsKPI ;
owl:someValuesFrom s4city:KeyPerformanceIndicator .
s4city:KeyPerformanceIndicatorValue rdfs:subClassOf _:genid23 .
_:genid23 a owl:Restriction ;
owl:onProperty s4city:isDerivedFrom ;
owl:someValuesFrom saref:Measurement .
s4city:KeyPerformanceIndicatorValue rdfs:subClassOf _:genid24 .
_:genid24 a owl:Restriction ;
owl:onProperty s4city:refersToSpace ;
owl:someValuesFrom geosp:Feature .
s4city:KeyPerformanceIndicatorValue rdfs:subClassOf _:genid25 .
_:genid25 a owl:Restriction ;
owl:onProperty s4city:refersToTime ;
owl:someValuesFrom time:TemporalEntity .
s4city:KeyPerformanceIndicatorValue rdfs:subClassOf _:genid26 .
_:genid26 a owl:Restriction ;
owl:onProperty s4city:creationDate ;
owl:someValuesFrom xsd:dateTime .
s4city:KeyPerformanceIndicatorValue rdfs:subClassOf _:genid27 .
_:genid27 a owl:Restriction ;
owl:onProperty s4city:expirationDate ;
owl:someValuesFrom xsd:dateTime .
s4city:KeyPerformanceIndicatorValue rdfs:subClassOf _:genid28 .
_:genid28 a owl:Restriction ;
owl:onProperty s4city:lastUpdateDate ;
owl:someValuesFrom xsd:dateTime .
s4city:KeyPerformanceIndicatorValue rdfs:subClassOf _:genid29 .
_:genid29 a owl:Restriction ;
owl:onProperty s4city:hasKPIDescription ;
owl:minCardinality "1"^^xsd:nonNegativeInteger .
s4city:KeyPerformanceIndicatorValue rdfs:subClassOf _:genid30 .
_:genid30 a owl:Restriction ;
owl:onProperty s4city:hasKPIName ;
owl:minCardinality "1"^^xsd:nonNegativeInteger .
s4city:KeyPerformanceIndicatorValue rdfs:subClassOf _:genid31 .
_:genid31 a owl:Restriction ;
owl:onProperty s4city:hasKPIValue ;
owl:minCardinality "1"^^xsd:nonNegativeInteger .
s4city:KeyPerformanceIndicatorValue rdfs:comment "A Key Performance Indicator value represents a given value of a KPI calculated by a given agent in a given time."@en ;
s4city:Neighbourhood a owl:Class ;
rdfs:subClassOf s4city:AdministrativeArea ;
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 .
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" .
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
s4city:PublicService a owl:Class ;
owl:equivalentClass _:genid32 .
_:genid32 a owl:Restriction ;
owl:onProperty s4city:hasServiceDescription ;
owl:minCardinality "1"^^xsd:nonNegativeInteger .
s4city:PublicService rdfs:subClassOf _:genid33 .
_:genid33 a owl:Restriction ;
owl:onProperty s4city:involvesFacility ;
owl:someValuesFrom s4city:Facility .
s4city:PublicService rdfs:subClassOf _:genid34 .
_:genid34 a owl:Restriction ;
owl:onProperty s4city:isAvailableInArea ;
owl:someValuesFrom s4city:AdministrativeArea .
s4city:PublicService rdfs:subClassOf _:genid35 .
_:genid35 a owl:Restriction ;
owl:onProperty s4city:isAvailableInLanguage ;
owl:someValuesFrom lingvoj:Lingvo .
s4city:PublicService rdfs:subClassOf _:genid36 .
_:genid36 a owl:Restriction ;
owl:onProperty s4city:hasServiceName ;
owl:minCardinality "1"^^xsd:nonNegativeInteger .
s4city:PublicService 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:comment "A device responsible for moving or controlling a mechanism or system"@en ;
rdfs:isDefinedBy <https://w3id.org/saref#> ;
rdfs:label "Actuator"@en .
#
# https://w3id.org/saref#Device
saref:Device a owl:Class ;
owl:onProperty saref:consistsOf ;
owl:allValuesFrom saref:Device .
owl:onProperty saref:controlsProperty ;
owl:allValuesFrom saref:Property .
owl:onProperty saref:makesMeasurement ;
owl:allValuesFrom saref:Measurement .
owl:onProperty saref:measuresProperty ;
owl:allValuesFrom saref:Property .
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 ;
_:genid42 a owl:Restriction ;
owl:onProperty s4city:hasFeatureOfInterest ;
owl:someValuesFrom s4city:FeatureOfInterest .
saref:Measurement rdfs:subClassOf _:genid43 .
_:genid43 a owl:Restriction ;
owl:onProperty s4city:measurementMadeBy ;
owl:someValuesFrom saref:Device .
saref:Measurement rdfs:subClassOf _:genid44 .
_:genid44 a owl:Restriction ;
owl:onProperty saref:isMeasuredIn ;
owl:allValuesFrom saref:UnitOfMeasure .
owl:onProperty saref:relatesToProperty ;
owl:allValuesFrom saref:Property .
owl:onProperty saref:isMeasuredIn ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass saref:UnitOfMeasure .