Tore Christiansen

Added three more milestone type subclasses to planning core

This diff is collapsed. Click to expand it.
...@@ -30,9 +30,9 @@ ILAP:ActivityWBS_1 ...@@ -30,9 +30,9 @@ ILAP:ActivityWBS_1
30 rdf:type ILAP:ActivityWBS ; 30 rdf:type ILAP:ActivityWBS ;
31 rdfs:label "Activity WBS 1"^^xsd:string ; 31 rdfs:label "Activity WBS 1"^^xsd:string ;
32 ILAP:hasWBScomponent 32 ILAP:hasWBScomponent
33 - SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; 33 + ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ;
34 - ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; 34 + ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ;
35 - ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . 35 + ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD .
36 36
37 ILAP:AreaCode 37 ILAP:AreaCode
38 rdf:type USERFIELDS:FreeTextField ; 38 rdf:type USERFIELDS:FreeTextField ;
...@@ -60,6 +60,10 @@ ILAP:CostCenter ...@@ -60,6 +60,10 @@ ILAP:CostCenter
60 "COST CENTER B"^^xsd:string ; 60 "COST CENTER B"^^xsd:string ;
61 USERFIELDS:hasShort "CCB"^^xsd:string . 61 USERFIELDS:hasShort "CCB"^^xsd:string .
62 62
63 +ILAP:FinishToStart_1_2
64 + rdf:type ILAP:FinishToStart ;
65 + rdfs:label "Finish to start 1 2"^^xsd:string .
66 +
63 ILAP:Index_Code_Value 67 ILAP:Index_Code_Value
64 rdf:type USERFIELDS:FreeTextField ; 68 rdf:type USERFIELDS:FreeTextField ;
65 rdfs:label "Index Code" ; 69 rdfs:label "Index Code" ;
...@@ -79,6 +83,10 @@ ILAP:PBS_ACAA_1 ...@@ -79,6 +83,10 @@ ILAP:PBS_ACAA_1
79 rdf:type SCCS:PBS_ACAA ; 83 rdf:type SCCS:PBS_ACAA ;
80 rdfs:label "Production wells for Gravity Structure 24-7"^^xsd:string . 84 rdfs:label "Production wells for Gravity Structure 24-7"^^xsd:string .
81 85
86 +ILAP:PlannedActivity_1
87 + rdf:type ILAP:PlannedActivity ;
88 + rdfs:label "Planned activity 1"^^xsd:string .
89 +
82 ILAP:PlannedActivity_2 90 ILAP:PlannedActivity_2
83 rdf:type ILAP:PlannedActivity ; 91 rdf:type ILAP:PlannedActivity ;
84 rdfs:label "Planned activity 2"^^xsd:string ; 92 rdfs:label "Planned activity 2"^^xsd:string ;
...@@ -123,10 +131,6 @@ ILAP:PlannedActivity_2 ...@@ -123,10 +131,6 @@ ILAP:PlannedActivity_2
123 USERFIELDS:hasUserField 131 USERFIELDS:hasUserField
124 ILAP:UserField_for_PlannedActivity_2 . 132 ILAP:UserField_for_PlannedActivity_2 .
125 133
126 -ILAP:ProjectExecutionPlan_1
127 - rdf:type ILAP:ProjectExecutionPlan ;
128 - rdfs:label "Project execution plan 1"^^xsd:string .
129 -
130 ILAP:ProjectExecutionPlan_UC1 134 ILAP:ProjectExecutionPlan_UC1
131 rdf:type ILAP:ProjectExecutionPlan ; 135 rdf:type ILAP:ProjectExecutionPlan ;
132 rdfs:label "Project execution plan UC1"^^xsd:string ; 136 rdfs:label "Project execution plan UC1"^^xsd:string ;
...@@ -162,9 +166,9 @@ ILAP:ProjectExecutionPlan_UC1 ...@@ -162,9 +166,9 @@ ILAP:ProjectExecutionPlan_UC1
162 ILAP:hasPlanSupplier 166 ILAP:hasPlanSupplier
163 ILAP:ResponsibleOrganization . 167 ILAP:ResponsibleOrganization .
164 168
165 -ILAP:ProjectExecutionSubPlan_1 169 +ILAP:ProjectExecutionSubPlan_UC1
166 rdf:type ILAP:ProjectExecutionPlan ; 170 rdf:type ILAP:ProjectExecutionPlan ;
167 - rdfs:label "Project execution sub plan 1"^^xsd:string . 171 + rdfs:label "Project execution sub plan UC1"^^xsd:string .
168 172
169 ILAP:Project_1 173 ILAP:Project_1
170 rdf:type ILAP:Project ; 174 rdf:type ILAP:Project ;
...@@ -192,6 +196,10 @@ ILAP:ScheduledActivity_1 ...@@ -192,6 +196,10 @@ ILAP:ScheduledActivity_1
192 USERFIELDS:hasUserField 196 USERFIELDS:hasUserField
193 ILAP:UserField_for_Scheduled_Activity_1 . 197 ILAP:UserField_for_Scheduled_Activity_1 .
194 198
199 +ILAP:ScheduledActivity_2
200 + rdf:type ILAP:ScheduledActivity ;
201 + rdfs:label "Scheduled activity 1"^^xsd:string .
202 +
195 ILAP:ScheduledMilestone_1 203 ILAP:ScheduledMilestone_1
196 rdf:type ILAP:ScheduledMilestone ; 204 rdf:type ILAP:ScheduledMilestone ;
197 rdfs:label "Scheduled milestone 1"^^xsd:string . 205 rdfs:label "Scheduled milestone 1"^^xsd:string .
...@@ -213,7 +221,7 @@ ILAP:SummerShutdown_UC1 ...@@ -213,7 +221,7 @@ ILAP:SummerShutdown_UC1
213 ILAP:hasShutdownPriority 221 ILAP:hasShutdownPriority
214 ILAP:NormalPriority ; 222 ILAP:NormalPriority ;
215 ILAP:hasShutdownType 223 ILAP:hasShutdownType
216 - ILAP:SystemShutdown , ILAP:ScheduledShutdown , ILAP:ProductionShutdown . 224 + ILAP:ProductionShutdown , ILAP:ScheduledShutdown , ILAP:SystemShutdown .
217 225
218 ILAP:UseCaseAibelToCOPNO 226 ILAP:UseCaseAibelToCOPNO
219 rdf:type ILAP:Source ; 227 rdf:type ILAP:Source ;
...@@ -225,14 +233,14 @@ ILAP:UserField ...@@ -225,14 +233,14 @@ ILAP:UserField
225 rdfs:subClassOf 233 rdfs:subClassOf
226 [ rdf:type owl:Restriction ; 234 [ rdf:type owl:Restriction ;
227 owl:onDataRange xsd:string ; 235 owl:onDataRange xsd:string ;
228 - owl:onProperty ILAP:hasValueSource ; 236 + owl:onProperty ILAP:hasValue ;
229 owl:qualifiedCardinality 237 owl:qualifiedCardinality
230 "1"^^xsd:nonNegativeInteger 238 "1"^^xsd:nonNegativeInteger
231 ] ; 239 ] ;
232 rdfs:subClassOf 240 rdfs:subClassOf
233 [ rdf:type owl:Restriction ; 241 [ rdf:type owl:Restriction ;
234 owl:onDataRange xsd:string ; 242 owl:onDataRange xsd:string ;
235 - owl:onProperty ILAP:hasValue ; 243 + owl:onProperty ILAP:hasValueSource ;
236 owl:qualifiedCardinality 244 owl:qualifiedCardinality
237 "1"^^xsd:nonNegativeInteger 245 "1"^^xsd:nonNegativeInteger
238 ] . 246 ] .
......