Definition of s4city:KeyPerformanceIndicator
Defined in https://saref.etsi.org/saref4city/v1.1.2/ as:
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)
Description as a Class
- has super-classes
-
s4city:hasCalculationPeriod only
time:TemporalDuration
s4city:isKPIOf only saref:FeatureOfInterest
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4city: <https://saref.etsi.org/saref4city/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix time: <http://www.w3.org/2006/time#> .
s4city:KeyPerformanceIndicatorAssessment rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4city:KeyPerformanceIndicator ;
owl:onProperty s4city:quantifiesKPI ] .
saref:FeatureOfInterest rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4city:KeyPerformanceIndicator ;
owl:onProperty s4city:hasKPI ] .
<https://saref.etsi.org/saref4city/v1.1.2/example/example1#> dct:references s4city:KeyPerformanceIndicator .
<https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#> dct:references s4city:KeyPerformanceIndicator .
<https://saref.etsi.org/saref4watr/v1.1.1/example/KPI#> dct:references s4city:KeyPerformanceIndicator .
<https://saref.etsi.org/saref4watr/v2.1.1/example/KPI#> dct:references s4city:KeyPerformanceIndicator .
<https://saref.etsi.org/saref4watr/v1.1.1/> dct:references s4city:KeyPerformanceIndicator .
<https://saref.etsi.org/saref4city/v1.1.2/> dct:references s4city:KeyPerformanceIndicator ;
dct:subject s4city:KeyPerformanceIndicator .
<https://saref.etsi.org/saref4city/v2.1.1/> dct:references s4city:KeyPerformanceIndicator ;
dct:subject s4city:KeyPerformanceIndicator .
s4city:KeyPerformanceIndicator a owl:Class ;
rdfs:label "Key Performance Indicator"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4city/v1.1.2/>,
<https://saref.etsi.org/saref4city/v1.1.2/example/example1#>,
<https://saref.etsi.org/saref4city/v2.1.1/>,
<https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#>,
<https://saref.etsi.org/saref4watr/v1.1.1/>,
<https://saref.etsi.org/saref4watr/v1.1.1/example/KPI#>,
<https://saref.etsi.org/saref4watr/v2.1.1/example/KPI#> ;
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:isDefinedBy <https://saref.etsi.org/saref4city/v1.1.2/>,
<https://saref.etsi.org/saref4city/v2.1.1/> ;
rdfs:seeAlso <http://fiware-datamodels.readthedocs.io/en/latest/KeyPerformanceIndicator/doc/spec/index.html>,
<https://saref.etsi.org/saref4city/v1.1.2/>,
<https://saref.etsi.org/saref4city/v2.1.1/>,
<https://saref.etsi.org/saref4watr/v1.1.1/>,
<https://saref.etsi.org/saref4watr/v2.1.1/> ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom time:TemporalDuration ;
owl:onProperty s4city:hasCalculationPeriod ],
[ a owl:Restriction ;
owl:allValuesFrom saref:FeatureOfInterest ;
owl:onProperty s4city:isKPIOf ] ;
ns1:hiddenLabel "KeyPerformanceIndicator" .