Tore Christiansen

Additional Status values added

......@@ -144,6 +144,22 @@ ILAP:Completed
rdf:type ILAP:Status ;
rdfs:label "Completed"^^xsd:string .
ILAP:CompletedAdditional
rdf:type ILAP:Status ;
rdfs:label "Completed additional"^^xsd:string .
ILAP:CompletedAssistance
rdf:type ILAP:Status ;
rdfs:label "Completed assistance"^^xsd:string .
ILAP:CompletedPast
rdf:type ILAP:Status ;
rdfs:label "Completed past"^^xsd:string .
ILAP:CompletedWork
rdf:type ILAP:Status ;
rdfs:label "Completed work"^^xsd:string .
ILAP:Continent
rdf:type ILAP:PlanGeoArea ;
rdfs:label "Continent"^^xsd:string .
......@@ -525,6 +541,10 @@ ILAP:PlanningApplication
ILAP:Portfolio
rdfs:comment "A collection of Projects and Programmes (Portfolio components) grouped together to facilitate their management to meet strategic objectives (ISO 21502)."^^xsd:string .
ILAP:Postponed
rdf:type ILAP:Status ;
rdfs:label "Postponed"^^xsd:string .
ILAP:Primavera
rdf:type ILAP:Application ;
rdfs:label "Primavera"^^xsd:string .
......@@ -646,6 +666,10 @@ ILAP:ScheduledShutdown
rdf:type ILAP:ShutdownType ;
rdfs:label "Scheduled Shutdown"^^xsd:string .
ILAP:Sent
rdf:type ILAP:Status ;
rdfs:label "Sent"^^xsd:string .
ILAP:ShallowGasOperation
rdf:type owl:Class ;
rdfs:label "Shallow gas operation"^^xsd:string ;
......