Tore Christiansen

Added Contract subclasses and individuals

...@@ -14,50 +14,50 @@ ILAP: ...@@ -14,50 +14,50 @@ ILAP:
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 15
16 ILAP:Activity 16 ILAP:Activity
17 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 17 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
18 rdfs:label "Activity"^^xsd:string ; 18 rdfs:label "Activity"^^xsd:string ;
19 rdfs:subClassOf 19 rdfs:subClassOf
20 [ rdf:type owl:Restriction ; 20 [ rdf:type owl:Restriction ;
21 - owl:allValuesFrom ILAP:Discipline ; 21 + owl:allValuesFrom ILAP:Status ;
22 - owl:onProperty ILAP:hasActivityDiscipline 22 + owl:onProperty ILAP:hasActivityStatus
23 ] ; 23 ] ;
24 rdfs:subClassOf 24 rdfs:subClassOf
25 [ rdf:type owl:Restriction ; 25 [ rdf:type owl:Restriction ;
26 - owl:allValuesFrom ILAP:Calendar ; 26 + owl:onProperty ILAP:hasExternalReference ;
27 - owl:onProperty ILAP:hasActivityCalendar 27 + owl:someValuesFrom ILAP:ExternalReference
28 ] ; 28 ] ;
29 rdfs:subClassOf 29 rdfs:subClassOf
30 [ rdf:type owl:Restriction ; 30 [ rdf:type owl:Restriction ;
31 - owl:onProperty ILAP:hasExternalReference ; 31 + owl:allValuesFrom ILAP:Calendar ;
32 - owl:someValuesFrom ILAP:ExternalReference 32 + owl:onProperty ILAP:hasActivityCalendar
33 ] ; 33 ] ;
34 rdfs:subClassOf 34 rdfs:subClassOf
35 [ rdf:type owl:Restriction ; 35 [ rdf:type owl:Restriction ;
36 - owl:allValuesFrom ILAP:Status ; 36 + owl:allValuesFrom ILAP:Discipline ;
37 - owl:onProperty ILAP:hasActivityStatus 37 + owl:onProperty ILAP:hasActivityDiscipline
38 ] . 38 ] .
39 39
40 ILAP:ActivityDependency 40 ILAP:ActivityDependency
41 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 41 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
42 rdfs:label "Activity Dependency"^^xsd:string ; 42 rdfs:label "Activity Dependency"^^xsd:string ;
43 rdfs:subClassOf ILAP:Constraint ; 43 rdfs:subClassOf ILAP:Constraint ;
44 rdfs:subClassOf 44 rdfs:subClassOf
45 [ rdf:type owl:Restriction ; 45 [ rdf:type owl:Restriction ;
46 owl:onClass ILAP:Activity ; 46 owl:onClass ILAP:Activity ;
47 - owl:onProperty ILAP:hasPredecessorActivity ; 47 + owl:onProperty ILAP:hasSuccessorActivity ;
48 owl:qualifiedCardinality 48 owl:qualifiedCardinality
49 "1"^^xsd:nonNegativeInteger 49 "1"^^xsd:nonNegativeInteger
50 ] ; 50 ] ;
51 rdfs:subClassOf 51 rdfs:subClassOf
52 [ rdf:type owl:Restriction ; 52 [ rdf:type owl:Restriction ;
53 owl:onClass ILAP:Activity ; 53 owl:onClass ILAP:Activity ;
54 - owl:onProperty ILAP:hasSuccessorActivity ; 54 + owl:onProperty ILAP:hasPredecessorActivity ;
55 owl:qualifiedCardinality 55 owl:qualifiedCardinality
56 "1"^^xsd:nonNegativeInteger 56 "1"^^xsd:nonNegativeInteger
57 ] . 57 ] .
58 58
59 ILAP:ActivityPlan 59 ILAP:ActivityPlan
60 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 60 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
61 rdfs:label "Activity Plan"^^xsd:string ; 61 rdfs:label "Activity Plan"^^xsd:string ;
62 rdfs:subClassOf ILAP:Network ; 62 rdfs:subClassOf ILAP:Network ;
63 rdfs:subClassOf 63 rdfs:subClassOf
...@@ -72,22 +72,22 @@ ILAP:ActivityStatus ...@@ -72,22 +72,22 @@ ILAP:ActivityStatus
72 rdfs:subClassOf ILAP:Status . 72 rdfs:subClassOf ILAP:Status .
73 73
74 ILAP:ActivityWBS 74 ILAP:ActivityWBS
75 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; 75 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
76 rdfs:label "Activity WBS"^^xsd:string ; 76 rdfs:label "Activity WBS"^^xsd:string ;
77 rdfs:subClassOf ILAP:Network . 77 rdfs:subClassOf ILAP:Network .
78 78
79 ILAP:Application 79 ILAP:Application
80 rdf:type owl:Class ; 80 rdf:type owl:Class ;
81 rdfs:label "Application"^^xsd:string ; 81 rdfs:label "Application"^^xsd:string ;
82 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . 82 + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> .
83 83
84 ILAP:Asset 84 ILAP:Asset
85 rdf:type owl:Class ; 85 rdf:type owl:Class ;
86 rdfs:label "Asset"^^xsd:string ; 86 rdfs:label "Asset"^^xsd:string ;
87 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . 87 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> .
88 88
89 ILAP:Baseline 89 ILAP:Baseline
90 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 90 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
91 rdfs:label "Baseline"^^xsd:string ; 91 rdfs:label "Baseline"^^xsd:string ;
92 rdfs:subClassOf ILAP:Network . 92 rdfs:subClassOf ILAP:Network .
93 93
...@@ -100,9 +100,9 @@ ILAP:CAPEX ...@@ -100,9 +100,9 @@ ILAP:CAPEX
100 rdfs:label "CAPEX"^^xsd:string . 100 rdfs:label "CAPEX"^^xsd:string .
101 101
102 ILAP:Calendar 102 ILAP:Calendar
103 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 103 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
104 rdfs:label "Calendar"^^xsd:string ; 104 rdfs:label "Calendar"^^xsd:string ;
105 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; 105 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
106 rdfs:subClassOf 106 rdfs:subClassOf
107 [ rdf:type owl:Restriction ; 107 [ rdf:type owl:Restriction ;
108 owl:allValuesFrom ILAP:CalendarFreePeriod ; 108 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -110,14 +110,14 @@ ILAP:Calendar ...@@ -110,14 +110,14 @@ ILAP:Calendar
110 ] . 110 ] .
111 111
112 ILAP:CalendarDay 112 ILAP:CalendarDay
113 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 113 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
114 rdfs:label "Calendar day"^^xsd:string ; 114 rdfs:label "Calendar day"^^xsd:string ;
115 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . 115 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
116 116
117 ILAP:CalendarFreePeriod 117 ILAP:CalendarFreePeriod
118 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 118 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
119 rdfs:label "Calendar free period"^^xsd:string ; 119 rdfs:label "Calendar free period"^^xsd:string ;
120 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; 120 + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
121 rdfs:subClassOf 121 rdfs:subClassOf
122 [ rdf:type owl:Restriction ; 122 [ rdf:type owl:Restriction ;
123 owl:onClass ILAP:Calendar ; 123 owl:onClass ILAP:Calendar ;
...@@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod ...@@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod
129 ] . 129 ] .
130 130
131 ILAP:CalendarFreePeriodWeekRepeat 131 ILAP:CalendarFreePeriodWeekRepeat
132 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 132 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
133 rdfs:label "Free day"^^xsd:string ; 133 rdfs:label "Free day"^^xsd:string ;
134 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . 134 + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
135 135
136 ILAP:CalendarHour 136 ILAP:CalendarHour
137 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 137 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
138 rdfs:label "calendar hour"^^xsd:string ; 138 rdfs:label "calendar hour"^^xsd:string ;
139 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . 139 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing .
140 140
141 ILAP:CalendarPeriod 141 ILAP:CalendarPeriod
142 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; 142 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
143 rdfs:label "Calendar period"^^xsd:string ; 143 rdfs:label "Calendar period"^^xsd:string ;
144 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; 144 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
145 rdfs:subClassOf 145 rdfs:subClassOf
146 [ rdf:type owl:Restriction ; 146 [ rdf:type owl:Restriction ;
147 - owl:allValuesFrom ILAP:CalendarDay ; 147 + owl:allValuesFrom ILAP:CalendarHour ;
148 - owl:onProperty ILAP:hasCalendarPeriodDay 148 + owl:onProperty ILAP:hasCalendarPeriodHour
149 ] ; 149 ] ;
150 rdfs:subClassOf 150 rdfs:subClassOf
151 [ rdf:type owl:Restriction ; 151 [ rdf:type owl:Restriction ;
152 - owl:allValuesFrom ILAP:CalendarHour ; 152 + owl:allValuesFrom ILAP:CalendarDay ;
153 - owl:onProperty ILAP:hasCalendarPeriodHour 153 + owl:onProperty ILAP:hasCalendarPeriodDay
154 ] . 154 ] .
155 155
156 ILAP:Category 156 ILAP:Category
...@@ -166,7 +166,7 @@ ILAP:CommissioningMilestone ...@@ -166,7 +166,7 @@ ILAP:CommissioningMilestone
166 ILAP:Constraint 166 ILAP:Constraint
167 rdf:type owl:Class ; 167 rdf:type owl:Class ;
168 rdfs:label "Constraint"^^xsd:string ; 168 rdfs:label "Constraint"^^xsd:string ;
169 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . 169 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
170 170
171 ILAP:ConstructionMilestone 171 ILAP:ConstructionMilestone
172 rdf:type owl:Class ; 172 rdf:type owl:Class ;
...@@ -176,13 +176,18 @@ ILAP:ConstructionMilestone ...@@ -176,13 +176,18 @@ ILAP:ConstructionMilestone
176 ILAP:Contract 176 ILAP:Contract
177 rdf:type owl:Class ; 177 rdf:type owl:Class ;
178 rdfs:label "Contract"^^xsd:string ; 178 rdfs:label "Contract"^^xsd:string ;
179 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . 179 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
180 180
181 ILAP:ContractMilestone 181 ILAP:ContractMilestone
182 rdf:type owl:Class ; 182 rdf:type owl:Class ;
183 rdfs:label "Contract milestone"^^xsd:string ; 183 rdfs:label "Contract milestone"^^xsd:string ;
184 rdfs:subClassOf ILAP:MilestoneType . 184 rdfs:subClassOf ILAP:MilestoneType .
185 185
186 +ILAP:ContractType
187 + rdf:type owl:Class ;
188 + rdfs:label "Contract type"^^xsd:string ;
189 + rdfs:subClassOf owl:Thing .
190 +
186 ILAP:Contractor 191 ILAP:Contractor
187 rdf:type owl:Class ; 192 rdf:type owl:Class ;
188 rdfs:label "Contractor"^^xsd:string ; 193 rdfs:label "Contractor"^^xsd:string ;
...@@ -196,7 +201,7 @@ ILAP:ControlSchedule ...@@ -196,7 +201,7 @@ ILAP:ControlSchedule
196 ILAP:Cost 201 ILAP:Cost
197 rdf:type owl:Class ; 202 rdf:type owl:Class ;
198 rdfs:label "Cost"^^xsd:string ; 203 rdfs:label "Cost"^^xsd:string ;
199 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . 204 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> .
200 205
201 ILAP:CostBased 206 ILAP:CostBased
202 rdf:type owl:Class ; 207 rdf:type owl:Class ;
...@@ -204,14 +209,14 @@ ILAP:CostBased ...@@ -204,14 +209,14 @@ ILAP:CostBased
204 rdfs:subClassOf ILAP:Resource . 209 rdfs:subClassOf ILAP:Resource .
205 210
206 ILAP:CurrentSchedule 211 ILAP:CurrentSchedule
207 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 212 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
208 rdfs:label "Current schedule"^^xsd:string ; 213 rdfs:label "Current schedule"^^xsd:string ;
209 rdfs:subClassOf ILAP:Schedule . 214 rdfs:subClassOf ILAP:Schedule .
210 215
211 ILAP:Data 216 ILAP:Data
212 rdf:type owl:Class ; 217 rdf:type owl:Class ;
213 rdfs:label "Data"^^xsd:string ; 218 rdfs:label "Data"^^xsd:string ;
214 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; 219 + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ;
215 rdfs:subClassOf 220 rdfs:subClassOf
216 [ rdf:type owl:Restriction ; 221 [ rdf:type owl:Restriction ;
217 owl:onClass ILAP:Project ; 222 owl:onClass ILAP:Project ;
...@@ -241,7 +246,7 @@ ILAP:DesignMilestone ...@@ -241,7 +246,7 @@ ILAP:DesignMilestone
241 rdfs:subClassOf ILAP:MilestoneType . 246 rdfs:subClassOf ILAP:MilestoneType .
242 247
243 ILAP:Discipline 248 ILAP:Discipline
244 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 249 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
245 rdfs:label "Discipline"^^xsd:string ; 250 rdfs:label "Discipline"^^xsd:string ;
246 rdfs:subClassOf owl:Thing . 251 rdfs:subClassOf owl:Thing .
247 252
...@@ -261,15 +266,13 @@ ILAP:EngineeringMilestone ...@@ -261,15 +266,13 @@ ILAP:EngineeringMilestone
261 rdfs:subClassOf ILAP:MilestoneType . 266 rdfs:subClassOf ILAP:MilestoneType .
262 267
263 ILAP:ExternalReference 268 ILAP:ExternalReference
264 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; 269 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
265 rdfs:label "External Reference"^^xsd:string ; 270 rdfs:label "External Reference"^^xsd:string ;
266 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; 271 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ;
267 rdfs:subClassOf 272 rdfs:subClassOf
268 [ rdf:type owl:Restriction ; 273 [ rdf:type owl:Restriction ;
269 - owl:onDataRange xsd:string ; 274 + owl:allValuesFrom ILAP:Application ;
270 - owl:onProperty ILAP:hasObjectReferenceID ; 275 + owl:onProperty ILAP:hasReferenceApplication
271 - owl:qualifiedCardinality
272 - "1"^^xsd:nonNegativeInteger
273 ] ; 276 ] ;
274 rdfs:subClassOf 277 rdfs:subClassOf
275 [ rdf:type owl:Restriction ; 278 [ rdf:type owl:Restriction ;
...@@ -278,8 +281,10 @@ ILAP:ExternalReference ...@@ -278,8 +281,10 @@ ILAP:ExternalReference
278 ] ; 281 ] ;
279 rdfs:subClassOf 282 rdfs:subClassOf
280 [ rdf:type owl:Restriction ; 283 [ rdf:type owl:Restriction ;
281 - owl:allValuesFrom ILAP:Application ; 284 + owl:onDataRange xsd:string ;
282 - owl:onProperty ILAP:hasReferenceApplication 285 + owl:onProperty ILAP:hasObjectReferenceID ;
286 + owl:qualifiedCardinality
287 + "1"^^xsd:nonNegativeInteger
283 ] . 288 ] .
284 289
285 ILAP:Facility 290 ILAP:Facility
...@@ -293,14 +298,14 @@ ILAP:Field ...@@ -293,14 +298,14 @@ ILAP:Field
293 rdfs:subClassOf owl:Thing . 298 rdfs:subClassOf owl:Thing .
294 299
295 ILAP:FinishToFinish 300 ILAP:FinishToFinish
296 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 301 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
297 rdfs:label "Finish to finish"^^xsd:string ; 302 rdfs:label "Finish to finish"^^xsd:string ;
298 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 303 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
299 304
300 ILAP:FinishToStart 305 ILAP:FinishToStart
301 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 306 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
302 rdfs:label "Finish to start"^^xsd:string ; 307 rdfs:label "Finish to start"^^xsd:string ;
303 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 308 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
304 309
305 ILAP:FunctionalLocation 310 ILAP:FunctionalLocation
306 rdf:type owl:Class ; 311 rdf:type owl:Class ;
...@@ -315,7 +320,7 @@ ILAP:GeographicLocation ...@@ -315,7 +320,7 @@ ILAP:GeographicLocation
315 ILAP:Information 320 ILAP:Information
316 rdf:type owl:Class ; 321 rdf:type owl:Class ;
317 rdfs:label "Information"^^xsd:string ; 322 rdfs:label "Information"^^xsd:string ;
318 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . 323 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> .
319 324
320 ILAP:Knowledge 325 ILAP:Knowledge
321 rdf:type owl:Class ; 326 rdf:type owl:Class ;
...@@ -333,14 +338,14 @@ ILAP:LifecyclePhase ...@@ -333,14 +338,14 @@ ILAP:LifecyclePhase
333 rdfs:subClassOf ILAP:Phase . 338 rdfs:subClassOf ILAP:Phase .
334 339
335 ILAP:LiveSchedule 340 ILAP:LiveSchedule
336 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 341 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
337 rdfs:label "Live schedule"^^xsd:string ; 342 rdfs:label "Live schedule"^^xsd:string ;
338 rdfs:subClassOf ILAP:Schedule . 343 rdfs:subClassOf ILAP:Schedule .
339 344
340 ILAP:Location 345 ILAP:Location
341 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; 346 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ;
342 rdfs:label "Location"^^xsd:string ; 347 rdfs:label "Location"^^xsd:string ;
343 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . 348 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
344 349
345 ILAP:MaterialOrderStatus 350 ILAP:MaterialOrderStatus
346 rdf:type owl:Class ; 351 rdf:type owl:Class ;
...@@ -348,7 +353,7 @@ ILAP:MaterialOrderStatus ...@@ -348,7 +353,7 @@ ILAP:MaterialOrderStatus
348 rdfs:subClassOf ILAP:Status . 353 rdfs:subClassOf ILAP:Status .
349 354
350 ILAP:Milestone 355 ILAP:Milestone
351 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; 356 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ;
352 rdfs:label "Milestone"^^xsd:string . 357 rdfs:label "Milestone"^^xsd:string .
353 358
354 ILAP:MilestoneType 359 ILAP:MilestoneType
...@@ -359,7 +364,7 @@ ILAP:MilestoneType ...@@ -359,7 +364,7 @@ ILAP:MilestoneType
359 ILAP:Network 364 ILAP:Network
360 rdf:type owl:Class ; 365 rdf:type owl:Class ;
361 rdfs:label "Network"^^xsd:string ; 366 rdfs:label "Network"^^xsd:string ;
362 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . 367 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> .
363 368
364 ILAP:OPEX 369 ILAP:OPEX
365 rdfs:label "OPEX"^^xsd:string . 370 rdfs:label "OPEX"^^xsd:string .
...@@ -390,49 +395,49 @@ ILAP:PhysicalLocation ...@@ -390,49 +395,49 @@ ILAP:PhysicalLocation
390 rdfs:subClassOf ILAP:Location . 395 rdfs:subClassOf ILAP:Location .
391 396
392 ILAP:PlanClassifier 397 ILAP:PlanClassifier
393 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 398 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
394 rdfs:label "Plan classifier"^^xsd:string ; 399 rdfs:label "Plan classifier"^^xsd:string ;
395 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . 400 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
396 401
397 ILAP:PlanContentType 402 ILAP:PlanContentType
398 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 403 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
399 rdfs:label "Plan content type"^^xsd:string ; 404 rdfs:label "Plan content type"^^xsd:string ;
400 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . 405 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
401 406
402 ILAP:PlanContractType 407 ILAP:PlanContractType
403 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 408 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
404 rdfs:label "Plan contract type"^^xsd:string ; 409 rdfs:label "Plan contract type"^^xsd:string ;
405 rdfs:subClassOf ILAP:PlanClassifier . 410 rdfs:subClassOf ILAP:PlanClassifier .
406 411
407 ILAP:PlanExpenseType 412 ILAP:PlanExpenseType
408 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 413 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
409 rdfs:label "Plan expense type"^^xsd:string ; 414 rdfs:label "Plan expense type"^^xsd:string ;
410 rdfs:subClassOf ILAP:PlanClassifier . 415 rdfs:subClassOf ILAP:PlanClassifier .
411 416
412 ILAP:PlanGeoArea 417 ILAP:PlanGeoArea
413 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; 418 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ;
414 rdfs:label "Plan geographic area"^^xsd:string ; 419 rdfs:label "Plan geographic area"^^xsd:string ;
415 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 420 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
416 421
417 ILAP:PlanLevel 422 ILAP:PlanLevel
418 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 423 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
419 rdfs:label "Plan level"^^xsd:string ; 424 rdfs:label "Plan level"^^xsd:string ;
420 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 425 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
421 426
422 ILAP:PlanLifecycleStage 427 ILAP:PlanLifecycleStage
423 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 428 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
424 rdfs:label "Plan lifecycle stage"^^xsd:string ; 429 rdfs:label "Plan lifecycle stage"^^xsd:string ;
425 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 430 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
426 431
427 ILAP:PlanObjectiveType 432 ILAP:PlanObjectiveType
428 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; 433 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
429 rdfs:label "Plan objective type"^^xsd:string ; 434 rdfs:label "Plan objective type"^^xsd:string ;
430 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . 435 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
431 436
432 ILAP:PlanProjectType 437 ILAP:PlanProjectType
433 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 438 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
434 rdfs:label "Plan project type"^^xsd:string ; 439 rdfs:label "Plan project type"^^xsd:string ;
435 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . 440 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
436 441
437 ILAP:PlannedActivity 442 ILAP:PlannedActivity
438 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 443 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -440,28 +445,23 @@ ILAP:PlannedActivity ...@@ -440,28 +445,23 @@ ILAP:PlannedActivity
440 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 445 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
441 rdfs:subClassOf 446 rdfs:subClassOf
442 [ rdf:type owl:Restriction ; 447 [ rdf:type owl:Restriction ;
443 - owl:allValuesFrom ILAP:Result ; 448 + owl:allValuesFrom ILAP:ActivityDependency ;
444 - owl:onProperty ILAP:hasActivityResult 449 + owl:onProperty ILAP:hasActivitySuccessor
445 - ] ;
446 - rdfs:subClassOf
447 - [ rdf:type owl:Restriction ;
448 - owl:allValuesFrom ILAP:ActivityWBS ;
449 - owl:onProperty ILAP:hasActivityWBSelement
450 ] ; 450 ] ;
451 rdfs:subClassOf 451 rdfs:subClassOf
452 [ rdf:type owl:Restriction ; 452 [ rdf:type owl:Restriction ;
453 - owl:allValuesFrom ILAP:ResourceProfile ; 453 + owl:allValuesFrom ILAP:ResponsiblePerson ;
454 - owl:onProperty ILAP:hasActivityResourceProfile 454 + owl:onProperty ILAP:hasActivityResponsiblePerson
455 ] ; 455 ] ;
456 rdfs:subClassOf 456 rdfs:subClassOf
457 [ rdf:type owl:Restriction ; 457 [ rdf:type owl:Restriction ;
458 - owl:allValuesFrom ILAP:ActivityDependency ; 458 + owl:allValuesFrom ILAP:Result ;
459 - owl:onProperty ILAP:hasActivitySuccessor 459 + owl:onProperty ILAP:hasActivityResult
460 ] ; 460 ] ;
461 rdfs:subClassOf 461 rdfs:subClassOf
462 [ rdf:type owl:Restriction ; 462 [ rdf:type owl:Restriction ;
463 - owl:onProperty ILAP:hasActivityDiscipline ; 463 + owl:allValuesFrom ILAP:Location ;
464 - owl:someValuesFrom ILAP:Discipline 464 + owl:onProperty ILAP:hasActivityLocation
465 ] ; 465 ] ;
466 rdfs:subClassOf 466 rdfs:subClassOf
467 [ rdf:type owl:Restriction ; 467 [ rdf:type owl:Restriction ;
...@@ -470,11 +470,6 @@ ILAP:PlannedActivity ...@@ -470,11 +470,6 @@ ILAP:PlannedActivity
470 ] ; 470 ] ;
471 rdfs:subClassOf 471 rdfs:subClassOf
472 [ rdf:type owl:Restriction ; 472 [ rdf:type owl:Restriction ;
473 - owl:allValuesFrom ILAP:ResponsiblePerson ;
474 - owl:onProperty ILAP:hasActivityResponsiblePerson
475 - ] ;
476 - rdfs:subClassOf
477 - [ rdf:type owl:Restriction ;
478 owl:maxQualifiedCardinality 473 owl:maxQualifiedCardinality
479 "1"^^xsd:nonNegativeInteger ; 474 "1"^^xsd:nonNegativeInteger ;
480 owl:onClass ILAP:Facility ; 475 owl:onClass ILAP:Facility ;
...@@ -482,8 +477,8 @@ ILAP:PlannedActivity ...@@ -482,8 +477,8 @@ ILAP:PlannedActivity
482 ] ; 477 ] ;
483 rdfs:subClassOf 478 rdfs:subClassOf
484 [ rdf:type owl:Restriction ; 479 [ rdf:type owl:Restriction ;
485 - owl:allValuesFrom ILAP:Location ; 480 + owl:allValuesFrom ILAP:ResourceProfile ;
486 - owl:onProperty ILAP:hasActivityLocation 481 + owl:onProperty ILAP:hasActivityResourceProfile
487 ] ; 482 ] ;
488 rdfs:subClassOf 483 rdfs:subClassOf
489 [ rdf:type owl:Restriction ; 484 [ rdf:type owl:Restriction ;
...@@ -491,6 +486,16 @@ ILAP:PlannedActivity ...@@ -491,6 +486,16 @@ ILAP:PlannedActivity
491 "1"^^xsd:nonNegativeInteger ; 486 "1"^^xsd:nonNegativeInteger ;
492 owl:onClass ILAP:ProjectExecutionPlan ; 487 owl:onClass ILAP:ProjectExecutionPlan ;
493 owl:onProperty ILAP:hasActivityPlan 488 owl:onProperty ILAP:hasActivityPlan
489 + ] ;
490 + rdfs:subClassOf
491 + [ rdf:type owl:Restriction ;
492 + owl:onProperty ILAP:hasActivityDiscipline ;
493 + owl:someValuesFrom ILAP:Discipline
494 + ] ;
495 + rdfs:subClassOf
496 + [ rdf:type owl:Restriction ;
497 + owl:allValuesFrom ILAP:ActivityWBS ;
498 + owl:onProperty ILAP:hasActivityWBSelement
494 ] . 499 ] .
495 500
496 ILAP:PlannedMilestone 501 ILAP:PlannedMilestone
...@@ -524,18 +529,13 @@ ILAP:Programme ...@@ -524,18 +529,13 @@ ILAP:Programme
524 rdfs:subClassOf ILAP:Project . 529 rdfs:subClassOf ILAP:Project .
525 530
526 ILAP:Project 531 ILAP:Project
527 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 532 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
528 rdfs:label "Project"^^xsd:string ; 533 rdfs:label "Project"^^xsd:string ;
529 rdfs:subClassOf ILAP:Activity ; 534 rdfs:subClassOf ILAP:Activity ;
530 rdfs:subClassOf 535 rdfs:subClassOf
531 [ rdf:type owl:Restriction ; 536 [ rdf:type owl:Restriction ;
532 - owl:allValuesFrom ILAP:Project ; 537 + owl:allValuesFrom BRREG:OilCompany ;
533 - owl:onProperty ILAP:hasProjectSubproject 538 + owl:onProperty ILAP:hasProjectResponsible
534 - ] ;
535 - rdfs:subClassOf
536 - [ rdf:type owl:Restriction ;
537 - owl:allValuesFrom ILAP:ExternalReference ;
538 - owl:onProperty ILAP:hasExternalReference
539 ] ; 539 ] ;
540 rdfs:subClassOf 540 rdfs:subClassOf
541 [ rdf:type owl:Restriction ; 541 [ rdf:type owl:Restriction ;
...@@ -546,8 +546,13 @@ ILAP:Project ...@@ -546,8 +546,13 @@ ILAP:Project
546 ] ; 546 ] ;
547 rdfs:subClassOf 547 rdfs:subClassOf
548 [ rdf:type owl:Restriction ; 548 [ rdf:type owl:Restriction ;
549 - owl:allValuesFrom BRREG:OilCompany ; 549 + owl:allValuesFrom ILAP:ExternalReference ;
550 - owl:onProperty ILAP:hasProjectResponsible 550 + owl:onProperty ILAP:hasExternalReference
551 + ] ;
552 + rdfs:subClassOf
553 + [ rdf:type owl:Restriction ;
554 + owl:allValuesFrom ILAP:Project ;
555 + owl:onProperty ILAP:hasProjectSubproject
551 ] . 556 ] .
552 557
553 ILAP:ProjectEffectiveness 558 ILAP:ProjectEffectiveness
...@@ -566,8 +571,10 @@ ILAP:ProjectExecutionPlan ...@@ -566,8 +571,10 @@ ILAP:ProjectExecutionPlan
566 rdfs:subClassOf ILAP:Network ; 571 rdfs:subClassOf ILAP:Network ;
567 rdfs:subClassOf 572 rdfs:subClassOf
568 [ rdf:type owl:Restriction ; 573 [ rdf:type owl:Restriction ;
569 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 574 + owl:maxQualifiedCardinality
570 - owl:onProperty ILAP:hasPlanRollUpPlan 575 + "1"^^xsd:nonNegativeInteger ;
576 + owl:onClass ILAP:Project ;
577 + owl:onProperty ILAP:hasPlanProject
571 ] ; 578 ] ;
572 rdfs:subClassOf 579 rdfs:subClassOf
573 [ rdf:type owl:Restriction ; 580 [ rdf:type owl:Restriction ;
...@@ -576,62 +583,60 @@ ILAP:ProjectExecutionPlan ...@@ -576,62 +583,60 @@ ILAP:ProjectExecutionPlan
576 ] ; 583 ] ;
577 rdfs:subClassOf 584 rdfs:subClassOf
578 [ rdf:type owl:Restriction ; 585 [ rdf:type owl:Restriction ;
579 - owl:allValuesFrom BRREG:LegalEntity ; 586 + owl:onProperty ILAP:hasPlanContentType ;
580 - owl:onProperty ILAP:hasPlanResponsible 587 + owl:someValuesFrom ILAP:PlanContentType
581 ] ; 588 ] ;
582 rdfs:subClassOf 589 rdfs:subClassOf
583 [ rdf:type owl:Restriction ; 590 [ rdf:type owl:Restriction ;
584 - owl:allValuesFrom ILAP:PlanContractType ; 591 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
585 - owl:onProperty ILAP:hasPlanContractType 592 + owl:onProperty ILAP:hasPlanLifecycleStage
586 ] ; 593 ] ;
587 rdfs:subClassOf 594 rdfs:subClassOf
588 [ rdf:type owl:Restriction ; 595 [ rdf:type owl:Restriction ;
589 - owl:onProperty ILAP:hasPlanGeoArea ; 596 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
590 - owl:someValuesFrom ILAP:PlanGeoArea 597 + owl:onProperty ILAP:hasPlanSubplan
591 ] ; 598 ] ;
592 rdfs:subClassOf 599 rdfs:subClassOf
593 [ rdf:type owl:Restriction ; 600 [ rdf:type owl:Restriction ;
594 owl:maxQualifiedCardinality 601 owl:maxQualifiedCardinality
595 "1"^^xsd:nonNegativeInteger ; 602 "1"^^xsd:nonNegativeInteger ;
596 - owl:onClass ILAP:Project ; 603 + owl:onClass ILAP:PlanLevel ;
597 - owl:onProperty ILAP:hasPlanProject 604 + owl:onProperty ILAP:hasPlanLevel
598 ] ; 605 ] ;
599 rdfs:subClassOf 606 rdfs:subClassOf
600 [ rdf:type owl:Restriction ; 607 [ rdf:type owl:Restriction ;
601 - owl:onProperty ILAP:hasPlanProjectType ; 608 + owl:onProperty ILAP:hasPlanLevel ;
602 - owl:someValuesFrom ILAP:PlanProjectType 609 + owl:someValuesFrom ILAP:PlanLevel
603 ] ; 610 ] ;
604 rdfs:subClassOf 611 rdfs:subClassOf
605 [ rdf:type owl:Restriction ; 612 [ rdf:type owl:Restriction ;
606 - owl:allValuesFrom ILAP:PlanObjectiveType ; 613 + owl:allValuesFrom ILAP:PlanContractType ;
607 - owl:onProperty ILAP:hasPlanObjectiveType 614 + owl:onProperty ILAP:hasPlanContractType
608 ] ; 615 ] ;
609 rdfs:subClassOf 616 rdfs:subClassOf
610 [ rdf:type owl:Restriction ; 617 [ rdf:type owl:Restriction ;
611 - owl:maxQualifiedCardinality 618 + owl:allValuesFrom ILAP:PlanObjectiveType ;
612 - "1"^^xsd:nonNegativeInteger ; 619 + owl:onProperty ILAP:hasPlanObjectiveType
613 - owl:onClass ILAP:PlanLevel ;
614 - owl:onProperty ILAP:hasPlanLevel
615 ] ; 620 ] ;
616 rdfs:subClassOf 621 rdfs:subClassOf
617 [ rdf:type owl:Restriction ; 622 [ rdf:type owl:Restriction ;
618 - owl:onProperty ILAP:hasPlanLevel ; 623 + owl:onProperty ILAP:hasPlanProjectType ;
619 - owl:someValuesFrom ILAP:PlanLevel 624 + owl:someValuesFrom ILAP:PlanProjectType
620 ] ; 625 ] ;
621 rdfs:subClassOf 626 rdfs:subClassOf
622 [ rdf:type owl:Restriction ; 627 [ rdf:type owl:Restriction ;
623 - owl:onProperty ILAP:hasPlanContentType ; 628 + owl:allValuesFrom BRREG:LegalEntity ;
624 - owl:someValuesFrom ILAP:PlanContentType 629 + owl:onProperty ILAP:hasPlanResponsible
625 ] ; 630 ] ;
626 rdfs:subClassOf 631 rdfs:subClassOf
627 [ rdf:type owl:Restriction ; 632 [ rdf:type owl:Restriction ;
628 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 633 + owl:onProperty ILAP:hasPlanGeoArea ;
629 - owl:onProperty ILAP:hasPlanSubplan 634 + owl:someValuesFrom ILAP:PlanGeoArea
630 ] ; 635 ] ;
631 rdfs:subClassOf 636 rdfs:subClassOf
632 [ rdf:type owl:Restriction ; 637 [ rdf:type owl:Restriction ;
633 - owl:allValuesFrom ILAP:PlanLifecycleStage ; 638 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
634 - owl:onProperty ILAP:hasPlanLifecycleStage 639 + owl:onProperty ILAP:hasPlanRollUpPlan
635 ] . 640 ] .
636 641
637 ILAP:ProjectMilestone 642 ILAP:ProjectMilestone
...@@ -645,9 +650,9 @@ ILAP:ProjectPhase ...@@ -645,9 +650,9 @@ ILAP:ProjectPhase
645 rdfs:subClassOf ILAP:Phase . 650 rdfs:subClassOf ILAP:Phase .
646 651
647 ILAP:Regular8To16WorkingDayCalendar 652 ILAP:Regular8To16WorkingDayCalendar
648 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 653 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
649 rdfs:label "Regular8To16Working day calendar"^^xsd:string ; 654 rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
650 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . 655 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> .
651 656
652 ILAP:Regulator 657 ILAP:Regulator
653 rdf:type owl:Class ; 658 rdf:type owl:Class ;
...@@ -655,9 +660,9 @@ ILAP:Regulator ...@@ -655,9 +660,9 @@ ILAP:Regulator
655 rdfs:subClassOf ILAP:ResponsibleOrganization . 660 rdfs:subClassOf ILAP:ResponsibleOrganization .
656 661
657 ILAP:Resource 662 ILAP:Resource
658 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 663 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
659 rdfs:label "Resource"^^xsd:string ; 664 rdfs:label "Resource"^^xsd:string ;
660 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . 665 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
661 666
662 ILAP:ResourceEstimate 667 ILAP:ResourceEstimate
663 rdf:type owl:Class ; 668 rdf:type owl:Class ;
...@@ -665,14 +670,14 @@ ILAP:ResourceEstimate ...@@ -665,14 +670,14 @@ ILAP:ResourceEstimate
665 rdfs:subClassOf ILAP:ResourceStructure . 670 rdfs:subClassOf ILAP:ResourceStructure .
666 671
667 ILAP:ResourceProfile 672 ILAP:ResourceProfile
668 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; 673 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
669 rdfs:label "Resource profile"^^xsd:string ; 674 rdfs:label "Resource profile"^^xsd:string ;
670 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . 675 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
671 676
672 ILAP:ResourceProfilePoint 677 ILAP:ResourceProfilePoint
673 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 678 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
674 rdfs:label "resource Profile point"^^xsd:string ; 679 rdfs:label "resource Profile point"^^xsd:string ;
675 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . 680 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
676 681
677 ILAP:ResourceStructure 682 ILAP:ResourceStructure
678 rdf:type owl:Class ; 683 rdf:type owl:Class ;
...@@ -680,17 +685,17 @@ ILAP:ResourceStructure ...@@ -680,17 +685,17 @@ ILAP:ResourceStructure
680 rdfs:subClassOf ILAP:Network . 685 rdfs:subClassOf ILAP:Network .
681 686
682 ILAP:ResponsibleOrganization 687 ILAP:ResponsibleOrganization
683 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 688 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
684 rdfs:label "Responsible organization"^^xsd:string ; 689 rdfs:label "Responsible organization"^^xsd:string ;
685 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . 690 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> .
686 691
687 ILAP:ResponsiblePerson 692 ILAP:ResponsiblePerson
688 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; 693 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
689 rdfs:label "Responsible"^^xsd:string ; 694 rdfs:label "Responsible"^^xsd:string ;
690 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . 695 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> .
691 696
692 ILAP:Result 697 ILAP:Result
693 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 698 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
694 rdfs:label "Result"^^xsd:string ; 699 rdfs:label "Result"^^xsd:string ;
695 rdfs:subClassOf owl:Thing . 700 rdfs:subClassOf owl:Thing .
696 701
...@@ -710,9 +715,9 @@ ILAP:RiskType ...@@ -710,9 +715,9 @@ ILAP:RiskType
710 rdfs:subClassOf owl:Thing . 715 rdfs:subClassOf owl:Thing .
711 716
712 ILAP:Schedule 717 ILAP:Schedule
713 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 718 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
714 rdfs:label "Scheduled Activity Network"^^xsd:string ; 719 rdfs:label "Scheduled Activity Network"^^xsd:string ;
715 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; 720 + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ;
716 rdfs:subClassOf 721 rdfs:subClassOf
717 [ rdf:type owl:Restriction ; 722 [ rdf:type owl:Restriction ;
718 owl:maxQualifiedCardinality 723 owl:maxQualifiedCardinality
...@@ -722,22 +727,22 @@ ILAP:Schedule ...@@ -722,22 +727,22 @@ ILAP:Schedule
722 ] . 727 ] .
723 728
724 ILAP:ScheduledActivity 729 ILAP:ScheduledActivity
725 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 730 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
726 rdfs:label "Activity in Network Schedule"^^xsd:string ; 731 rdfs:label "Activity in Network Schedule"^^xsd:string ;
727 rdfs:subClassOf ILAP:PlannedActivity ; 732 rdfs:subClassOf ILAP:PlannedActivity ;
728 rdfs:subClassOf 733 rdfs:subClassOf
729 [ rdf:type owl:Restriction ; 734 [ rdf:type owl:Restriction ;
730 owl:maxQualifiedCardinality 735 owl:maxQualifiedCardinality
731 "1"^^xsd:nonNegativeInteger ; 736 "1"^^xsd:nonNegativeInteger ;
732 - owl:onClass ILAP:Schedule ; 737 + owl:onClass ILAP:PlannedActivity ;
733 - owl:onProperty ILAP:hasActivitySchedule 738 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
734 ] ; 739 ] ;
735 rdfs:subClassOf 740 rdfs:subClassOf
736 [ rdf:type owl:Restriction ; 741 [ rdf:type owl:Restriction ;
737 owl:maxQualifiedCardinality 742 owl:maxQualifiedCardinality
738 "1"^^xsd:nonNegativeInteger ; 743 "1"^^xsd:nonNegativeInteger ;
739 - owl:onClass ILAP:PlannedActivity ; 744 + owl:onClass ILAP:Schedule ;
740 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 745 + owl:onProperty ILAP:hasActivitySchedule
741 ] . 746 ] .
742 747
743 ILAP:ScheduledMilestone 748 ILAP:ScheduledMilestone
...@@ -761,9 +766,9 @@ ILAP:ShutdownType ...@@ -761,9 +766,9 @@ ILAP:ShutdownType
761 rdfs:subClassOf owl:Thing . 766 rdfs:subClassOf owl:Thing .
762 767
763 ILAP:Source 768 ILAP:Source
764 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 769 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
765 rdfs:label "Source"^^xsd:string ; 770 rdfs:label "Source"^^xsd:string ;
766 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . 771 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
767 772
768 ILAP:StartMilestone 773 ILAP:StartMilestone
769 rdf:type owl:Class ; 774 rdf:type owl:Class ;
...@@ -771,22 +776,22 @@ ILAP:StartMilestone ...@@ -771,22 +776,22 @@ ILAP:StartMilestone
771 rdfs:subClassOf ILAP:MilestoneType . 776 rdfs:subClassOf ILAP:MilestoneType .
772 777
773 ILAP:StartToFinish 778 ILAP:StartToFinish
774 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 779 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
775 rdfs:label "Start to finish"^^xsd:string ; 780 rdfs:label "Start to finish"^^xsd:string ;
776 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 781 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
777 782
778 ILAP:StartToStart 783 ILAP:StartToStart
779 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 784 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
780 rdfs:label "Start to start"^^xsd:string ; 785 rdfs:label "Start to start"^^xsd:string ;
781 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 786 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
782 787
783 ILAP:Status 788 ILAP:Status
784 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; 789 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ;
785 rdfs:label "Status"^^xsd:string ; 790 rdfs:label "Status"^^xsd:string ;
786 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . 791 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing .
787 792
788 ILAP:TargetSchedule 793 ILAP:TargetSchedule
789 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 794 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
790 rdfs:label "Target schedule"^^xsd:string ; 795 rdfs:label "Target schedule"^^xsd:string ;
791 rdfs:subClassOf ILAP:Schedule . 796 rdfs:subClassOf ILAP:Schedule .
792 797
...@@ -808,12 +813,12 @@ ILAP:UnitBased ...@@ -808,12 +813,12 @@ ILAP:UnitBased
808 ILAP:Value 813 ILAP:Value
809 rdf:type owl:Class ; 814 rdf:type owl:Class ;
810 rdfs:label "Value"^^xsd:string ; 815 rdfs:label "Value"^^xsd:string ;
811 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . 816 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> .
812 817
813 ILAP:WeekendsFreeCalendar 818 ILAP:WeekendsFreeCalendar
814 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 819 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
815 rdfs:label "Weekends free calendar"^^xsd:string ; 820 rdfs:label "Weekends free calendar"^^xsd:string ;
816 - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . 821 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
817 822
818 ILAP:WorkOrder 823 ILAP:WorkOrder
819 rdf:type owl:Class ; 824 rdf:type owl:Class ;
...@@ -821,18 +826,18 @@ ILAP:WorkOrder ...@@ -821,18 +826,18 @@ ILAP:WorkOrder
821 rdfs:subClassOf ILAP:WorkTask . 826 rdfs:subClassOf ILAP:WorkTask .
822 827
823 ILAP:WorkTask 828 ILAP:WorkTask
824 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 829 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
825 rdfs:label "Work task"^^xsd:string ; 830 rdfs:label "Work task"^^xsd:string ;
826 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; 831 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ;
827 rdfs:subClassOf 832 rdfs:subClassOf
828 [ rdf:type owl:Restriction ; 833 [ rdf:type owl:Restriction ;
829 - owl:onProperty ILAP:hasWorkTaskActivity ; 834 + owl:allValuesFrom BRREG:LegalEntity ;
830 - owl:someValuesFrom ILAP:Activity 835 + owl:onProperty ILAP:hasWorkTaskResponsible
831 ] ; 836 ] ;
832 rdfs:subClassOf 837 rdfs:subClassOf
833 [ rdf:type owl:Restriction ; 838 [ rdf:type owl:Restriction ;
834 - owl:allValuesFrom BRREG:LegalEntity ; 839 + owl:onProperty ILAP:hasWorkTaskActivity ;
835 - owl:onProperty ILAP:hasWorkTaskResponsible 840 + owl:someValuesFrom ILAP:Activity
836 ] . 841 ] .
837 842
838 ILAP:WorkTaskStatus 843 ILAP:WorkTaskStatus
...@@ -955,7 +960,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -955,7 +960,7 @@ ILAP:hasActivityPhysicalPercentComplete
955 rdfs:range xsd:float . 960 rdfs:range xsd:float .
956 961
957 ILAP:hasActivityPlan 962 ILAP:hasActivityPlan
958 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 963 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
959 rdfs:domain ILAP:PlannedActivity ; 964 rdfs:domain ILAP:PlannedActivity ;
960 rdfs:label "has activity plan"^^xsd:string ; 965 rdfs:label "has activity plan"^^xsd:string ;
961 rdfs:range ILAP:ProjectExecutionPlan . 966 rdfs:range ILAP:ProjectExecutionPlan .
...@@ -1005,7 +1010,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -1005,7 +1010,7 @@ ILAP:hasActivityResponsibleOrganization
1005 rdfs:range ILAP:ResponsibleOrganization . 1010 rdfs:range ILAP:ResponsibleOrganization .
1006 1011
1007 ILAP:hasActivityResponsiblePerson 1012 ILAP:hasActivityResponsiblePerson
1008 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1013 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1009 rdfs:domain ILAP:PlannedActivity ; 1014 rdfs:domain ILAP:PlannedActivity ;
1010 rdfs:label "has activity responsible"^^xsd:string ; 1015 rdfs:label "has activity responsible"^^xsd:string ;
1011 rdfs:range ILAP:ResponsiblePerson . 1016 rdfs:range ILAP:ResponsiblePerson .
...@@ -1040,7 +1045,7 @@ ILAP:hasActivityStatus ...@@ -1040,7 +1045,7 @@ ILAP:hasActivityStatus
1040 rdfs:range ILAP:Status . 1045 rdfs:range ILAP:Status .
1041 1046
1042 ILAP:hasActivitySuccessor 1047 ILAP:hasActivitySuccessor
1043 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1048 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1044 rdfs:domain ILAP:PlannedActivity ; 1049 rdfs:domain ILAP:PlannedActivity ;
1045 rdfs:label "has activity successor"^^xsd:string ; 1050 rdfs:label "has activity successor"^^xsd:string ;
1046 rdfs:range ILAP:ActivityDependency ; 1051 rdfs:range ILAP:ActivityDependency ;
...@@ -1101,7 +1106,7 @@ ILAP:hasCalendarDate ...@@ -1101,7 +1106,7 @@ ILAP:hasCalendarDate
1101 rdfs:label "has calendar date"^^xsd:string . 1106 rdfs:label "has calendar date"^^xsd:string .
1102 1107
1103 ILAP:hasCalendarFreePeriod 1108 ILAP:hasCalendarFreePeriod
1104 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1109 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1105 rdfs:domain ILAP:Calendar ; 1110 rdfs:domain ILAP:Calendar ;
1106 rdfs:label "has calendarcalendar free period"^^xsd:string ; 1111 rdfs:label "has calendarcalendar free period"^^xsd:string ;
1107 rdfs:range ILAP:CalendarFreePeriod . 1112 rdfs:range ILAP:CalendarFreePeriod .
...@@ -1136,6 +1141,12 @@ ILAP:hasCalendarTime ...@@ -1136,6 +1141,12 @@ ILAP:hasCalendarTime
1136 rdf:type owl:DatatypeProperty ; 1141 rdf:type owl:DatatypeProperty ;
1137 rdfs:label "has calendar time"^^xsd:string . 1142 rdfs:label "has calendar time"^^xsd:string .
1138 1143
1144 +ILAP:hasContractType
1145 + rdf:type owl:ObjectProperty ;
1146 + rdfs:domain ILAP:Contract ;
1147 + rdfs:label "has contract type"^^xsd:string ;
1148 + rdfs:range ILAP:ContractType .
1149 +
1139 ILAP:hasCurrentActivityDuration 1150 ILAP:hasCurrentActivityDuration
1140 rdf:type owl:DatatypeProperty ; 1151 rdf:type owl:DatatypeProperty ;
1141 rdfs:domain ILAP:ScheduledActivity ; 1152 rdfs:domain ILAP:ScheduledActivity ;
...@@ -1402,7 +1413,7 @@ ILAP:hasPlanRegulator ...@@ -1402,7 +1413,7 @@ ILAP:hasPlanRegulator
1402 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1413 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1403 1414
1404 ILAP:hasPlanResponsible 1415 ILAP:hasPlanResponsible
1405 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1416 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1406 rdfs:domain ILAP:ProjectExecutionPlan ; 1417 rdfs:domain ILAP:ProjectExecutionPlan ;
1407 rdfs:label "has plan responsible"^^xsd:string ; 1418 rdfs:label "has plan responsible"^^xsd:string ;
1408 rdfs:range ILAP:ResponsibleOrganization . 1419 rdfs:range ILAP:ResponsibleOrganization .
...@@ -1597,7 +1608,7 @@ ILAP:hasSourceApplicaton ...@@ -1597,7 +1608,7 @@ ILAP:hasSourceApplicaton
1597 rdfs:range ILAP:Application . 1608 rdfs:range ILAP:Application .
1598 1609
1599 ILAP:hasSuccessorActivity 1610 ILAP:hasSuccessorActivity
1600 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1611 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1601 rdfs:domain ILAP:ActivityDependency ; 1612 rdfs:domain ILAP:ActivityDependency ;
1602 rdfs:label "has successor activity "^^xsd:string ; 1613 rdfs:label "has successor activity "^^xsd:string ;
1603 rdfs:range ILAP:PlannedActivity ; 1614 rdfs:range ILAP:PlannedActivity ;
...@@ -1625,7 +1636,7 @@ ILAP:hasTimeNow ...@@ -1625,7 +1636,7 @@ ILAP:hasTimeNow
1625 rdf:type owl:DatatypeProperty ; 1636 rdf:type owl:DatatypeProperty ;
1626 rdfs:domain ILAP:Schedule ; 1637 rdfs:domain ILAP:Schedule ;
1627 rdfs:label "has time now"^^xsd:string ; 1638 rdfs:label "has time now"^^xsd:string ;
1628 - rdfs:range xsd:dateTime , xsd:date . 1639 + rdfs:range xsd:date , xsd:dateTime .
1629 1640
1630 ILAP:hasWBScomponent 1641 ILAP:hasWBScomponent
1631 rdf:type owl:ObjectProperty ; 1642 rdf:type owl:ObjectProperty ;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 16
17 : rdf:type owl:Ontology ; 17 : rdf:type owl:Ontology ;
18 - owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , USERFIELDS: . 18 + owl:imports USERFIELDS: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
19 19
20 ILAP: 20 ILAP:
21 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
...@@ -25,6 +25,11 @@ ILAP:ABEX ...@@ -25,6 +25,11 @@ ILAP:ABEX
25 rdf:type ILAP:PlanExpenseType ; 25 rdf:type ILAP:PlanExpenseType ;
26 rdfs:label "ABEX"^^xsd:string . 26 rdfs:label "ABEX"^^xsd:string .
27 27
28 +ILAP:AccruedTimeContract
29 + rdf:type owl:Class ;
30 + rdfs:label "Accrued time contract"^^xsd:string ;
31 + rdfs:subClassOf ILAP:Contract .
32 +
28 ILAP:Active 33 ILAP:Active
29 rdf:type ILAP:Status ; 34 rdf:type ILAP:Status ;
30 rdfs:label "Active"^^xsd:string . 35 rdfs:label "Active"^^xsd:string .
...@@ -127,7 +132,7 @@ ILAP:DependentOnShutdown ...@@ -127,7 +132,7 @@ ILAP:DependentOnShutdown
127 132
128 ILAP:Development 133 ILAP:Development
129 rdf:type ILAP:PlanLifecycleStage ; 134 rdf:type ILAP:PlanLifecycleStage ;
130 - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . 135 + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
131 136
132 ILAP:DisasterRecovery 137 ILAP:DisasterRecovery
133 rdf:type ILAP:PlanObjectiveType ; 138 rdf:type ILAP:PlanObjectiveType ;
...@@ -154,8 +159,8 @@ ILAP:DuringNormalOperation ...@@ -154,8 +159,8 @@ ILAP:DuringNormalOperation
154 rdfs:label "During Normal Operation"^^xsd:string . 159 rdfs:label "During Normal Operation"^^xsd:string .
155 160
156 ILAP:DuringShutdown 161 ILAP:DuringShutdown
157 - rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; 162 + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ;
158 - rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . 163 + rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string .
159 164
160 ILAP:EquipmentShutdown 165 ILAP:EquipmentShutdown
161 rdf:type ILAP:ShutdownType ; 166 rdf:type ILAP:ShutdownType ;
...@@ -185,6 +190,11 @@ ILAP:FieldStudy ...@@ -185,6 +190,11 @@ ILAP:FieldStudy
185 rdf:type ILAP:PlanProjectType ; 190 rdf:type ILAP:PlanProjectType ;
186 rdfs:label "Field study"^^xsd:string . 191 rdfs:label "Field study"^^xsd:string .
187 192
193 +ILAP:FrameAgreement
194 + rdf:type owl:Class ;
195 + rdfs:label "Frame agreement"^^xsd:string ;
196 + rdfs:subClassOf ILAP:Contract .
197 +
188 ILAP:Friday 198 ILAP:Friday
189 rdf:type ILAP:CalendarDay ; 199 rdf:type ILAP:CalendarDay ;
190 rdfs:label "Friday"^^xsd:string . 200 rdfs:label "Friday"^^xsd:string .
...@@ -225,6 +235,11 @@ ILAP:GreenFieldProject ...@@ -225,6 +235,11 @@ ILAP:GreenFieldProject
225 rdf:type ILAP:PlanProjectType ; 235 rdf:type ILAP:PlanProjectType ;
226 rdfs:label "Green field project"^^xsd:string . 236 rdfs:label "Green field project"^^xsd:string .
227 237
238 +ILAP:GuaranteeWork
239 + rdf:type owl:Class ;
240 + rdfs:label "Guarantee work"^^xsd:string ;
241 + rdfs:subClassOf ILAP:Contract .
242 +
228 ILAP:HC_systemsWork 243 ILAP:HC_systemsWork
229 rdf:type ILAP:RiskType ; 244 rdf:type ILAP:RiskType ;
230 rdfs:label "HC systems work"^^xsd:string . 245 rdfs:label "HC systems work"^^xsd:string .
...@@ -249,6 +264,11 @@ ILAP:HotWork ...@@ -249,6 +264,11 @@ ILAP:HotWork
249 rdf:type ILAP:RiskType ; 264 rdf:type ILAP:RiskType ;
250 rdfs:label "Hot work"^^xsd:string . 265 rdfs:label "Hot work"^^xsd:string .
251 266
267 +ILAP:IncentiveContract
268 + rdf:type owl:Class ;
269 + rdfs:label "Incentive contract"^^xsd:string ;
270 + rdfs:subClassOf ILAP:Contract .
271 +
252 ILAP:IncreasedRecovery 272 ILAP:IncreasedRecovery
253 rdf:type ILAP:PlanObjectiveType ; 273 rdf:type ILAP:PlanObjectiveType ;
254 rdfs:label "Increased recovery"^^xsd:string . 274 rdfs:label "Increased recovery"^^xsd:string .
...@@ -261,6 +281,11 @@ ILAP:IndependentOfOperation ...@@ -261,6 +281,11 @@ ILAP:IndependentOfOperation
261 rdf:type ILAP:ShutdownType ; 281 rdf:type ILAP:ShutdownType ;
262 rdfs:label "Independent of operation"^^xsd:string . 282 rdfs:label "Independent of operation"^^xsd:string .
263 283
284 +ILAP:InvoicableWork
285 + rdf:type owl:Class ;
286 + rdfs:label "Invoicable work"^^xsd:string ;
287 + rdfs:subClassOf ILAP:Contract .
288 +
264 ILAP:L1_ProgramPortfolioSchedule 289 ILAP:L1_ProgramPortfolioSchedule
265 rdf:type ILAP:PlanLevel ; 290 rdf:type ILAP:PlanLevel ;
266 rdfs:label "PPS"^^xsd:string . 291 rdfs:label "PPS"^^xsd:string .
...@@ -309,6 +334,11 @@ ILAP:LowPriority ...@@ -309,6 +334,11 @@ ILAP:LowPriority
309 rdf:type ILAP:DegreeOfPriority ; 334 rdf:type ILAP:DegreeOfPriority ;
310 rdfs:label "Low priority"^^xsd:string . 335 rdfs:label "Low priority"^^xsd:string .
311 336
337 +ILAP:LumpSumContract
338 + rdf:type owl:Class ;
339 + rdfs:label "Lump sum contract"^^xsd:string ;
340 + rdfs:subClassOf ILAP:Contract .
341 +
312 ILAP:Maintenance 342 ILAP:Maintenance
313 rdf:type ILAP:PlanLifecycleStage ; 343 rdf:type ILAP:PlanLifecycleStage ;
314 rdfs:label "Maintenance"^^xsd:string . 344 rdfs:label "Maintenance"^^xsd:string .
...@@ -341,6 +371,11 @@ ILAP:MaterialOnOrder ...@@ -341,6 +371,11 @@ ILAP:MaterialOnOrder
341 rdf:type ILAP:MaterialOrderStatus ; 371 rdf:type ILAP:MaterialOrderStatus ;
342 rdfs:label "Material on order"^^xsd:string . 372 rdfs:label "Material on order"^^xsd:string .
343 373
374 +ILAP:MeasuredProgressContract
375 + rdf:type owl:Class ;
376 + rdfs:label "Measured progress contract"^^xsd:string ;
377 + rdfs:subClassOf ILAP:Contract .
378 +
344 ILAP:MiniShutdown 379 ILAP:MiniShutdown
345 rdf:type ILAP:ShutdownType ; 380 rdf:type ILAP:ShutdownType ;
346 rdfs:label "Mini shutdown"^^xsd:string . 381 rdfs:label "Mini shutdown"^^xsd:string .
...@@ -357,6 +392,11 @@ ILAP:NPDelement_1 ...@@ -357,6 +392,11 @@ ILAP:NPDelement_1
357 rdf:type NPD:NPDelement ; 392 rdf:type NPD:NPDelement ;
358 rdfs:label "NPDelement 1"^^xsd:string . 393 rdfs:label "NPDelement 1"^^xsd:string .
359 394
395 +ILAP:NonInvoicableWork
396 + rdf:type owl:Class ;
397 + rdfs:label "Non invoicable work"^^xsd:string ;
398 + rdfs:subClassOf ILAP:Contract .
399 +
360 ILAP:NonScheduledShutdown 400 ILAP:NonScheduledShutdown
361 rdf:type ILAP:ShutdownType ; 401 rdf:type ILAP:ShutdownType ;
362 rdfs:label "Non-Scheduled Shutdown"^^xsd:string . 402 rdfs:label "Non-Scheduled Shutdown"^^xsd:string .
...@@ -425,6 +465,11 @@ ILAP:Regular8To16WorkingDayCalendar ...@@ -425,6 +465,11 @@ ILAP:Regular8To16WorkingDayCalendar
425 owl:onProperty ILAP:hasCalendarFreePeriod 465 owl:onProperty ILAP:hasCalendarFreePeriod
426 ] . 466 ] .
427 467
468 +ILAP:ReimbursableContract
469 + rdf:type owl:Class ;
470 + rdfs:label "Reimbursable contract"^^xsd:string ;
471 + rdfs:subClassOf ILAP:Contract .
472 +
428 ILAP:Released 473 ILAP:Released
429 rdf:type ILAP:Status ; 474 rdf:type ILAP:Status ;
430 rdfs:label "Released"^^xsd:string . 475 rdfs:label "Released"^^xsd:string .
...@@ -501,7 +546,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -501,7 +546,7 @@ ILAP:StandardFreeWeekendPeriod
501 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 546 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
502 rdfs:label "Standard free weekend period"^^xsd:string ; 547 rdfs:label "Standard free weekend period"^^xsd:string ;
503 ILAP:hasCalendarPeriodFreeDay 548 ILAP:hasCalendarPeriodFreeDay
504 - ILAP:Saturday , ILAP:Sunday . 549 + ILAP:Sunday , ILAP:Saturday .
505 550
506 ILAP:StandardWorkWeekdayPeriod 551 ILAP:StandardWorkWeekdayPeriod
507 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 552 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -523,6 +568,11 @@ ILAP:TIMEX ...@@ -523,6 +568,11 @@ ILAP:TIMEX
523 rdf:type ILAP:PlanExpenseType ; 568 rdf:type ILAP:PlanExpenseType ;
524 rdfs:label "TIMEX"^^xsd:string . 569 rdfs:label "TIMEX"^^xsd:string .
525 570
571 +ILAP:TargetBudget
572 + rdf:type owl:Class ;
573 + rdfs:label "Target budget"^^xsd:string ;
574 + rdfs:subClassOf ILAP:Contract .
575 +
526 ILAP:Thursday 576 ILAP:Thursday
527 rdf:type ILAP:CalendarDay ; 577 rdf:type ILAP:CalendarDay ;
528 rdfs:label "Thursday"^^xsd:string . 578 rdfs:label "Thursday"^^xsd:string .
...@@ -654,10 +704,10 @@ ILAP:hasWorkTaskResponsible ...@@ -654,10 +704,10 @@ ILAP:hasWorkTaskResponsible
654 rdfs:range ILAP:ResponsiblePerson . 704 rdfs:range ILAP:ResponsiblePerson .
655 705
656 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 706 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
657 - rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . 707 + rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category .
658 708
659 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 709 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
660 - rdfs:subClassOf ILAP:Asset , ILAP:Result . 710 + rdfs:subClassOf ILAP:Result , ILAP:Asset .
661 711
662 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 712 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
663 rdfs:subClassOf ILAP:Phase . 713 rdfs:subClassOf ILAP:Phase .
...@@ -667,63 +717,63 @@ USERFIELDS:UserField ...@@ -667,63 +717,63 @@ USERFIELDS:UserField
667 [ rdf:type owl:Restriction ; 717 [ rdf:type owl:Restriction ;
668 owl:maxQualifiedCardinality 718 owl:maxQualifiedCardinality
669 "1"^^xsd:nonNegativeInteger ; 719 "1"^^xsd:nonNegativeInteger ;
670 - owl:onClass ILAP:ShutdownType ; 720 + owl:onClass ILAP:Discipline ;
671 - owl:onProperty USERFIELDS:hasShutdownType 721 + owl:onProperty USERFIELDS:hasDiscipline
672 ] ; 722 ] ;
673 rdfs:subClassOf 723 rdfs:subClassOf
674 [ rdf:type owl:Restriction ; 724 [ rdf:type owl:Restriction ;
675 owl:maxQualifiedCardinality 725 owl:maxQualifiedCardinality
676 "1"^^xsd:nonNegativeInteger ; 726 "1"^^xsd:nonNegativeInteger ;
677 - owl:onClass ILAP:Result ; 727 + owl:onClass ILAP:MilestoneType ;
678 - owl:onProperty USERFIELDS:hasProduct 728 + owl:onProperty USERFIELDS:hasMilestone
679 ] ; 729 ] ;
680 rdfs:subClassOf 730 rdfs:subClassOf
681 [ rdf:type owl:Restriction ; 731 [ rdf:type owl:Restriction ;
682 owl:maxQualifiedCardinality 732 owl:maxQualifiedCardinality
683 "1"^^xsd:nonNegativeInteger ; 733 "1"^^xsd:nonNegativeInteger ;
684 - owl:onClass ILAP:Phase ; 734 + owl:onClass ILAP:Contractor ;
685 - owl:onProperty USERFIELDS:hasProjectPhase 735 + owl:onProperty USERFIELDS:hasContractor
686 ] ; 736 ] ;
687 rdfs:subClassOf 737 rdfs:subClassOf
688 [ rdf:type owl:Restriction ; 738 [ rdf:type owl:Restriction ;
689 owl:maxQualifiedCardinality 739 owl:maxQualifiedCardinality
690 "1"^^xsd:nonNegativeInteger ; 740 "1"^^xsd:nonNegativeInteger ;
691 - owl:onClass ILAP:Discipline ; 741 + owl:onClass ILAP:Facility ;
692 - owl:onProperty USERFIELDS:hasCategory 742 + owl:onProperty USERFIELDS:hasFacility
693 ] ; 743 ] ;
694 rdfs:subClassOf 744 rdfs:subClassOf
695 [ rdf:type owl:Restriction ; 745 [ rdf:type owl:Restriction ;
696 owl:maxQualifiedCardinality 746 owl:maxQualifiedCardinality
697 "1"^^xsd:nonNegativeInteger ; 747 "1"^^xsd:nonNegativeInteger ;
698 - owl:onClass ILAP:Facility ; 748 + owl:onClass ILAP:Discipline ;
699 - owl:onProperty USERFIELDS:hasFacility 749 + owl:onProperty USERFIELDS:hasCategory
700 ] ; 750 ] ;
701 rdfs:subClassOf 751 rdfs:subClassOf
702 [ rdf:type owl:Restriction ; 752 [ rdf:type owl:Restriction ;
703 owl:maxQualifiedCardinality 753 owl:maxQualifiedCardinality
704 "1"^^xsd:nonNegativeInteger ; 754 "1"^^xsd:nonNegativeInteger ;
705 - owl:onClass ILAP:Contractor ; 755 + owl:onClass ILAP:Phase ;
706 - owl:onProperty USERFIELDS:hasContractor 756 + owl:onProperty USERFIELDS:hasProjectPhase
707 ] ; 757 ] ;
708 rdfs:subClassOf 758 rdfs:subClassOf
709 [ rdf:type owl:Restriction ; 759 [ rdf:type owl:Restriction ;
710 owl:maxQualifiedCardinality 760 owl:maxQualifiedCardinality
711 "1"^^xsd:nonNegativeInteger ; 761 "1"^^xsd:nonNegativeInteger ;
712 - owl:onClass ILAP:MilestoneType ; 762 + owl:onClass ILAP:Result ;
713 - owl:onProperty USERFIELDS:hasMilestone 763 + owl:onProperty USERFIELDS:hasProduct
714 ] ; 764 ] ;
715 rdfs:subClassOf 765 rdfs:subClassOf
716 [ rdf:type owl:Restriction ; 766 [ rdf:type owl:Restriction ;
717 owl:maxQualifiedCardinality 767 owl:maxQualifiedCardinality
718 "1"^^xsd:nonNegativeInteger ; 768 "1"^^xsd:nonNegativeInteger ;
719 - owl:onClass ILAP:Discipline ; 769 + owl:onClass ILAP:ShutdownType ;
720 - owl:onProperty USERFIELDS:hasDiscipline 770 + owl:onProperty USERFIELDS:hasShutdownType
721 ] . 771 ] .
722 772
723 <http://data.posccaesar.org/npd/ontology/OperatingCompany> 773 <http://data.posccaesar.org/npd/ontology/OperatingCompany>
724 rdf:type owl:Class ; 774 rdf:type owl:Class ;
725 - rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ; 775 + rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ;
726 - rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator . 776 + rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor .
727 777
728 <http://data.posccaesar.org/npd/ontology/productionFacility> 778 <http://data.posccaesar.org/npd/ontology/productionFacility>
729 rdf:type owl:Class ; 779 rdf:type owl:Class ;
...@@ -733,7 +783,7 @@ USERFIELDS:UserField ...@@ -733,7 +783,7 @@ USERFIELDS:UserField
733 rdl:RDS282149 783 rdl:RDS282149
734 rdf:type owl:Class ; 784 rdf:type owl:Class ;
735 rdfs:label "RDS282149"^^xsd:string ; 785 rdfs:label "RDS282149"^^xsd:string ;
736 - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . 786 + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
737 787
738 <http://data.posccaesar.orgnpd/ontology/License> 788 <http://data.posccaesar.orgnpd/ontology/License>
739 rdf:type owl:Class ; 789 rdf:type owl:Class ;
......
...@@ -17,12 +17,12 @@ The SCCS was originally developed in 1989 by the three Norwegian oil companies N ...@@ -17,12 +17,12 @@ The SCCS was originally developed in 1989 by the three Norwegian oil companies N
17 The SCCS is designed to provide a uniform coding basis for the estimate preparation and to serve as a standard for collecting/collating historical data. 17 The SCCS is designed to provide a uniform coding basis for the estimate preparation and to serve as a standard for collecting/collating historical data.
18 This NORSOK standard has been developed on basis of the SCCS to update, improve and simplify previous edition no. 2 of the system from 1992 and to open for ownership, input and support from the entire Norwegian petroleum industry. NPD’s ‘Veiledning til PUD/PAD’, states that cost reporting should be coded according to SCCS."""^^xsd:string ; 18 This NORSOK standard has been developed on basis of the SCCS to update, improve and simplify previous edition no. 2 of the system from 1992 and to open for ownership, input and support from the entire Norwegian petroleum industry. NPD’s ‘Veiledning til PUD/PAD’, states that cost reporting should be coded according to SCCS."""^^xsd:string ;
19 rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ; 19 rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ;
20 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> ; 20 + owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding> ;
21 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 21 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
22 22
23 SCCS:SAB_D 23 SCCS:SAB_D
24 rdf:type owl:Class ; 24 rdf:type owl:Class ;
25 - rdfs:label "SAB_development phase"^^xsd:string ; 25 + rdfs:label "SAB development phase"^^xsd:string ;
26 rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . 26 rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> .
27 27
28 SCCS:SAB_E 28 SCCS:SAB_E
...@@ -66,6 +66,6 @@ SCCS:SAB_S ...@@ -66,6 +66,6 @@ SCCS:SAB_S
66 rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> . 66 rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> .
67 67
68 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> 68 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing>
69 - rdf:type owl:Class , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> ; 69 + rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> , owl:Class ;
70 rdfs:comment "SCCS top level thing"^^xsd:string ; 70 rdfs:comment "SCCS top level thing"^^xsd:string ;
71 rdfs:label "SCCS Thing"^^xsd:string . 71 rdfs:label "SCCS Thing"^^xsd:string .
......
...@@ -15,10 +15,50 @@ UC1: rdf:type owl:Ontology ; ...@@ -15,10 +15,50 @@ UC1: rdf:type owl:Ontology ;
15 owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; 15 owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 17
18 +UC1:AccruedTimeContract_1
19 + rdf:type ILAP:AccruedTimeContract ;
20 + rdfs:label "Accrued time contract 1"^^xsd:string .
21 +
22 +UC1:FrameAgreement_1
23 + rdf:type ILAP:FrameAgreement ;
24 + rdfs:label "Frame agreement 1"^^xsd:string .
25 +
26 +UC1:GuaranteeWork_1
27 + rdf:type ILAP:GuaranteeWork ;
28 + rdfs:label "Guarantee work 1"^^xsd:string .
29 +
30 +UC1:IncentiveContract_1
31 + rdf:type ILAP:IncentiveContract ;
32 + rdfs:label "Incentive contract 1"^^xsd:string .
33 +
34 +UC1:InvoicableWork_1
35 + rdf:type ILAP:InvoicableWork ;
36 + rdfs:label "Invoicable work 1"^^xsd:string .
37 +
38 +UC1:LumpSumContract_1
39 + rdf:type ILAP:LumpSumContract ;
40 + rdfs:label "Lump sum contract 1"^^xsd:string .
41 +
42 +UC1:MeasuredProgressContract_1
43 + rdf:type ILAP:MeasuredProgressContract ;
44 + rdfs:label "Measured progress contract 1"^^xsd:string .
45 +
46 +UC1:NonInvoicableWork_1
47 + rdf:type ILAP:NonInvoicableWork ;
48 + rdfs:label "Non invoicable work 1"^^xsd:string .
49 +
50 +UC1:ReimbursableContract_1
51 + rdf:type ILAP:ReimbursableContract ;
52 + rdfs:label "Reimbursable contract 1"^^xsd:string .
53 +
54 +UC1:TargetBudget_1
55 + rdf:type ILAP:TargetBudget ;
56 + rdfs:label "Target budget 1"^^xsd:string .
57 +
18 <http://data.posccaesar.org/ilap/AFEForRosenbergToConocoPhilllips2.0> 58 <http://data.posccaesar.org/ilap/AFEForRosenbergToConocoPhilllips2.0>
19 rdf:type USERFIELDS:FreeTextField ; 59 rdf:type USERFIELDS:FreeTextField ;
20 rdfs:label "AFE for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 60 rdfs:label "AFE for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
21 - USERFIELDS:hasShort "H207-WHRU"^^xsd:string , "H373-DUCT"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string . 61 + USERFIELDS:hasShort "G139 (WUX.27F.G139.AE)"^^xsd:string , "H373-DUCT"^^xsd:string , "H207-WHRU"^^xsd:string .
22 62
23 ILAP:Activity 63 ILAP:Activity
24 rdfs:subClassOf 64 rdfs:subClassOf
...@@ -35,15 +75,15 @@ ILAP:ActivityPlan_1 ...@@ -35,15 +75,15 @@ ILAP:ActivityPlan_1
35 rdf:type USERFIELDS:FreeTextField ; 75 rdf:type USERFIELDS:FreeTextField ;
36 rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 76 rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
37 USERFIELDS:hasDescription 77 USERFIELDS:hasDescription
38 - "Manual progress, Mhr Carrier"^^xsd:string , "Control object manula progress"^^xsd:string , "Procurement Milestone"^^xsd:string , "Activities to specify objects and produce basic for modelling, Mhr. Carrier"^^xsd:string , "Doc. prg, Mhr. Carrier"^^xsd:string , "Document, Manual progres"^^xsd:string , "Doc. prg, jobs"^^xsd:string , "Control object progress"^^xsd:string , "Manual progress"^^xsd:string , "Jobs in KIFS, Manual progress"^^xsd:string , "Document progress"^^xsd:string , "Control object progress, Jobs"^^xsd:string , "Job progress"^^xsd:string , "Modelling activities containing objects to be both engineered and modelled, Mhr. Carrier"^^xsd:string , "Mhr. Carrier"^^xsd:string , "Modelling activities containing objects to be modelled only, not engineered, Mhr. Carrier"^^xsd:string . 78 + "Manual progress, Mhr Carrier"^^xsd:string , "Control object manula progress"^^xsd:string , "Procurement Milestone"^^xsd:string , "Activities to specify objects and produce basic for modelling, Mhr. Carrier"^^xsd:string , "Doc. prg, Mhr. Carrier"^^xsd:string , "Document, Manual progres"^^xsd:string , "Doc. prg, jobs"^^xsd:string , "Control object progress"^^xsd:string , "Manual progress"^^xsd:string , "Document progress"^^xsd:string , "Jobs in KIFS, Manual progress"^^xsd:string , "Modelling activities containing objects to be both engineered and modelled, Mhr. Carrier"^^xsd:string , "Job progress"^^xsd:string , "Control object progress, Jobs"^^xsd:string , "Mhr. Carrier"^^xsd:string , "Modelling activities containing objects to be modelled only, not engineered, Mhr. Carrier"^^xsd:string .
39 79
40 ILAP:ActivityWBS_1 80 ILAP:ActivityWBS_1
41 rdf:type ILAP:ActivityWBS ; 81 rdf:type ILAP:ActivityWBS ;
42 rdfs:label "Activity WBS 1"^^xsd:string ; 82 rdfs:label "Activity WBS 1"^^xsd:string ;
43 ILAP:hasWBScomponent 83 ILAP:hasWBScomponent
44 - ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; 84 + SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ;
45 - ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; 85 + ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ;
46 - ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD . 86 + ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 .
47 87
48 <http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0> 88 <http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0>
49 rdf:type USERFIELDS:FreeTextField ; 89 rdf:type USERFIELDS:FreeTextField ;
...@@ -56,28 +96,28 @@ ILAP:ActivityWBS_1 ...@@ -56,28 +96,28 @@ ILAP:ActivityWBS_1
56 rdf:type USERFIELDS:FreeTextField ; 96 rdf:type USERFIELDS:FreeTextField ;
57 rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 97 rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
58 USERFIELDS:hasDescription 98 USERFIELDS:hasDescription
59 - "Jostein Larsen"^^xsd:string , "Vidar Kjempenes"^^xsd:string ; 99 + "Vidar Kjempenes"^^xsd:string , "Jostein Larsen"^^xsd:string ;
60 - USERFIELDS:hasShort "JL"^^xsd:string , "VK"^^xsd:string . 100 + USERFIELDS:hasShort "VK"^^xsd:string , "JL"^^xsd:string .
61 101
62 <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0> 102 <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0>
63 rdf:type USERFIELDS:FreeTextField ; 103 rdf:type USERFIELDS:FreeTextField ;
64 rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 104 rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
65 USERFIELDS:hasDescription 105 USERFIELDS:hasDescription
66 "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Contract General Milestones"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "X-Over"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Demolition of old WHRU module"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string ; 106 "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Contract General Milestones"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "X-Over"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Demolition of old WHRU module"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string ;
67 - USERFIELDS:hasShort "G0"^^xsd:string , "D2"^^xsd:string , "W5"^^xsd:string , "XOV"^^xsd:string , "W2"^^xsd:string , "AG"^^xsd:string , "GLC"^^xsd:string , "D1"^^xsd:string , "R0"^^xsd:string , "F0"^^xsd:string , "DEM-GLC"^^xsd:string , "W1"^^xsd:string , "W4"^^xsd:string , "W3"^^xsd:string , "LPHC"^^xsd:string , "CA"^^xsd:string . 107 + USERFIELDS:hasShort "G0"^^xsd:string , "D2"^^xsd:string , "W5"^^xsd:string , "AG"^^xsd:string , "W2"^^xsd:string , "XOV"^^xsd:string , "GLC"^^xsd:string , "D1"^^xsd:string , "R0"^^xsd:string , "F0"^^xsd:string , "DEM-GLC"^^xsd:string , "W1"^^xsd:string , "W4"^^xsd:string , "W3"^^xsd:string , "LPHC"^^xsd:string , "CA"^^xsd:string .
68 108
69 <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8> 109 <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8>
70 rdf:type USERFIELDS:FreeTextField ; 110 rdf:type USERFIELDS:FreeTextField ;
71 rdfs:label "CM-oppdrag for Reinertsen to Statoil1.8"^^xsd:string ; 111 rdfs:label "CM-oppdrag for Reinertsen to Statoil1.8"^^xsd:string ;
72 USERFIELDS:hasDescription 112 USERFIELDS:hasDescription
73 - "CM-oppdrag"^^xsd:string , "Not CM-oppdrag"^^xsd:string . 113 + "Not CM-oppdrag"^^xsd:string , "CM-oppdrag"^^xsd:string .
74 114
75 <http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0> 115 <http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0>
76 rdf:type USERFIELDS:FreeTextField ; 116 rdf:type USERFIELDS:FreeTextField ;
77 rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 117 rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
78 USERFIELDS:hasDescription 118 USERFIELDS:hasDescription
79 "First Steam North System"^^xsd:string , "Full Steam Generation"^^xsd:string , "Steam Blowing"^^xsd:string , "Steam System Cold Commissioning"^^xsd:string , "Utilities not SAS Dependant"^^xsd:string , "Utilities SAS Dependant"^^xsd:string , "WIP D & GL By pass exhaust ducting"^^xsd:string , "Safety Systems"^^xsd:string , "WIP A/B/C By pass exhaust ducting"^^xsd:string , "General Activities required for all COR's"^^xsd:string , "Buildingblock CA"^^xsd:string , "First Steam South System"^^xsd:string ; 119 "First Steam North System"^^xsd:string , "Full Steam Generation"^^xsd:string , "Steam Blowing"^^xsd:string , "Steam System Cold Commissioning"^^xsd:string , "Utilities not SAS Dependant"^^xsd:string , "Utilities SAS Dependant"^^xsd:string , "WIP D & GL By pass exhaust ducting"^^xsd:string , "Safety Systems"^^xsd:string , "WIP A/B/C By pass exhaust ducting"^^xsd:string , "General Activities required for all COR's"^^xsd:string , "Buildingblock CA"^^xsd:string , "First Steam South System"^^xsd:string ;
80 - USERFIELDS:hasShort "COR CA"^^xsd:string , "COR 7"^^xsd:string , "COR 1"^^xsd:string , "COR 5"^^xsd:string , "COR 2"^^xsd:string , "COR 8"^^xsd:string , "COR 3"^^xsd:string , "COR 10"^^xsd:string , "COR 9"^^xsd:string , "COR 6"^^xsd:string , "COR 0"^^xsd:string , "COR 4"^^xsd:string . 120 + USERFIELDS:hasShort "COR 7"^^xsd:string , "COR CA"^^xsd:string , "COR 1"^^xsd:string , "COR 5"^^xsd:string , "COR 2"^^xsd:string , "COR 8"^^xsd:string , "COR 3"^^xsd:string , "COR 10"^^xsd:string , "COR 9"^^xsd:string , "COR 6"^^xsd:string , "COR 0"^^xsd:string , "COR 4"^^xsd:string .
81 121
82 ILAP:COR_KD_1 122 ILAP:COR_KD_1
83 rdf:type SCCS:COR_KD ; 123 rdf:type SCCS:COR_KD ;
...@@ -87,8 +127,8 @@ ILAP:COR_KD_1 ...@@ -87,8 +127,8 @@ ILAP:COR_KD_1
87 rdf:type USERFIELDS:FreeTextField ; 127 rdf:type USERFIELDS:FreeTextField ;
88 rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 128 rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
89 USERFIELDS:hasDescription 129 USERFIELDS:hasDescription
90 - "Document Control"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Hotwork and Platform SD"^^xsd:string ; 130 + "Hotwork and Platform SD"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Document Control"^^xsd:string ;
91 - USERFIELDS:hasShort "DDZEG0000"^^xsd:string , "HA09AD-TH"^^xsd:string , "X"^^xsd:string . 131 + USERFIELDS:hasShort "X"^^xsd:string , "HA09AD-TH"^^xsd:string , "DDZEG0000"^^xsd:string .
92 132
93 ILAP:Calendar_1 133 ILAP:Calendar_1
94 rdf:type ILAP:Calendar ; 134 rdf:type ILAP:Calendar ;
...@@ -132,7 +172,7 @@ ILAP:Contract_1 ...@@ -132,7 +172,7 @@ ILAP:Contract_1
132 rdf:type USERFIELDS:FreeTextField ; 172 rdf:type USERFIELDS:FreeTextField ;
133 rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ; 173 rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ;
134 USERFIELDS:hasDescription 174 USERFIELDS:hasDescription
135 - "Elektronisk oppmåling"^^xsd:string , "Lister"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "MCC strategi"^^xsd:string , "Stressanalyse"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Modellering"^^xsd:string , "MCC Støtte"^^xsd:string , "Follow-on"^^xsd:string , "Risikovurdering"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Offshore befaring"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Prefabpakker"^^xsd:string , "Systemutprøving"^^xsd:string , "Databaseoppdatering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "As-buil"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Familiarisering"^^xsd:string , "Beregninger"^^xsd:string , "Medgått tid"^^xsd:string , "Offshore"^^xsd:string . 175 + "Elektronisk oppmåling"^^xsd:string , "Lister"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "MCC strategi"^^xsd:string , "Stressanalyse"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Modellering"^^xsd:string , "Follow-on"^^xsd:string , "MCC Støtte"^^xsd:string , "Risikovurdering"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Offshore befaring"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Prefabpakker"^^xsd:string , "Systemutprøving"^^xsd:string , "Databaseoppdatering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "As-buil"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Familiarisering"^^xsd:string , "Beregninger"^^xsd:string , "Offshore"^^xsd:string , "Medgått tid"^^xsd:string .
136 176
137 ILAP:FinishToStart_1_2 177 ILAP:FinishToStart_1_2
138 rdf:type ILAP:FinishToStart ; 178 rdf:type ILAP:FinishToStart ;
...@@ -149,19 +189,19 @@ ILAP:FinishToStart_1_2 ...@@ -149,19 +189,19 @@ ILAP:FinishToStart_1_2
149 rdf:type USERFIELDS:FreeTextField ; 189 rdf:type USERFIELDS:FreeTextField ;
150 rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ; 190 rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ;
151 USERFIELDS:hasDescription 191 USERFIELDS:hasDescription
152 - "Lennart Svensson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Christer Andersson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Andreas Gurk"^^xsd:string . 192 + "Andreas Gurk"^^xsd:string , "Andreas Forberg "^^xsd:string , "Christer Andersson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Lennart Svensson"^^xsd:string .
153 193
154 <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8> 194 <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8>
155 rdf:type USERFIELDS:FreeTextField ; 195 rdf:type USERFIELDS:FreeTextField ;
156 rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ; 196 rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ;
157 USERFIELDS:hasDescription 197 USERFIELDS:hasDescription
158 - "18"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string , "5"^^xsd:string , "6"^^xsd:string . 198 + "6"^^xsd:string , "5"^^xsd:string , "4"^^xsd:string , "3"^^xsd:string , "2"^^xsd:string , "1"^^xsd:string , "18"^^xsd:string .
159 199
160 <http://data.posccaesar.org/ilap/KPI3TypeForReinertsenToStatoil1.8> 200 <http://data.posccaesar.org/ilap/KPI3TypeForReinertsenToStatoil1.8>
161 rdf:type USERFIELDS:FreeTextField ; 201 rdf:type USERFIELDS:FreeTextField ;
162 rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ; 202 rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ;
163 USERFIELDS:hasDescription 203 USERFIELDS:hasDescription
164 - "Studierapport"^^xsd:string , "RFOC"^^xsd:string , "Sluttrapport"^^xsd:string . 204 + "Sluttrapport"^^xsd:string , "RFOC"^^xsd:string , "Studierapport"^^xsd:string .
165 205
166 <http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8> 206 <http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8>
167 rdf:type USERFIELDS:FreeTextField ; 207 rdf:type USERFIELDS:FreeTextField ;
...@@ -174,7 +214,7 @@ ILAP:FinishToStart_1_2 ...@@ -174,7 +214,7 @@ ILAP:FinishToStart_1_2
174 rdf:type USERFIELDS:FreeTextField ; 214 rdf:type USERFIELDS:FreeTextField ;
175 rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 215 rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
176 USERFIELDS:hasDescription 216 USERFIELDS:hasDescription
177 - "Steam Blow off preparation"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Instrument Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Level Glass"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string ; 217 + "Steam Blow off preparation"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Instrument Direct"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Level Glass"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string ;
178 USERFIELDS:hasShort "SR"^^xsd:string . 218 USERFIELDS:hasShort "SR"^^xsd:string .
179 219
180 <http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0> 220 <http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0>
...@@ -185,7 +225,7 @@ ILAP:FinishToStart_1_2 ...@@ -185,7 +225,7 @@ ILAP:FinishToStart_1_2
185 <http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0> 225 <http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0>
186 rdf:type USERFIELDS:FreeTextField ; 226 rdf:type USERFIELDS:FreeTextField ;
187 rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 227 rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
188 - USERFIELDS:hasShort "43"^^xsd:string , "6"^^xsd:string , "4"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "5"^^xsd:string , "12"^^xsd:string , "9"^^xsd:string , "LR"^^xsd:string , "10"^^xsd:string , "2A"^^xsd:string , "11"^^xsd:string , "3"^^xsd:string , "1"^^xsd:string , "42"^^xsd:string , "2B"^^xsd:string , "8"^^xsd:string . 228 + USERFIELDS:hasShort "43"^^xsd:string , "6"^^xsd:string , "4"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "5"^^xsd:string , "LR"^^xsd:string , "9"^^xsd:string , "12"^^xsd:string , "2A"^^xsd:string , "10"^^xsd:string , "2B"^^xsd:string , "3"^^xsd:string , "42"^^xsd:string , "1"^^xsd:string , "11"^^xsd:string , "8"^^xsd:string .
189 229
190 <http://data.posccaesar.org/ilap/MCpackageForReinertsenToStatoil1.8> 230 <http://data.posccaesar.org/ilap/MCpackageForReinertsenToStatoil1.8>
191 rdf:type USERFIELDS:FreeTextField ; 231 rdf:type USERFIELDS:FreeTextField ;
...@@ -224,7 +264,7 @@ ILAP:PBS_ACAA_1 ...@@ -224,7 +264,7 @@ ILAP:PBS_ACAA_1
224 rdf:type USERFIELDS:FreeTextField ; 264 rdf:type USERFIELDS:FreeTextField ;
225 rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ; 265 rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ;
226 USERFIELDS:hasDescription 266 USERFIELDS:hasDescription
227 - "Mattias Allebert"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Erik Havnes"^^xsd:string , "Gry Helle Nakstad"^^xsd:string . 267 + "Gry Helle Nakstad"^^xsd:string , "Erik Havnes"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Mattias Allebert"^^xsd:string .
228 268
229 ILAP:PlannedActivity_1 269 ILAP:PlannedActivity_1
230 rdf:type ILAP:PlannedActivity ; 270 rdf:type ILAP:PlannedActivity ;
...@@ -326,7 +366,7 @@ ILAP:ProjectExecutionSubPlan_UC1 ...@@ -326,7 +366,7 @@ ILAP:ProjectExecutionSubPlan_UC1
326 rdf:type USERFIELDS:FreeTextField ; 366 rdf:type USERFIELDS:FreeTextField ;
327 rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ; 367 rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ;
328 USERFIELDS:hasDescription 368 USERFIELDS:hasDescription
329 - "Ove Løberg"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Geir Sve"^^xsd:string , "Gunn Elin Harba"^^xsd:string . 369 + "Gunn Elin Harba"^^xsd:string , "Geir Sve"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Ove Løberg"^^xsd:string .
330 370
331 <http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0> 371 <http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0>
332 rdf:type USERFIELDS:FreeTextField ; 372 rdf:type USERFIELDS:FreeTextField ;
...@@ -396,7 +436,13 @@ ILAP:ScheduledActivity_2 ...@@ -396,7 +436,13 @@ ILAP:ScheduledActivity_2
396 436
397 ILAP:ScheduledMilestone_1 437 ILAP:ScheduledMilestone_1
398 rdf:type ILAP:ScheduledMilestone ; 438 rdf:type ILAP:ScheduledMilestone ;
399 - rdfs:label "Scheduled milestone 1"^^xsd:string . 439 + rdfs:label "Scheduled milestone 1"^^xsd:string ;
440 + ILAP:hasMilestonePredecessor
441 + ILAP:FinishToStart_1_2 ;
442 + ILAP:hasMilestoneSuccessor
443 + ILAP:FinishToStart_1_2 ;
444 + ILAP:hasMilestoneType
445 + ILAP:ProcurementMilestone .
400 446
401 <http://data.posccaesar.org/ilap/ShutdownPeriodForReinertsenToStatoil1.8> 447 <http://data.posccaesar.org/ilap/ShutdownPeriodForReinertsenToStatoil1.8>
402 rdf:type USERFIELDS:FreeTextField ; 448 rdf:type USERFIELDS:FreeTextField ;
...@@ -429,14 +475,14 @@ ILAP:SummerShutdown_UC1 ...@@ -429,14 +475,14 @@ ILAP:SummerShutdown_UC1
429 ILAP:hasShutdownPriority 475 ILAP:hasShutdownPriority
430 ILAP:NormalPriority ; 476 ILAP:NormalPriority ;
431 ILAP:hasShutdownType 477 ILAP:hasShutdownType
432 - ILAP:ProductionShutdown , ILAP:ScheduledShutdown , ILAP:SystemShutdown . 478 + ILAP:SystemShutdown , ILAP:ScheduledShutdown , ILAP:ProductionShutdown .
433 479
434 <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0> 480 <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0>
435 rdf:type USERFIELDS:FreeTextField ; 481 rdf:type USERFIELDS:FreeTextField ;
436 rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 482 rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
437 USERFIELDS:hasDescription 483 USERFIELDS:hasDescription
438 - "Non Specific And Across Many Systems"^^xsd:string , "Water Injection System General"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Mechanical Handling"^^xsd:string , "Open Drains"^^xsd:string , "Gas Lift"^^xsd:string , "Water Fire Fighting"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "(blank)"^^xsd:string , "Navigation And Identification"^^xsd:string , "Fresh Water"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Temporary Equipment"^^xsd:string , "Instrument and Utility Air"^^xsd:string ; 484 + "Non Specific And Across Many Systems"^^xsd:string , "Water Injection System General"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Mechanical Handling"^^xsd:string , "Open Drains"^^xsd:string , "Gas Lift"^^xsd:string , "Water Fire Fighting"^^xsd:string , "(blank)"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "Navigation And Identification"^^xsd:string , "Fresh Water"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Instrument and Utility Air"^^xsd:string , "Temporary Equipment"^^xsd:string , "Process and Equipment Control"^^xsd:string ;
439 - USERFIELDS:hasShort "600"^^xsd:string , "740"^^xsd:string , "260"^^xsd:string , "500"^^xsd:string , "610"^^xsd:string , "840"^^xsd:string , "510"^^xsd:string , "G00"^^xsd:string , "630"^^xsd:string , "640"^^xsd:string , "780"^^xsd:string , "530"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "800"^^xsd:string , "300"^^xsd:string , "310"^^xsd:string , "670"^^xsd:string . 485 + USERFIELDS:hasShort "600"^^xsd:string , "740"^^xsd:string , "610"^^xsd:string , "500"^^xsd:string , "260"^^xsd:string , "840"^^xsd:string , "G00"^^xsd:string , "510"^^xsd:string , "630"^^xsd:string , "640"^^xsd:string , "780"^^xsd:string , "530"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "800"^^xsd:string , "300"^^xsd:string , "310"^^xsd:string , "670"^^xsd:string .
440 486
441 ILAP:UseCaseAibelToCOPNO 487 ILAP:UseCaseAibelToCOPNO
442 rdf:type ILAP:Source ; 488 rdf:type ILAP:Source ;
...@@ -448,14 +494,14 @@ ILAP:UserField ...@@ -448,14 +494,14 @@ ILAP:UserField
448 rdfs:subClassOf 494 rdfs:subClassOf
449 [ rdf:type owl:Restriction ; 495 [ rdf:type owl:Restriction ;
450 owl:onDataRange xsd:string ; 496 owl:onDataRange xsd:string ;
451 - owl:onProperty ILAP:hasValue ; 497 + owl:onProperty ILAP:hasValueSource ;
452 owl:qualifiedCardinality 498 owl:qualifiedCardinality
453 "1"^^xsd:nonNegativeInteger 499 "1"^^xsd:nonNegativeInteger
454 ] ; 500 ] ;
455 rdfs:subClassOf 501 rdfs:subClassOf
456 [ rdf:type owl:Restriction ; 502 [ rdf:type owl:Restriction ;
457 owl:onDataRange xsd:string ; 503 owl:onDataRange xsd:string ;
458 - owl:onProperty ILAP:hasValueSource ; 504 + owl:onProperty ILAP:hasValue ;
459 owl:qualifiedCardinality 505 owl:qualifiedCardinality
460 "1"^^xsd:nonNegativeInteger 506 "1"^^xsd:nonNegativeInteger
461 ] . 507 ] .
...@@ -600,15 +646,15 @@ USERFIELDS:UserField ...@@ -600,15 +646,15 @@ USERFIELDS:UserField
600 [ rdf:type owl:Restriction ; 646 [ rdf:type owl:Restriction ;
601 owl:maxQualifiedCardinality 647 owl:maxQualifiedCardinality
602 "1"^^xsd:nonNegativeInteger ; 648 "1"^^xsd:nonNegativeInteger ;
603 - owl:onClass ILAP:Contractor ; 649 + owl:onClass ILAP:MilestoneType ;
604 - owl:onProperty USERFIELDS:hasContractor 650 + owl:onProperty USERFIELDS:hasMilestone
605 ] ; 651 ] ;
606 rdfs:subClassOf 652 rdfs:subClassOf
607 [ rdf:type owl:Restriction ; 653 [ rdf:type owl:Restriction ;
608 owl:maxQualifiedCardinality 654 owl:maxQualifiedCardinality
609 "1"^^xsd:nonNegativeInteger ; 655 "1"^^xsd:nonNegativeInteger ;
610 - owl:onClass ILAP:MilestoneType ; 656 + owl:onClass ILAP:Contractor ;
611 - owl:onProperty USERFIELDS:hasMilestone 657 + owl:onProperty USERFIELDS:hasContractor
612 ] . 658 ] .
613 659
614 USERFIELDS:hasCategory 660 USERFIELDS:hasCategory
......