Showing
1 changed file
with
24 additions
and
0 deletions
... | @@ -144,6 +144,22 @@ ILAP:Completed | ... | @@ -144,6 +144,22 @@ ILAP:Completed |
144 | rdf:type ILAP:Status ; | 144 | rdf:type ILAP:Status ; |
145 | rdfs:label "Completed"^^xsd:string . | 145 | rdfs:label "Completed"^^xsd:string . |
146 | 146 | ||
147 | +ILAP:CompletedAdditional | ||
148 | + rdf:type ILAP:Status ; | ||
149 | + rdfs:label "Completed additional"^^xsd:string . | ||
150 | + | ||
151 | +ILAP:CompletedAssistance | ||
152 | + rdf:type ILAP:Status ; | ||
153 | + rdfs:label "Completed assistance"^^xsd:string . | ||
154 | + | ||
155 | +ILAP:CompletedPast | ||
156 | + rdf:type ILAP:Status ; | ||
157 | + rdfs:label "Completed past"^^xsd:string . | ||
158 | + | ||
159 | +ILAP:CompletedWork | ||
160 | + rdf:type ILAP:Status ; | ||
161 | + rdfs:label "Completed work"^^xsd:string . | ||
162 | + | ||
147 | ILAP:Continent | 163 | ILAP:Continent |
148 | rdf:type ILAP:PlanGeoArea ; | 164 | rdf:type ILAP:PlanGeoArea ; |
149 | rdfs:label "Continent"^^xsd:string . | 165 | rdfs:label "Continent"^^xsd:string . |
... | @@ -525,6 +541,10 @@ ILAP:PlanningApplication | ... | @@ -525,6 +541,10 @@ ILAP:PlanningApplication |
525 | ILAP:Portfolio | 541 | ILAP:Portfolio |
526 | rdfs:comment "A collection of Projects and Programmes (Portfolio components) grouped together to facilitate their management to meet strategic objectives (ISO 21502)."^^xsd:string . | 542 | rdfs:comment "A collection of Projects and Programmes (Portfolio components) grouped together to facilitate their management to meet strategic objectives (ISO 21502)."^^xsd:string . |
527 | 543 | ||
544 | +ILAP:Postponed | ||
545 | + rdf:type ILAP:Status ; | ||
546 | + rdfs:label "Postponed"^^xsd:string . | ||
547 | + | ||
528 | ILAP:Primavera | 548 | ILAP:Primavera |
529 | rdf:type ILAP:Application ; | 549 | rdf:type ILAP:Application ; |
530 | rdfs:label "Primavera"^^xsd:string . | 550 | rdfs:label "Primavera"^^xsd:string . |
... | @@ -646,6 +666,10 @@ ILAP:ScheduledShutdown | ... | @@ -646,6 +666,10 @@ ILAP:ScheduledShutdown |
646 | rdf:type ILAP:ShutdownType ; | 666 | rdf:type ILAP:ShutdownType ; |
647 | rdfs:label "Scheduled Shutdown"^^xsd:string . | 667 | rdfs:label "Scheduled Shutdown"^^xsd:string . |
648 | 668 | ||
669 | +ILAP:Sent | ||
670 | + rdf:type ILAP:Status ; | ||
671 | + rdfs:label "Sent"^^xsd:string . | ||
672 | + | ||
649 | ILAP:ShallowGasOperation | 673 | ILAP:ShallowGasOperation |
650 | rdf:type owl:Class ; | 674 | rdf:type owl:Class ; |
651 | rdfs:label "Shallow gas operation"^^xsd:string ; | 675 | rdfs:label "Shallow gas operation"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment