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

The range of s4city:hasCalculationPeriod should be time:TemporalDuration...

The range of s4city:hasCalculationPeriod should be time:TemporalDuration instead of time:TemporalEntity.
parent 8f5e5391
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -505,7 +505,7 @@ s4city:KeyPerformanceIndicator rdf:type owl:Class ;
                               rdfs:isDefinedBy <https://saref.etsi.org/saref4city#> ;
                               rdfs:isDefinedBy <https://saref.etsi.org/saref4city#> ;
                               rdfs:subClassOf [ rdf:type owl:Restriction ;
                               rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                 owl:onProperty s4city:hasCalculationPeriod ;
                                                 owl:onProperty s4city:hasCalculationPeriod ;
                                                 owl:allValuesFrom time:TemporalEntity
                                                 owl:allValuesFrom time:TemporalDuration
                                               ] ,
                                               ] ,
                                               [ rdf:type owl:Restriction ;
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty s4city:isKPIOf ;
                                                 owl:onProperty s4city:isKPIOf ;