Tore Christiansen

Added Geographic Location class

......@@ -341,6 +341,11 @@ ILAP:FunctionalLocation
rdfs:label "Functional location"^^xsd:string ;
rdfs:subClassOf ILAP:Location .
ILAP:GeographicLocation
rdf:type owl:Class ;
rdfs:label "Geographic location"^^xsd:string ;
rdfs:subClassOf ILAP:Location .
ILAP:HighCriticality
rdf:type ILAP:DegreeOfCriticality ;
rdfs:label "High criticality"^^xsd:string .
......