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

Included water uses in the ontology and in the example.

Closes #4.
parent 1dc7975d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -64,7 +64,8 @@ ex:DowntownDS rdf:type owl:NamedIndividual ,
              s4syst:hasSubSystem ex:Meter4837QW123 ,
                                  ex:PumpRT73467 ,
                                  ex:Tank38472 ;
              s4watr:intendedFor s4watr:DrinkingWater .
              s4watr:isDesignedFor s4watr:DrinkingWater ;
              s4watr:isIntendedFor s4watr:Domestic .


###  https://saref.etsi.org/saref4watr/example/Meter4837QW123
+51 −0
Original line number Diff line number Diff line
@@ -208,6 +208,12 @@ s4watr:isDesignedFor rdf:type owl:ObjectProperty ;
                     rdfs:label "is designed for"@en .


###  https://saref.etsi.org/saref4watr/isIntendedFor
s4watr:isIntendedFor rdf:type owl:ObjectProperty ;
                     rdfs:comment "The intended use of the infrastructure."@en ;
                     rdfs:label "is intended for"@en .


###  https://saref.etsi.org/core/controlsProperty
saref:controlsProperty rdf:type owl:ObjectProperty ;
                       rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
@@ -881,6 +887,10 @@ s4watr:WaterInfrastructure rdf:type owl:Class ;
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty s4watr:isDesignedFor ;
                                             owl:someValuesFrom s4watr:Water
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty s4watr:isIntendedFor ;
                                             owl:someValuesFrom s4watr:WaterUse
                                           ] ;
                           rdfs:comment "A water infrastructure is the set of facilities, services, and installations needed for water management."@en ;
                           rdfs:label "Water infrastructure"@en .
@@ -939,6 +949,12 @@ s4watr:WaterProperty rdf:type owl:Class ;
                     rdfs:label "Water property"@en .


###  https://saref.etsi.org/saref4watr/WaterUse
s4watr:WaterUse rdf:type owl:Class ;
                rdfs:comment "This class is used to define the different uses of water."@en ;
                rdfs:label "Water use"@en .


###  https://saref.etsi.org/core/Actuator
saref:Actuator rdf:type owl:Class ;
               rdfs:subClassOf saref:Device ;
@@ -1067,6 +1083,13 @@ s4watr:Acrylamide rdf:type owl:NamedIndividual ,
                  rdfs:label "Acrylamide"@en .


###  https://saref.etsi.org/saref4watr/Agriculture
s4watr:Agriculture rdf:type owl:NamedIndividual ,
                            s4watr:WaterUse ;
                   rdfs:comment "Use of water for the farming of plants and livestock."@en ;
                   rdfs:label "Agriculture"@en .


###  https://saref.etsi.org/saref4watr/Aluminium
s4watr:Aluminium rdf:type owl:NamedIndividual ,
                          s4watr:ChemicalProperty ;
@@ -1088,6 +1111,13 @@ s4watr:Antimony rdf:type owl:NamedIndividual ,
                rdfs:label "Antimony"@en .


###  https://saref.etsi.org/saref4watr/Aquaculture
s4watr:Aquaculture rdf:type owl:NamedIndividual ,
                            s4watr:WaterUse ;
                   rdfs:comment "Use of water for the farming of fish, crustaceans, molluscs, aquatic plants, algae, and other organisms."@en ;
                   rdfs:label "Aquaculture"@en .


###  https://saref.etsi.org/saref4watr/Arsenic
s4watr:Arsenic rdf:type owl:NamedIndividual ,
                        s4watr:ChemicalProperty ;
@@ -1221,6 +1251,13 @@ s4watr:Cyanide rdf:type owl:NamedIndividual ,
               rdfs:label "Cyanide"@en .


###  https://saref.etsi.org/saref4watr/Domestic
s4watr:Domestic rdf:type owl:NamedIndividual ,
                         s4watr:WaterUse ;
                rdfs:comment "Use of water for domestic purposes."@en ;
                rdfs:label "Domestic"@en .


###  https://saref.etsi.org/saref4watr/DrinkingWater
s4watr:DrinkingWater rdf:type owl:NamedIndividual ,
                              s4watr:Water ;
@@ -1308,6 +1345,13 @@ s4watr:HydrogenIonConcentration rdf:type owl:NamedIndividual ,
                                           "pH"@en .


###  https://saref.etsi.org/saref4watr/Industry
s4watr:Industry rdf:type owl:NamedIndividual ,
                         s4watr:WaterUse ;
                rdfs:comment "Use of water for industrial purposes."@en ;
                rdfs:label "Industry"@en .


###  https://saref.etsi.org/saref4watr/Iron
s4watr:Iron rdf:type owl:NamedIndividual ,
                     s4watr:ChemicalProperty ;
@@ -1406,6 +1450,13 @@ s4watr:RawWater rdf:type owl:NamedIndividual ,
                rdfs:label "Raw water"@en .


###  https://saref.etsi.org/saref4watr/Recreation
s4watr:Recreation rdf:type owl:NamedIndividual ,
                           s4watr:WaterUse ;
                  rdfs:comment "Use of water for recreational purposes."@en ;
                  rdfs:label "Recreation"@en .


###  https://saref.etsi.org/saref4watr/Selenium
s4watr:Selenium rdf:type owl:NamedIndividual ,
                         s4watr:ChemicalProperty ;