Tore Christiansen

More updates to values example

This diff is collapsed. Click to expand it.
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
13 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 13 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
14 14
15 : rdf:type owl:Ontology ; 15 : rdf:type owl:Ontology ;
16 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . 16 + owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> .
17 17
18 ILAP: 18 ILAP:
19 rdf:type owl:Ontology ; 19 rdf:type owl:Ontology ;
...@@ -121,7 +121,7 @@ ILAP:Dependent_on_Shutdown ...@@ -121,7 +121,7 @@ ILAP:Dependent_on_Shutdown
121 121
122 ILAP:Development 122 ILAP:Development
123 rdf:type ILAP:PlanLifecycleStage ; 123 rdf:type ILAP:PlanLifecycleStage ;
124 - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . 124 + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
125 125
126 ILAP:DisasterRecovery 126 ILAP:DisasterRecovery
127 rdf:type ILAP:PlanObjectiveType ; 127 rdf:type ILAP:PlanObjectiveType ;
...@@ -463,7 +463,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -463,7 +463,7 @@ ILAP:StandardFreeWeekendPeriod
463 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 463 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
464 rdfs:label "Standard free weekend period"^^xsd:string ; 464 rdfs:label "Standard free weekend period"^^xsd:string ;
465 ILAP:hasCalendarPeriodFreeDay 465 ILAP:hasCalendarPeriodFreeDay
466 - ILAP:Sunday , ILAP:Saturday . 466 + ILAP:Saturday , ILAP:Sunday .
467 467
468 ILAP:StandardWorkWeekdayPeriod 468 ILAP:StandardWorkWeekdayPeriod
469 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 469 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -575,9 +575,6 @@ ILAP:hasCalendarTime ...@@ -575,9 +575,6 @@ ILAP:hasCalendarTime
575 rdfs:domain ILAP:Calendar ; 575 rdfs:domain ILAP:Calendar ;
576 rdfs:range xsd:dateTime . 576 rdfs:range xsd:dateTime .
577 577
578 -ILAP:hasPlanAsset
579 - rdfs:range <http://data.posccaesar.org/diskos/Asset> .
580 -
581 ILAP:hasPlanAssetOwner 578 ILAP:hasPlanAssetOwner
582 rdfs:range ILAP:ResponsibleOrganization . 579 rdfs:range ILAP:ResponsibleOrganization .
583 580
...@@ -612,7 +609,7 @@ ILAP:hasWorkTaskResponsible ...@@ -612,7 +609,7 @@ ILAP:hasWorkTaskResponsible
612 rdfs:range ILAP:ResponsiblePerson . 609 rdfs:range ILAP:ResponsiblePerson .
613 610
614 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 611 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
615 - rdfs:subClassOf ILAP:Resource , ILAP:Discipline . 612 + rdfs:subClassOf ILAP:Discipline , ILAP:Resource .
616 613
617 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 614 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
618 rdfs:subClassOf ILAP:Result . 615 rdfs:subClassOf ILAP:Result .
...@@ -622,8 +619,8 @@ ILAP:hasWorkTaskResponsible ...@@ -622,8 +619,8 @@ ILAP:hasWorkTaskResponsible
622 619
623 <http://data.posccaesar.org/npd/ontology/OperatingCompany> 620 <http://data.posccaesar.org/npd/ontology/OperatingCompany>
624 rdf:type owl:Class ; 621 rdf:type owl:Class ;
625 - rdfs:label "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; 622 + rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string ;
626 - rdfs:subClassOf ILAP:Operator , ILAP:Contractor . 623 + rdfs:subClassOf ILAP:Contractor , ILAP:Operator .
627 624
628 <http://data.posccaesar.org/npd/ontology/productionFacility> 625 <http://data.posccaesar.org/npd/ontology/productionFacility>
629 rdf:type owl:Class ; 626 rdf:type owl:Class ;
...@@ -633,7 +630,7 @@ ILAP:hasWorkTaskResponsible ...@@ -633,7 +630,7 @@ ILAP:hasWorkTaskResponsible
633 rdl:RDS282149 630 rdl:RDS282149
634 rdf:type owl:Class ; 631 rdf:type owl:Class ;
635 rdfs:label "RDS282149"^^xsd:string ; 632 rdfs:label "RDS282149"^^xsd:string ;
636 - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . 633 + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
637 634
638 <http://staging.data.posccaesar.org/npd/ontology/discoveryField> 635 <http://staging.data.posccaesar.org/npd/ontology/discoveryField>
639 rdf:type owl:Class ; 636 rdf:type owl:Class ;
......
...@@ -17,9 +17,9 @@ ILAP:ActivityWBS_1 ...@@ -17,9 +17,9 @@ ILAP:ActivityWBS_1
17 rdf:type ILAP:ActivityWBS ; 17 rdf:type ILAP:ActivityWBS ;
18 rdfs:label "Activity WBS 1"^^xsd:string ; 18 rdfs:label "Activity WBS 1"^^xsd:string ;
19 ILAP:hasWBScomponent 19 ILAP:hasWBScomponent
20 - SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; 20 + ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ;
21 - ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; 21 + ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ;
22 - ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . 22 + ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD .
23 23
24 ILAP:COR_KD_1 24 ILAP:COR_KD_1
25 rdf:type SCCS:COR_KD ; 25 rdf:type SCCS:COR_KD ;
...@@ -52,6 +52,10 @@ ILAP:PlannedActivity_2 ...@@ -52,6 +52,10 @@ ILAP:PlannedActivity_2
52 <http://staging.data.posccaesar.org/npd/facts/Company-2410696> ; 52 <http://staging.data.posccaesar.org/npd/facts/Company-2410696> ;
53 ILAP:hasActivityPhase 53 ILAP:hasActivityPhase
54 ILAP:SAB_51_1 ; 54 ILAP:SAB_51_1 ;
55 + ILAP:hasActivityPhysicalPercentComplete
56 + "50"^^xsd:float ;
57 + ILAP:hasActivityPlannedProgressPercent
58 + 60 ;
55 ILAP:hasActivityResource 59 ILAP:hasActivityResource
56 ILAP:COR_KD_1 ; 60 ILAP:COR_KD_1 ;
57 ILAP:hasActivityResult 61 ILAP:hasActivityResult
...@@ -72,8 +76,21 @@ ILAP:PlannedActivity_2 ...@@ -72,8 +76,21 @@ ILAP:PlannedActivity_2
72 ILAP:ProjectExecutionPlan_UC1 76 ILAP:ProjectExecutionPlan_UC1
73 rdf:type ILAP:ProjectExecutionPlan ; 77 rdf:type ILAP:ProjectExecutionPlan ;
74 rdfs:label "Project execution plan UC1"^^xsd:string ; 78 rdfs:label "Project execution plan UC1"^^xsd:string ;
79 + ILAP:hasPlanContractType
80 + ILAP:ScheduleDriven ;
75 ILAP:hasPlanContractor 81 ILAP:hasPlanContractor
76 - <http://data.posccaesar.org/brreg/R-04253108-a156-4c0c-bfa3-cb3cfb40a776> , <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ; 82 + <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> , <http://data.posccaesar.org/brreg/R-04253108-a156-4c0c-bfa3-cb3cfb40a776> ;
83 + ILAP:hasPlanExpenseType
84 + ILAP:OPEX ;
85 + ILAP:hasPlanFacility
86 + <http://data.posccaesar.org/npd/facts/Facility-271273> ;
87 + ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ;
88 + ILAP:hasPlanGeoArea ILAP:Field ;
89 + ILAP:hasPlanLevel ILAP:L2_ProjectMasterSchedule ;
90 + ILAP:hasPlanOperator
91 + <http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> ;
92 + ILAP:hasPlanProjectType
93 + ILAP:OperationAndMaintenance ;
77 ILAP:hasPlanShutdown 94 ILAP:hasPlanShutdown
78 ILAP:SummerShutdown_UC1 ; 95 ILAP:SummerShutdown_UC1 ;
79 ILAP:hasPlanUserField 96 ILAP:hasPlanUserField
...@@ -110,6 +127,12 @@ ILAP:WorkOrder_1 ...@@ -110,6 +127,12 @@ ILAP:WorkOrder_1
110 rdf:type ILAP:WorkOrder ; 127 rdf:type ILAP:WorkOrder ;
111 rdfs:label "Work order 1"^^xsd:string . 128 rdfs:label "Work order 1"^^xsd:string .
112 129
130 +ILAP:hasActivityActiveStatus
131 + rdfs:range ILAP:Status .
132 +
133 +ILAP:hasActivityPreviousStatus
134 + rdfs:range ILAP:Status .
135 +
113 ILAP:hasContract 136 ILAP:hasContract
114 rdf:type ILAP:SourceSpecifiedUserField ; 137 rdf:type ILAP:SourceSpecifiedUserField ;
115 rdfs:label "has contract"^^xsd:string ; 138 rdfs:label "has contract"^^xsd:string ;
......