We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c750a commit f2d48ddCopy full SHA for f2d48dd
energy.ttl
@@ -76,6 +76,28 @@ rdfs:domain energysource:GroundWaterPumping ;
76
rdfs:range energysource:hasflowresistance ;
77
rdfs:label "has flow resistance " .
78
79
+energysource:GroundWaterPumping rdfs:subClassOf [
80
+ a owl:Restriction ;
81
+ owl:onProperty energysource:hasLiftDistance ;
82
+ owl:someValuesFrom xsd:decimal
83
+],
84
+[
85
86
+ owl:onProperty energysource:hasFlowVolume ;
87
88
89
90
91
+ owl:onProperty energysource:hasPressureRequirement ;
92
93
94
95
96
+ owl:onProperty energysource:hasTime ;
97
98
+] .
99
+
100
101
102
103
0 commit comments