Tore Christiansen

Corrected Label Spelling

......@@ -1591,19 +1591,19 @@ ILAP:hasShutdownPeriod
ILAP:hasShutdownPhase
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Shutdown ;
rdfs:label "has shutdown phse"^^xsd:string ;
rdfs:label "has Shutdown Phase"^^xsd:string ;
rdfs:range ILAP:ShutdownPhase .
ILAP:hasShutdownPriority
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Shutdown ;
rdfs:label "has shutdown priority"^^xsd:string ;
rdfs:label "has Shutdown Priority"^^xsd:string ;
rdfs:range ILAP:DegreeOfPriority .
ILAP:hasShutdownType
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Shutdown ;
rdfs:label "has shutdown type"^^xsd:string ;
rdfs:label "has Shutdown Type"^^xsd:string ;
rdfs:range ILAP:ShutdownType .
ILAP:hasSourceApplicaton
......