Definition of s4city:hasKPI
Defined in https://saref.etsi.org/saref4city/v1.1.2/ as:
has key performance indicator
Description as an Object Property
- is inverse of
- s4city:isKPIOf
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/> .
saref:FeatureOfInterest rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4city:KeyPerformanceIndicator ;
owl:onProperty s4city:hasKPI ] .
<https://saref.etsi.org/saref4watr/v1.1.1/example/KPI#> dct:references s4city:hasKPI .
<https://saref.etsi.org/saref4watr/v2.1.1/example/KPI#> dct:references s4city:hasKPI .
<https://saref.etsi.org/saref4watr/v1.1.1/> dct:references s4city:hasKPI .
<https://saref.etsi.org/saref4city/v1.1.2/> dct:references s4city:hasKPI ;
dct:subject s4city:hasKPI .
<https://saref.etsi.org/saref4city/v2.1.1/> dct:references s4city:hasKPI ;
dct:subject s4city:hasKPI .
s4city:hasKPI a owl:ObjectProperty ;
rdfs:label "has key performance indicator"@en ;
dct:isReferencedBy <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/v1.1.1/example/KPI#>,
<https://saref.etsi.org/saref4watr/v2.1.1/example/KPI#> ;
rdfs:comment "has key performance indicator"@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/> ;
owl:inverseOf s4city:isKPIOf ;
ns1:hiddenLabel "hasKPI" .