Commit 7bc7a87a authored by María's avatar María
Browse files

Remove unused classes time:Instant, and time:Interval, change...

Remove unused classes time:Instant, and time:Interval, change hasCalculationPeriod from object to datatype property and set domain as xsd:duration. closes #16
parent 2b62fc82
Loading
Loading
Loading
Loading
Loading
+3 −19
Original line number Diff line number Diff line
@@ -141,9 +141,9 @@ s4city:hasAccesibility rdf:type owl:ObjectProperty ;


###  https://saref.etsi.org/saref4city/hasCalculationPeriod
s4city:hasCalculationPeriod rdf:type owl:ObjectProperty ;
s4city:hasCalculationPeriod rdf:type owl:DatatypeProperty ;
                            rdfs:domain s4city:KeyPerformanceIndicator ;
                            rdfs:range time:TemporalDuration ;
                            rdfs:range xsd:duration ;
                            rdfs:comment "has calculation period"@en ;
                            rdfs:label "has calculation period"@en .

@@ -313,22 +313,6 @@ geo:SpatialObject rdf:type owl:Class ;
                                              rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core#> .


###  http://www.w3.org/2006/time#Instant
time:Instant rdf:type owl:Class ;
             rdfs:subClassOf time:TemporalEntity ;
             rdfs:comment "A temporal entity with zero extent or duration"@en ;
             rdfs:isDefinedBy time: ;
             rdfs:label "Instant"@en .


###  http://www.w3.org/2006/time#Interval
time:Interval rdf:type owl:Class ;
              rdfs:subClassOf time:TemporalEntity ;
              rdfs:isDefinedBy time: ;
              rdfs:label "A temporal entity with an extent or duration"@en ,
                         "Time interval"@en .


###  http://www.w3.org/2006/time#TemporalDuration
time:TemporalDuration rdf:type owl:Class .

@@ -448,7 +432,7 @@ s4city:Facility rdf:type owl:Class ;
s4city:KeyPerformanceIndicator rdf:type owl:Class ;
                               rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                 owl:onProperty s4city:hasCalculationPeriod ;
                                                 owl:allValuesFrom time:TemporalDuration
                                                 owl:allValuesFrom xsd:duration
                                               ] ,
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty s4city:isKPIOf ;