Skip to content

Commit f2d48dd

Browse files
Updated properties for ground water pumping
1 parent 02c750a commit f2d48dd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

energy.ttl

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,28 @@ rdfs:domain energysource:GroundWaterPumping ;
7676
rdfs:range energysource:hasflowresistance ;
7777
rdfs:label "has flow resistance " .
7878

79+
energysource:GroundWaterPumping rdfs:subClassOf [
80+
a owl:Restriction ;
81+
owl:onProperty energysource:hasLiftDistance ;
82+
owl:someValuesFrom xsd:decimal
83+
],
84+
[
85+
a owl:Restriction ;
86+
owl:onProperty energysource:hasFlowVolume ;
87+
owl:someValuesFrom xsd:decimal
88+
],
89+
[
90+
a owl:Restriction ;
91+
owl:onProperty energysource:hasPressureRequirement ;
92+
owl:someValuesFrom xsd:decimal
93+
],
94+
[
95+
a owl:Restriction ;
96+
owl:onProperty energysource:hasTime ;
97+
owl:someValuesFrom xsd:decimal
98+
] .
99+
100+
79101

80102

81103

0 commit comments

Comments
 (0)