Tore Christiansen

Added hasShutdownPriority

...@@ -1679,6 +1679,12 @@ ILAP:hasShutdownPeriod ...@@ -1679,6 +1679,12 @@ ILAP:hasShutdownPeriod
1679 rdfs:label "has shutdown period"^^xsd:string ; 1679 rdfs:label "has shutdown period"^^xsd:string ;
1680 rdfs:range xsd:string . 1680 rdfs:range xsd:string .
1681 1681
1682 +ILAP:hasShutdownPriority
1683 + rdf:type owl:ObjectProperty ;
1684 + rdfs:domain ILAP:Shutdown ;
1685 + rdfs:label "has shutdown priority"^^xsd:string ;
1686 + rdfs:range ILAP:DegreeOfPriority .
1687 +
1682 ILAP:hasShutdownType 1688 ILAP:hasShutdownType
1683 rdf:type owl:ObjectProperty ; 1689 rdf:type owl:ObjectProperty ;
1684 rdfs:domain ILAP:Shutdown ; 1690 rdfs:domain ILAP:Shutdown ;
......