Commit dcdc03fe authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Added hasKPI and isKPIOf.

parent 4a934b28
Loading
Loading
Loading
Loading
+25 −2
Original line number Diff line number Diff line
@@ -219,6 +219,17 @@ s4city:hasAccesibility a owl:ObjectProperty ;
s4city:hasCalculationPeriod a owl:ObjectProperty ;
	rdfs:label "has calculation period"@en .
# 
# https://w3id.org/def/saref4city#hasKPI

s4city:hasKPI a owl:ObjectProperty ;
	rdfs:label "has key performance indicator"@en .
# 
# https://w3id.org/def/saref4city#isKPIOf

s4city:isKPIOf a owl:ObjectProperty ;
	owl:inverseOf s4city:hasKPI ;
	rdfs:label "is key performance indicator of"@en .
# 
# https://w3id.org/def/saref4city#hasFeatureOfInterest

s4city:hasFeatureOfInterest a owl:ObjectProperty ;
@@ -694,8 +705,14 @@ _:genid54 a owl:Restriction ;
	owl:onProperty s4city:isFeatureOfInterestOf ;
	owl:someValuesFrom s4city:Measurement .

s4city:FeatureOfInterest rdfs:comment """TESTING!
 It might be replaced by ssn feature of interest or created in saref ontology"""@en .
s4city:FeatureOfInterest rdfs:comment """WARNING!
 This class might be moved to the SAREF ontology"""@en .

s4city:FeatureOfInterest rdfs:subClassOf [
	a owl:Restriction ;
	owl:onProperty s4city:hasKPI ;
	owl:someValuesFrom s4city:KeyPerformanceIndicator .
	] .
# 
# https://w3id.org/def/saref4city#KeyPerformanceIndicator

@@ -721,6 +738,12 @@ _:genid18 a owl:Restriction ;
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> .

s4city:KeyPerformanceIndicator rdfs:subClassOf [
	a owl:Restriction ;
	owl:onProperty s4city:isKPIOf ;
	owl:someValuesFrom s4city:FeatureOfInterest .
	] .
# 
# https://w3id.org/def/saref4city#KeyPerformanceIndicatorValue