Skip to content

Commit faadad1

Browse files
Fixed the syntax errors
1 parent 0bd1592 commit faadad1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

energy.ttl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ energysource:MSFandMEDandMVC a owl:class ;
4444
rdfs:subclassof energysource:WaterTreatment ;
4545
rdfs:label " MSF,MED and MVC Desalination (Water Treatment)" .
4646

47-
energysource:DistributionPumping a owl class ;
48-
rdfs:subclass of energysource:WaterDistribution ;
47+
energysource:DistributionPumping a owl:class ;
48+
rdfs:subclassof energysource:WaterDistribution ;
4949
rdfs:label " Distribution Pumping (Water Distribution)" .
5050

5151
energysource:Secondary a owl:class ;
@@ -63,7 +63,3 @@ rdfs:label " Tertiary waste water treatment with trickling filter " .
6363
energysource:TertiarywithActivatedSludge a owl:class ;
6464
rdfs:subclassof energysource:WasteWaterTreatment ;
6565
rdfs:label " Tertiary waste water treatment with activated sludge " .
66-
67-
#------------------ Properties----------------------------------
68-
69-

0 commit comments

Comments
 (0)