Tore Christiansen

Corrected Planning Classifier example

This diff is collapsed. Click to expand it.
...@@ -322,37 +322,37 @@ ILAP:InvoicableWork ...@@ -322,37 +322,37 @@ ILAP:InvoicableWork
322 rdfs:label "Invoicable work"^^xsd:string ; 322 rdfs:label "Invoicable work"^^xsd:string ;
323 rdfs:subClassOf ILAP:ContractType . 323 rdfs:subClassOf ILAP:ContractType .
324 324
325 -ILAP:L1_ProgramPortfolioSchedule 325 +ILAP:L1_PPS
326 rdf:type ILAP:PlanLevel ; 326 rdf:type ILAP:PlanLevel ;
327 - rdfs:label "PPS"^^xsd:string . 327 + rdfs:label "Level 1 - Program Portfolio Schedule"^^xsd:string .
328 328
329 -ILAP:L2_ProjectMasterSchedule 329 +ILAP:L2_PMS
330 rdf:type ILAP:PlanLevel ; 330 rdf:type ILAP:PlanLevel ;
331 - rdfs:label "PMS"^^xsd:string . 331 + rdfs:label "Level 2 - Project Master Schedule"^^xsd:string .
332 332
333 -ILAP:L3_ContractMasterSchedule 333 +ILAP:L3_CMS
334 rdf:type ILAP:PlanLevel ; 334 rdf:type ILAP:PlanLevel ;
335 - rdfs:label "CMS"^^xsd:string . 335 + rdfs:label "Level 3 - Contract Master Schedule"^^xsd:string .
336 336
337 -ILAP:L3_ProjectControlNetworkSchedule 337 +ILAP:L3_PCS
338 rdf:type ILAP:PlanLevel ; 338 rdf:type ILAP:PlanLevel ;
339 - rdfs:label "PCS"^^xsd:string . 339 + rdfs:label "Level 3 - Project Control Network Schedule"^^xsd:string .
340 340
341 -ILAP:L4_ContractControlNetworkSchedule 341 +ILAP:L4_CCS
342 rdf:type ILAP:PlanLevel ; 342 rdf:type ILAP:PlanLevel ;
343 - rdfs:label "CCS"^^xsd:string . 343 + rdfs:label "Level 4 - Contract Control Network Schedule"^^xsd:string .
344 344
345 -ILAP:L5_ContractTaskSchedule 345 +ILAP:L5_DWS
346 rdf:type ILAP:PlanLevel ; 346 rdf:type ILAP:PlanLevel ;
347 - rdfs:label "DWS"^^xsd:string . 347 + rdfs:label "Level 5 - Contract Task Schedule"^^xsd:string .
348 348
349 -ILAP:L6_ContractorWorkOrderSchedule 349 +ILAP:L6_CWS
350 rdf:type ILAP:PlanLevel ; 350 rdf:type ILAP:PlanLevel ;
351 - rdfs:label "CWS"^^xsd:string . 351 + rdfs:label "Level 6 - Contractor Work Order Schedule"^^xsd:string .
352 352
353 -ILAP:L7_ContractorOperationsSchedule 353 +ILAP:L7_COS
354 rdf:type ILAP:PlanLevel ; 354 rdf:type ILAP:PlanLevel ;
355 - rdfs:label "COS"^^xsd:string . 355 + rdfs:label "Level 7 - Contractor Operations Schedule"^^xsd:string .
356 356
357 ILAP:LiftingOperation 357 ILAP:LiftingOperation
358 rdf:type owl:Class ; 358 rdf:type owl:Class ;
......
...@@ -427,7 +427,7 @@ ILAP:ProjectExecutionPlan_1 ...@@ -427,7 +427,7 @@ ILAP:ProjectExecutionPlan_1
427 ILAP:hasPlanExpenseType 427 ILAP:hasPlanExpenseType
428 ILAP:OPEX ; 428 ILAP:OPEX ;
429 ILAP:hasPlanGeoArea ILAP:Facility ; 429 ILAP:hasPlanGeoArea ILAP:Facility ;
430 - ILAP:hasPlanLevel ILAP:L4_ContractControlNetworkSchedule ; 430 + ILAP:hasPlanLevel ILAP:L4_CCS ;
431 ILAP:hasPlanLifecycleStage 431 ILAP:hasPlanLifecycleStage
432 ILAP:Operation , ILAP:Maintenance ; 432 ILAP:Operation , ILAP:Maintenance ;
433 ILAP:hasPlanObjectiveType 433 ILAP:hasPlanObjectiveType
...@@ -453,7 +453,7 @@ ILAP:ProjectExecutionPlan_UC1 ...@@ -453,7 +453,7 @@ ILAP:ProjectExecutionPlan_UC1
453 <http://data.posccaesar.org/npd/facts/Facility-271273> ; 453 <http://data.posccaesar.org/npd/facts/Facility-271273> ;
454 ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ; 454 ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ;
455 ILAP:hasPlanGeoArea ILAP:Field ; 455 ILAP:hasPlanGeoArea ILAP:Field ;
456 - ILAP:hasPlanLevel ILAP:L2_ProjectMasterSchedule ; 456 + ILAP:hasPlanLevel ILAP:L2_PMS ;
457 ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-20756> , <http://data.posccaesar.org/npd/facts/Licence-4227659> ; 457 ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-20756> , <http://data.posccaesar.org/npd/facts/Licence-4227659> ;
458 ILAP:hasPlanLicensePartner 458 ILAP:hasPlanLicensePartner
459 ILAP:ResponsibleOrganization ; 459 ILAP:ResponsibleOrganization ;
......