Definition of s4city:KeyPerformanceIndicatorAssessment
Defined in https://saref.etsi.org/saref4city/v1.1.2/ as:
A Key Performance Indicator assessment represents the assessment of a KPI calculated by a given agent in a given time.
Description as a Class
- has super-classes
-
s4city:assesses only
saref:FeatureOfInterest
s4city:isAssessedBy only s4city:Agent
s4city:isDerivedFrom only saref:Measurement
s4city:quantifiesKPI only s4city:KeyPerformanceIndicator
s4city:refersToTime only time:TemporalEntity
saref:isMeasuredIn only saref:UnitOfMeasure
s4city:hasCreationDate only xsd:dateTime
s4city:hasExpirationDate only xsd:dateTime
s4city:hasLastUpdateDate only xsd:dateTime
saref:hasValue exactly 1
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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://saref.etsi.org/saref4city/v1.1.2/example/example1#> dct:references s4city:KeyPerformanceIndicatorAssessment .
<https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#> dct:references s4city:KeyPerformanceIndicatorAssessment .
<https://saref.etsi.org/saref4watr/v1.1.1/example/KPI#> dct:references s4city:KeyPerformanceIndicatorAssessment .
<https://saref.etsi.org/saref4watr/v2.1.1/example/KPI#> dct:references s4city:KeyPerformanceIndicatorAssessment .
<https://saref.etsi.org/saref4watr/v1.1.1/> dct:references s4city:KeyPerformanceIndicatorAssessment .
<https://saref.etsi.org/saref4city/v1.1.2/> dct:references s4city:KeyPerformanceIndicatorAssessment ;
dct:subject s4city:KeyPerformanceIndicatorAssessment .
<https://saref.etsi.org/saref4city/v2.1.1/> dct:references s4city:KeyPerformanceIndicatorAssessment ;
dct:subject s4city:KeyPerformanceIndicatorAssessment .
s4city:KeyPerformanceIndicatorAssessment a owl:Class ;
rdfs:label "Key performance indicator assessment"@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 assessment represents the assessment of a KPI calculated by a given agent in a given time."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4city/v1.1.2/>,
<https://saref.etsi.org/saref4city/v2.1.1/> ;
rdfs:seeAlso <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 saref:FeatureOfInterest ;
owl:onProperty s4city:assesses ],
[ a owl:Restriction ;
owl:allValuesFrom s4city:Agent ;
owl:onProperty s4city:isAssessedBy ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Measurement ;
owl:onProperty s4city:isDerivedFrom ],
[ a owl:Restriction ;
owl:allValuesFrom s4city:KeyPerformanceIndicator ;
owl:onProperty s4city:quantifiesKPI ],
[ a owl:Restriction ;
owl:allValuesFrom time:TemporalEntity ;
owl:onProperty s4city:refersToTime ],
[ a owl:Restriction ;
owl:allValuesFrom saref:UnitOfMeasure ;
owl:onProperty saref:isMeasuredIn ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:dateTime ;
owl:onProperty s4city:hasCreationDate ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:dateTime ;
owl:onProperty s4city:hasExpirationDate ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:dateTime ;
owl:onProperty s4city:hasLastUpdateDate ],
[ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty saref:hasValue ] ;
ns1:hiddenLabel "KeyPerformanceIndicatorAssessment" .