Unverified Commit 1b7e77b7 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

corrected errors identified by the pipeline

parent 505f9cf9
Loading
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -133,17 +133,11 @@ ex:MPL37222E rdf:type owl:NamedIndividual ,
###  https://saref.etsi.org/saref4watr/example/MinimumPressureLevel
ex:MinimumPressureLevel rdf:type owl:NamedIndividual ,
                                 s4city:KeyPerformanceIndicator ;
                        s4city:hasCalculationPeriod ex:OneWeek ;
                        s4city:hasCalculationPeriod "P7D"^^xsd:duration ;
                        s4city:isKPIOf ex:DowntownDS ;
                        rdfs:label "Minimum pressure level"@en .


###  https://saref.etsi.org/saref4watr/example/OneWeek
ex:OneWeek rdf:type owl:NamedIndividual ,
                    time:Duration ;
           time:unitType time:unitWeek ;
           time:numericDuration 1 .


###  https://saref.etsi.org/saref4watr/example/PLObservation56206
ex:PLObservation56206 rdf:type owl:NamedIndividual ,
+8 −1
Original line number Diff line number Diff line
@@ -13,13 +13,20 @@
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<https://saref.etsi.org/saref4watr/v1.1.1/example/MeterObservation#> a dctype:Dataset ;
<https://saref.etsi.org/saref4watr/v2.1.1/example/MeterObservation#> a dctype:Dataset ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
  dcterms:conformsTo <https://saref.etsi.org/saref4watr/v2.1.1/> ;
  dcterms:title "Example Meter Observation"@en ;
  dcterms:description "Example Meter Observation"@en .
  

#################################################################
#    Classes
#################################################################

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

#################################################################
#    Object Properties
#################################################################
+1 −5
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
@base <https://saref.etsi.org/saref4watr/> .

<https://saref.etsi.org/saref4watr/> rdf:type owl:Ontology ;
                                      dcterms:title "SAREF extension for water"@en ;
                                      dcterms:title "SAREF4WATR: an extension of SAREF for the water domain"@en ;
                                      dcterms:description "This ontology extends the SAREF ontology for the water domain. This work has been developed in the context of the STF 566, which was established with the goal to create three SAREF extensions, one of them for the water domain."@en ;
                                      dcterms:publisher <https://www.etsi.org/> ;
                                      dcterms:creator <http://www.garcia-castro.com/foaf.rdf#me> ;
@@ -667,10 +667,6 @@ s4watr:WaterMeter rdf:type owl:Class ;
                                    owl:onProperty s4watr:hasFabricationNumber ;
                                    owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty s4watr:hasVersion ;
                                    owl:maxCardinality "1"^^xsd:nonNegativeInteger
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty s4watr:hasFirmwareVersion ;
                                    owl:maxCardinality "1"^^xsd:nonNegativeInteger