Tore Christiansen

Added Geographic Location class

...@@ -341,6 +341,11 @@ ILAP:FunctionalLocation ...@@ -341,6 +341,11 @@ ILAP:FunctionalLocation
341 rdfs:label "Functional location"^^xsd:string ; 341 rdfs:label "Functional location"^^xsd:string ;
342 rdfs:subClassOf ILAP:Location . 342 rdfs:subClassOf ILAP:Location .
343 343
344 +ILAP:GeographicLocation
345 + rdf:type owl:Class ;
346 + rdfs:label "Geographic location"^^xsd:string ;
347 + rdfs:subClassOf ILAP:Location .
348 +
344 ILAP:HighCriticality 349 ILAP:HighCriticality
345 rdf:type ILAP:DegreeOfCriticality ; 350 rdf:type ILAP:DegreeOfCriticality ;
346 rdfs:label "High criticality"^^xsd:string . 351 rdfs:label "High criticality"^^xsd:string .
......