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

Added environmental properties.

Closes #6.
parent 7bd8c29d
Loading
Loading
Loading
Loading
+30 −2
Original line number Diff line number Diff line
@@ -632,6 +632,13 @@ s4watr:DistributionSystem rdf:type owl:Class ;
                          rdfs:label "Distribution system"@en .


###  https://saref.etsi.org/saref4watr/EnvironmentalProperty
s4watr:EnvironmentalProperty rdf:type owl:Class ;
                             rdfs:subClassOf saref:Property ;
                             rdfs:comment "Class to group those properties related to the environment."@en ;
                             rdfs:label "Environmental property"@en .


###  https://saref.etsi.org/saref4watr/Estuary
s4watr:Estuary rdf:type owl:Class ;
               rdfs:subClassOf s4watr:SinkAsset ;
@@ -1118,6 +1125,13 @@ s4watr:Aquaculture rdf:type owl:NamedIndividual ,
                   rdfs:label "Aquaculture"@en .


###  https://saref.etsi.org/saref4watr/AtmosphericPressure
s4watr:AtmosphericPressure rdf:type owl:NamedIndividual ,
                                    s4watr:EnvironmentalProperty ;
                           rdfs:comment "Property of the environment indicating the atmospheric pressure."@en ;
                           rdfs:label "Atmospheric pressure"@en .


###  https://saref.etsi.org/saref4watr/Arsenic
s4watr:Arsenic rdf:type owl:NamedIndividual ,
                        s4watr:ChemicalProperty ;
@@ -1290,8 +1304,8 @@ s4watr:EscherichiaColi rdf:type owl:NamedIndividual ,

###  https://saref.etsi.org/saref4watr/ExternalTemperature
s4watr:ExternalTemperature rdf:type owl:NamedIndividual ,
                                    s4watr:WaterFlowProperty ;
                           rdfs:comment "Property indicating the temperature external to a water flow."@en ;
                                    s4watr:EnvironmentalProperty ;
                           rdfs:comment "Property of the environment indicating the temperature."@en ;
                           rdfs:label "External temperature"@en .


@@ -1337,6 +1351,13 @@ s4watr:Hardness rdf:type owl:NamedIndividual ,
                rdfs:label "Hardness"@en .


###  https://saref.etsi.org/saref4watr/Humidity
s4watr:Humidity rdf:type owl:NamedIndividual ,
                         s4watr:EnvironmentalProperty ;
                rdfs:comment "Property of the environment indicating the humidity."@en ;
                rdfs:label "Humidity"@en .


###  https://saref.etsi.org/saref4watr/HydrogenIonConcentration
s4watr:HydrogenIonConcentration rdf:type owl:NamedIndividual ,
                                         s4watr:AcceptabilityProperty ;
@@ -1445,6 +1466,13 @@ s4watr:PolycyclicAromaticHydrocarbons rdf:type owl:NamedIndividual ,
                                      rdfs:label "Polycyclic aromatic hydrocarbons"@en .


###  https://saref.etsi.org/saref4watr/Precipitation
s4watr:Precipitation rdf:type owl:NamedIndividual ,
                              s4watr:EnvironmentalProperty ;
                     rdfs:comment "Property of the environment indicating the precipitation."@en ;
                     rdfs:label "Precipitation"@en .


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