Tore Christiansen

Added individuals to illustrate Visio Model

...@@ -14,51 +14,51 @@ ILAP: ...@@ -14,51 +14,51 @@ 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:comment "A Thing that brings about (intended) change by events, operations or processes that consume time and possibly other resources (adapted from ISO 15926, PMI and BSI)."^^xsd:string ; 18 rdfs:comment "A Thing that brings about (intended) change by events, operations or processes that consume time and possibly other resources (adapted from ISO 15926, PMI and BSI)."^^xsd:string ;
19 rdfs:label "Activity"^^xsd:string ; 19 rdfs:label "Activity"^^xsd:string ;
20 rdfs:subClassOf 20 rdfs:subClassOf
21 [ rdf:type owl:Restriction ; 21 [ rdf:type owl:Restriction ;
22 - owl:allValuesFrom ILAP:Discipline ; 22 + owl:allValuesFrom ILAP:Status ;
23 - owl:onProperty ILAP:hasActivityDiscipline 23 + owl:onProperty ILAP:hasActivityStatus
24 ] ; 24 ] ;
25 rdfs:subClassOf 25 rdfs:subClassOf
26 [ rdf:type owl:Restriction ; 26 [ rdf:type owl:Restriction ;
27 - owl:allValuesFrom ILAP:Calendar ; 27 + owl:onProperty ILAP:hasExternalReference ;
28 - owl:onProperty ILAP:hasActivityCalendar 28 + owl:someValuesFrom ILAP:ExternalReference
29 ] ; 29 ] ;
30 rdfs:subClassOf 30 rdfs:subClassOf
31 [ rdf:type owl:Restriction ; 31 [ rdf:type owl:Restriction ;
32 - owl:onProperty ILAP:hasExternalReference ; 32 + owl:allValuesFrom ILAP:Calendar ;
33 - owl:someValuesFrom ILAP:ExternalReference 33 + owl:onProperty ILAP:hasActivityCalendar
34 ] ; 34 ] ;
35 rdfs:subClassOf 35 rdfs:subClassOf
36 [ rdf:type owl:Restriction ; 36 [ rdf:type owl:Restriction ;
37 - owl:allValuesFrom ILAP:Status ; 37 + owl:allValuesFrom ILAP:Discipline ;
38 - owl:onProperty ILAP:hasActivityStatus 38 + owl:onProperty ILAP:hasActivityDiscipline
39 ] . 39 ] .
40 40
41 ILAP:ActivityDependency 41 ILAP:ActivityDependency
42 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 42 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
43 rdfs:label "Activity Dependency"^^xsd:string ; 43 rdfs:label "Activity Dependency"^^xsd:string ;
44 rdfs:subClassOf ILAP:Constraint ; 44 rdfs:subClassOf ILAP:Constraint ;
45 rdfs:subClassOf 45 rdfs:subClassOf
46 [ rdf:type owl:Restriction ; 46 [ rdf:type owl:Restriction ;
47 owl:onClass ILAP:Activity ; 47 owl:onClass ILAP:Activity ;
48 - owl:onProperty ILAP:hasPredecessorActivity ; 48 + owl:onProperty ILAP:hasSuccessorActivity ;
49 owl:qualifiedCardinality 49 owl:qualifiedCardinality
50 "1"^^xsd:nonNegativeInteger 50 "1"^^xsd:nonNegativeInteger
51 ] ; 51 ] ;
52 rdfs:subClassOf 52 rdfs:subClassOf
53 [ rdf:type owl:Restriction ; 53 [ rdf:type owl:Restriction ;
54 owl:onClass ILAP:Activity ; 54 owl:onClass ILAP:Activity ;
55 - owl:onProperty ILAP:hasSuccessorActivity ; 55 + owl:onProperty ILAP:hasPredecessorActivity ;
56 owl:qualifiedCardinality 56 owl:qualifiedCardinality
57 "1"^^xsd:nonNegativeInteger 57 "1"^^xsd:nonNegativeInteger
58 ] . 58 ] .
59 59
60 ILAP:ActivityPlan 60 ILAP:ActivityPlan
61 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 61 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
62 rdfs:label "Activity Plan"^^xsd:string ; 62 rdfs:label "Activity Plan"^^xsd:string ;
63 rdfs:subClassOf ILAP:Network ; 63 rdfs:subClassOf ILAP:Network ;
64 rdfs:subClassOf 64 rdfs:subClassOf
...@@ -73,22 +73,22 @@ ILAP:ActivityStatus ...@@ -73,22 +73,22 @@ ILAP:ActivityStatus
73 rdfs:subClassOf ILAP:Status . 73 rdfs:subClassOf ILAP:Status .
74 74
75 ILAP:ActivityWBS 75 ILAP:ActivityWBS
76 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; 76 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
77 rdfs:label "Activity WBS"^^xsd:string ; 77 rdfs:label "Activity WBS"^^xsd:string ;
78 rdfs:subClassOf ILAP:Network . 78 rdfs:subClassOf ILAP:Network .
79 79
80 ILAP:Application 80 ILAP:Application
81 rdf:type owl:Class ; 81 rdf:type owl:Class ;
82 rdfs:label "Application"^^xsd:string ; 82 rdfs:label "Application"^^xsd:string ;
83 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . 83 + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> .
84 84
85 ILAP:Asset 85 ILAP:Asset
86 rdf:type owl:Class ; 86 rdf:type owl:Class ;
87 rdfs:label "Asset"^^xsd:string ; 87 rdfs:label "Asset"^^xsd:string ;
88 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . 88 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> .
89 89
90 ILAP:Baseline 90 ILAP:Baseline
91 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 91 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
92 rdfs:label "Baseline"^^xsd:string ; 92 rdfs:label "Baseline"^^xsd:string ;
93 rdfs:subClassOf ILAP:Network . 93 rdfs:subClassOf ILAP:Network .
94 94
...@@ -101,9 +101,9 @@ ILAP:CAPEX ...@@ -101,9 +101,9 @@ ILAP:CAPEX
101 rdfs:label "CAPEX"^^xsd:string . 101 rdfs:label "CAPEX"^^xsd:string .
102 102
103 ILAP:Calendar 103 ILAP:Calendar
104 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 104 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
105 rdfs:label "Calendar"^^xsd:string ; 105 rdfs:label "Calendar"^^xsd:string ;
106 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; 106 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
107 rdfs:subClassOf 107 rdfs:subClassOf
108 [ rdf:type owl:Restriction ; 108 [ rdf:type owl:Restriction ;
109 owl:allValuesFrom ILAP:CalendarFreePeriod ; 109 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -111,14 +111,14 @@ ILAP:Calendar ...@@ -111,14 +111,14 @@ ILAP:Calendar
111 ] . 111 ] .
112 112
113 ILAP:CalendarDay 113 ILAP:CalendarDay
114 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 114 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
115 rdfs:label "Calendar Day"^^xsd:string ; 115 rdfs:label "Calendar Day"^^xsd:string ;
116 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . 116 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
117 117
118 ILAP:CalendarFreePeriod 118 ILAP:CalendarFreePeriod
119 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 119 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
120 rdfs:label "Calendar Free Period"^^xsd:string ; 120 rdfs:label "Calendar Free Period"^^xsd:string ;
121 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; 121 + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
122 rdfs:subClassOf 122 rdfs:subClassOf
123 [ rdf:type owl:Restriction ; 123 [ rdf:type owl:Restriction ;
124 owl:onClass ILAP:Calendar ; 124 owl:onClass ILAP:Calendar ;
...@@ -130,28 +130,28 @@ ILAP:CalendarFreePeriod ...@@ -130,28 +130,28 @@ ILAP:CalendarFreePeriod
130 ] . 130 ] .
131 131
132 ILAP:CalendarFreePeriodWeekRepeat 132 ILAP:CalendarFreePeriodWeekRepeat
133 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 133 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
134 rdfs:label "Free day"^^xsd:string ; 134 rdfs:label "Free day"^^xsd:string ;
135 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . 135 + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
136 136
137 ILAP:CalendarHour 137 ILAP:CalendarHour
138 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 138 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
139 rdfs:label "calendar Hour"^^xsd:string ; 139 rdfs:label "calendar Hour"^^xsd:string ;
140 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , owl:Thing , <http://posccaesar.org/rdl/RDS380969> . 140 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , owl:Thing , <http://posccaesar.org/rdl/RDS1326734> .
141 141
142 ILAP:CalendarPeriod 142 ILAP:CalendarPeriod
143 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; 143 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
144 rdfs:label "Calendar Priod"^^xsd:string ; 144 rdfs:label "Calendar Priod"^^xsd:string ;
145 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; 145 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
146 rdfs:subClassOf 146 rdfs:subClassOf
147 [ rdf:type owl:Restriction ; 147 [ rdf:type owl:Restriction ;
148 - owl:allValuesFrom ILAP:CalendarHour ; 148 + owl:allValuesFrom ILAP:CalendarDay ;
149 - owl:onProperty ILAP:hasCalendarPeriodHour 149 + owl:onProperty ILAP:hasCalendarPeriodDay
150 ] ; 150 ] ;
151 rdfs:subClassOf 151 rdfs:subClassOf
152 [ rdf:type owl:Restriction ; 152 [ rdf:type owl:Restriction ;
153 - owl:allValuesFrom ILAP:CalendarDay ; 153 + owl:allValuesFrom ILAP:CalendarHour ;
154 - owl:onProperty ILAP:hasCalendarPeriodDay 154 + owl:onProperty ILAP:hasCalendarPeriodHour
155 ] . 155 ] .
156 156
157 ILAP:Category 157 ILAP:Category
...@@ -167,7 +167,7 @@ ILAP:CommissioningMilestone ...@@ -167,7 +167,7 @@ ILAP:CommissioningMilestone
167 ILAP:Constraint 167 ILAP:Constraint
168 rdf:type owl:Class ; 168 rdf:type owl:Class ;
169 rdfs:label "Constraint"^^xsd:string ; 169 rdfs:label "Constraint"^^xsd:string ;
170 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . 170 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
171 171
172 ILAP:ConstructionMilestone 172 ILAP:ConstructionMilestone
173 rdf:type owl:Class ; 173 rdf:type owl:Class ;
...@@ -177,7 +177,7 @@ ILAP:ConstructionMilestone ...@@ -177,7 +177,7 @@ ILAP:ConstructionMilestone
177 ILAP:Contract 177 ILAP:Contract
178 rdf:type owl:Class ; 178 rdf:type owl:Class ;
179 rdfs:label "Contract"^^xsd:string ; 179 rdfs:label "Contract"^^xsd:string ;
180 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . 180 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
181 181
182 ILAP:ContractMilestone 182 ILAP:ContractMilestone
183 rdf:type owl:Class ; 183 rdf:type owl:Class ;
...@@ -202,7 +202,7 @@ ILAP:ControlSchedule ...@@ -202,7 +202,7 @@ ILAP:ControlSchedule
202 ILAP:Cost 202 ILAP:Cost
203 rdf:type owl:Class ; 203 rdf:type owl:Class ;
204 rdfs:label "Cost"^^xsd:string ; 204 rdfs:label "Cost"^^xsd:string ;
205 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . 205 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> .
206 206
207 ILAP:CostBased 207 ILAP:CostBased
208 rdf:type owl:Class ; 208 rdf:type owl:Class ;
...@@ -215,14 +215,14 @@ ILAP:Criticality ...@@ -215,14 +215,14 @@ ILAP:Criticality
215 rdfs:subClassOf owl:Thing . 215 rdfs:subClassOf owl:Thing .
216 216
217 ILAP:CurrentSchedule 217 ILAP:CurrentSchedule
218 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 218 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
219 rdfs:label "Current Schedule"^^xsd:string ; 219 rdfs:label "Current Schedule"^^xsd:string ;
220 rdfs:subClassOf ILAP:Schedule . 220 rdfs:subClassOf ILAP:Schedule .
221 221
222 ILAP:Data 222 ILAP:Data
223 rdf:type owl:Class ; 223 rdf:type owl:Class ;
224 rdfs:label "Data"^^xsd:string ; 224 rdfs:label "Data"^^xsd:string ;
225 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; 225 + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ;
226 rdfs:subClassOf 226 rdfs:subClassOf
227 [ rdf:type owl:Restriction ; 227 [ rdf:type owl:Restriction ;
228 owl:onClass ILAP:Project ; 228 owl:onClass ILAP:Project ;
...@@ -297,7 +297,7 @@ ILAP:DesignMilestone ...@@ -297,7 +297,7 @@ ILAP:DesignMilestone
297 rdfs:subClassOf ILAP:MilestoneType . 297 rdfs:subClassOf ILAP:MilestoneType .
298 298
299 ILAP:Discipline 299 ILAP:Discipline
300 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 300 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
301 rdfs:label "Discipline"^^xsd:string ; 301 rdfs:label "Discipline"^^xsd:string ;
302 rdfs:subClassOf owl:Thing . 302 rdfs:subClassOf owl:Thing .
303 303
...@@ -317,15 +317,13 @@ ILAP:EngineeringMilestone ...@@ -317,15 +317,13 @@ ILAP:EngineeringMilestone
317 rdfs:subClassOf ILAP:MilestoneType . 317 rdfs:subClassOf ILAP:MilestoneType .
318 318
319 ILAP:ExternalReference 319 ILAP:ExternalReference
320 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; 320 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
321 rdfs:label "External Reference"^^xsd:string ; 321 rdfs:label "External Reference"^^xsd:string ;
322 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; 322 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ;
323 rdfs:subClassOf 323 rdfs:subClassOf
324 [ rdf:type owl:Restriction ; 324 [ rdf:type owl:Restriction ;
325 - owl:onDataRange xsd:string ; 325 + owl:allValuesFrom ILAP:Application ;
326 - owl:onProperty ILAP:hasObjectReferenceID ; 326 + owl:onProperty ILAP:hasReferenceApplication
327 - owl:qualifiedCardinality
328 - "1"^^xsd:nonNegativeInteger
329 ] ; 327 ] ;
330 rdfs:subClassOf 328 rdfs:subClassOf
331 [ rdf:type owl:Restriction ; 329 [ rdf:type owl:Restriction ;
...@@ -334,8 +332,10 @@ ILAP:ExternalReference ...@@ -334,8 +332,10 @@ ILAP:ExternalReference
334 ] ; 332 ] ;
335 rdfs:subClassOf 333 rdfs:subClassOf
336 [ rdf:type owl:Restriction ; 334 [ rdf:type owl:Restriction ;
337 - owl:allValuesFrom ILAP:Application ; 335 + owl:onDataRange xsd:string ;
338 - owl:onProperty ILAP:hasReferenceApplication 336 + owl:onProperty ILAP:hasObjectReferenceID ;
337 + owl:qualifiedCardinality
338 + "1"^^xsd:nonNegativeInteger
339 ] . 339 ] .
340 340
341 ILAP:Facility 341 ILAP:Facility
...@@ -349,14 +349,14 @@ ILAP:Field ...@@ -349,14 +349,14 @@ ILAP:Field
349 rdfs:subClassOf ILAP:Asset . 349 rdfs:subClassOf ILAP:Asset .
350 350
351 ILAP:FinishToFinish 351 ILAP:FinishToFinish
352 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 352 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
353 rdfs:label "Finish to Finish"^^xsd:string ; 353 rdfs:label "Finish to Finish"^^xsd:string ;
354 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 354 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
355 355
356 ILAP:FinishToStart 356 ILAP:FinishToStart
357 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 357 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
358 rdfs:label "Finish to Start"^^xsd:string ; 358 rdfs:label "Finish to Start"^^xsd:string ;
359 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 359 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
360 360
361 ILAP:FunctionalLocation 361 ILAP:FunctionalLocation
362 rdf:type owl:Class ; 362 rdf:type owl:Class ;
...@@ -381,7 +381,7 @@ ILAP:HighPriority ...@@ -381,7 +381,7 @@ ILAP:HighPriority
381 ILAP:Information 381 ILAP:Information
382 rdf:type owl:Class ; 382 rdf:type owl:Class ;
383 rdfs:label "Information"^^xsd:string ; 383 rdfs:label "Information"^^xsd:string ;
384 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . 384 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> .
385 385
386 ILAP:Knowledge 386 ILAP:Knowledge
387 rdf:type owl:Class ; 387 rdf:type owl:Class ;
...@@ -399,14 +399,14 @@ ILAP:LifecyclePhase ...@@ -399,14 +399,14 @@ ILAP:LifecyclePhase
399 rdfs:subClassOf ILAP:Phase . 399 rdfs:subClassOf ILAP:Phase .
400 400
401 ILAP:LiveSchedule 401 ILAP:LiveSchedule
402 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 402 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
403 rdfs:label "Live Schedule"^^xsd:string ; 403 rdfs:label "Live Schedule"^^xsd:string ;
404 rdfs:subClassOf ILAP:Schedule . 404 rdfs:subClassOf ILAP:Schedule .
405 405
406 ILAP:Location 406 ILAP:Location
407 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; 407 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ;
408 rdfs:label "Location"^^xsd:string ; 408 rdfs:label "Location"^^xsd:string ;
409 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . 409 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
410 410
411 ILAP:LowCriticality 411 ILAP:LowCriticality
412 rdf:type owl:Class ; 412 rdf:type owl:Class ;
...@@ -424,7 +424,7 @@ ILAP:MaterialOrderStatus ...@@ -424,7 +424,7 @@ ILAP:MaterialOrderStatus
424 rdfs:subClassOf ILAP:Status . 424 rdfs:subClassOf ILAP:Status .
425 425
426 ILAP:Milestone 426 ILAP:Milestone
427 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; 427 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ;
428 rdfs:label "Milestone"^^xsd:string . 428 rdfs:label "Milestone"^^xsd:string .
429 429
430 ILAP:MilestoneType 430 ILAP:MilestoneType
...@@ -435,7 +435,7 @@ ILAP:MilestoneType ...@@ -435,7 +435,7 @@ ILAP:MilestoneType
435 ILAP:Network 435 ILAP:Network
436 rdf:type owl:Class ; 436 rdf:type owl:Class ;
437 rdfs:label "Network"^^xsd:string ; 437 rdfs:label "Network"^^xsd:string ;
438 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . 438 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> .
439 439
440 ILAP:NormalCriticality 440 ILAP:NormalCriticality
441 rdf:type owl:Class ; 441 rdf:type owl:Class ;
...@@ -476,49 +476,49 @@ ILAP:PhysicalLocation ...@@ -476,49 +476,49 @@ ILAP:PhysicalLocation
476 rdfs:subClassOf ILAP:Location . 476 rdfs:subClassOf ILAP:Location .
477 477
478 ILAP:PlanClassifier 478 ILAP:PlanClassifier
479 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 479 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
480 rdfs:label "Plan Classifier"^^xsd:string ; 480 rdfs:label "Plan Classifier"^^xsd:string ;
481 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . 481 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
482 482
483 ILAP:PlanContentType 483 ILAP:PlanContentType
484 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 484 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
485 rdfs:label "Plan Content Type"^^xsd:string ; 485 rdfs:label "Plan Content Type"^^xsd:string ;
486 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . 486 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> .
487 487
488 ILAP:PlanContractType 488 ILAP:PlanContractType
489 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 489 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
490 rdfs:label "Plan Contract Type"^^xsd:string ; 490 rdfs:label "Plan Contract Type"^^xsd:string ;
491 rdfs:subClassOf ILAP:PlanClassifier . 491 rdfs:subClassOf ILAP:PlanClassifier .
492 492
493 ILAP:PlanExpenseType 493 ILAP:PlanExpenseType
494 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 494 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
495 rdfs:label "Plan Expense Type"^^xsd:string ; 495 rdfs:label "Plan Expense Type"^^xsd:string ;
496 rdfs:subClassOf ILAP:PlanClassifier . 496 rdfs:subClassOf ILAP:PlanClassifier .
497 497
498 ILAP:PlanGeoArea 498 ILAP:PlanGeoArea
499 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; 499 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ;
500 rdfs:label "Plan Geographic Area"^^xsd:string ; 500 rdfs:label "Plan Geographic Area"^^xsd:string ;
501 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 501 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
502 502
503 ILAP:PlanLevel 503 ILAP:PlanLevel
504 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 504 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
505 rdfs:label "Plan Level"^^xsd:string ; 505 rdfs:label "Plan Level"^^xsd:string ;
506 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 506 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
507 507
508 ILAP:PlanLifecycleStage 508 ILAP:PlanLifecycleStage
509 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 509 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
510 rdfs:label "Plan Lifecycle Stage"^^xsd:string ; 510 rdfs:label "Plan Lifecycle Stage"^^xsd:string ;
511 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 511 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
512 512
513 ILAP:PlanObjectiveType 513 ILAP:PlanObjectiveType
514 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; 514 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
515 rdfs:label "Plan Objective Type"^^xsd:string ; 515 rdfs:label "Plan Objective Type"^^xsd:string ;
516 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . 516 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
517 517
518 ILAP:PlanProjectType 518 ILAP:PlanProjectType
519 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 519 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
520 rdfs:label "Plan Project Type"^^xsd:string ; 520 rdfs:label "Plan Project Type"^^xsd:string ;
521 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . 521 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
522 522
523 ILAP:PlannedActivity 523 ILAP:PlannedActivity
524 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 524 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -526,13 +526,13 @@ ILAP:PlannedActivity ...@@ -526,13 +526,13 @@ ILAP:PlannedActivity
526 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 526 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
527 rdfs:subClassOf 527 rdfs:subClassOf
528 [ rdf:type owl:Restriction ; 528 [ rdf:type owl:Restriction ;
529 - owl:onProperty ILAP:hasActivityDiscipline ; 529 + owl:allValuesFrom ILAP:Result ;
530 - owl:someValuesFrom ILAP:Discipline 530 + owl:onProperty ILAP:hasActivityResult
531 ] ; 531 ] ;
532 rdfs:subClassOf 532 rdfs:subClassOf
533 [ rdf:type owl:Restriction ; 533 [ rdf:type owl:Restriction ;
534 - owl:allValuesFrom ILAP:ResourceProfile ; 534 + owl:allValuesFrom ILAP:ActivityDependency ;
535 - owl:onProperty ILAP:hasActivityResourceProfile 535 + owl:onProperty ILAP:hasActivityPredecessor
536 ] ; 536 ] ;
537 rdfs:subClassOf 537 rdfs:subClassOf
538 [ rdf:type owl:Restriction ; 538 [ rdf:type owl:Restriction ;
...@@ -541,8 +541,10 @@ ILAP:PlannedActivity ...@@ -541,8 +541,10 @@ ILAP:PlannedActivity
541 ] ; 541 ] ;
542 rdfs:subClassOf 542 rdfs:subClassOf
543 [ rdf:type owl:Restriction ; 543 [ rdf:type owl:Restriction ;
544 - owl:allValuesFrom ILAP:Result ; 544 + owl:maxQualifiedCardinality
545 - owl:onProperty ILAP:hasActivityResult 545 + "1"^^xsd:nonNegativeInteger ;
546 + owl:onClass ILAP:Facility ;
547 + owl:onProperty ILAP:hasActivityFacility
546 ] ; 548 ] ;
547 rdfs:subClassOf 549 rdfs:subClassOf
548 [ rdf:type owl:Restriction ; 550 [ rdf:type owl:Restriction ;
...@@ -554,7 +556,7 @@ ILAP:PlannedActivity ...@@ -554,7 +556,7 @@ ILAP:PlannedActivity
554 rdfs:subClassOf 556 rdfs:subClassOf
555 [ rdf:type owl:Restriction ; 557 [ rdf:type owl:Restriction ;
556 owl:allValuesFrom ILAP:ActivityDependency ; 558 owl:allValuesFrom ILAP:ActivityDependency ;
557 - owl:onProperty ILAP:hasActivityPredecessor 559 + owl:onProperty ILAP:hasActivitySuccessor
558 ] ; 560 ] ;
559 rdfs:subClassOf 561 rdfs:subClassOf
560 [ rdf:type owl:Restriction ; 562 [ rdf:type owl:Restriction ;
...@@ -563,10 +565,8 @@ ILAP:PlannedActivity ...@@ -563,10 +565,8 @@ ILAP:PlannedActivity
563 ] ; 565 ] ;
564 rdfs:subClassOf 566 rdfs:subClassOf
565 [ rdf:type owl:Restriction ; 567 [ rdf:type owl:Restriction ;
566 - owl:maxQualifiedCardinality 568 + owl:onProperty ILAP:hasActivityDiscipline ;
567 - "1"^^xsd:nonNegativeInteger ; 569 + owl:someValuesFrom ILAP:Discipline
568 - owl:onClass ILAP:Facility ;
569 - owl:onProperty ILAP:hasActivityFacility
570 ] ; 570 ] ;
571 rdfs:subClassOf 571 rdfs:subClassOf
572 [ rdf:type owl:Restriction ; 572 [ rdf:type owl:Restriction ;
...@@ -575,8 +575,8 @@ ILAP:PlannedActivity ...@@ -575,8 +575,8 @@ ILAP:PlannedActivity
575 ] ; 575 ] ;
576 rdfs:subClassOf 576 rdfs:subClassOf
577 [ rdf:type owl:Restriction ; 577 [ rdf:type owl:Restriction ;
578 - owl:allValuesFrom ILAP:ActivityDependency ; 578 + owl:allValuesFrom ILAP:ResourceProfile ;
579 - owl:onProperty ILAP:hasActivitySuccessor 579 + owl:onProperty ILAP:hasActivityResourceProfile
580 ] . 580 ] .
581 581
582 ILAP:PlannedMilestone 582 ILAP:PlannedMilestone
...@@ -615,18 +615,13 @@ ILAP:Programme ...@@ -615,18 +615,13 @@ ILAP:Programme
615 rdfs:subClassOf ILAP:Project . 615 rdfs:subClassOf ILAP:Project .
616 616
617 ILAP:Project 617 ILAP:Project
618 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 618 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
619 rdfs:label "Project"^^xsd:string ; 619 rdfs:label "Project"^^xsd:string ;
620 rdfs:subClassOf ILAP:Activity ; 620 rdfs:subClassOf ILAP:Activity ;
621 rdfs:subClassOf 621 rdfs:subClassOf
622 [ rdf:type owl:Restriction ; 622 [ rdf:type owl:Restriction ;
623 - owl:allValuesFrom ILAP:Project ; 623 + owl:allValuesFrom BRREG:OilCompany ;
624 - owl:onProperty ILAP:hasProjectSubproject 624 + owl:onProperty ILAP:hasProjectResponsible
625 - ] ;
626 - rdfs:subClassOf
627 - [ rdf:type owl:Restriction ;
628 - owl:allValuesFrom ILAP:ExternalReference ;
629 - owl:onProperty ILAP:hasExternalReference
630 ] ; 625 ] ;
631 rdfs:subClassOf 626 rdfs:subClassOf
632 [ rdf:type owl:Restriction ; 627 [ rdf:type owl:Restriction ;
...@@ -637,8 +632,13 @@ ILAP:Project ...@@ -637,8 +632,13 @@ ILAP:Project
637 ] ; 632 ] ;
638 rdfs:subClassOf 633 rdfs:subClassOf
639 [ rdf:type owl:Restriction ; 634 [ rdf:type owl:Restriction ;
640 - owl:allValuesFrom BRREG:OilCompany ; 635 + owl:allValuesFrom ILAP:ExternalReference ;
641 - owl:onProperty ILAP:hasProjectResponsible 636 + owl:onProperty ILAP:hasExternalReference
637 + ] ;
638 + rdfs:subClassOf
639 + [ rdf:type owl:Restriction ;
640 + owl:allValuesFrom ILAP:Project ;
641 + owl:onProperty ILAP:hasProjectSubproject
642 ] . 642 ] .
643 643
644 ILAP:ProjectExecutionPlan 644 ILAP:ProjectExecutionPlan
...@@ -647,20 +647,18 @@ ILAP:ProjectExecutionPlan ...@@ -647,20 +647,18 @@ ILAP:ProjectExecutionPlan
647 rdfs:subClassOf ILAP:Network ; 647 rdfs:subClassOf ILAP:Network ;
648 rdfs:subClassOf 648 rdfs:subClassOf
649 [ rdf:type owl:Restriction ; 649 [ rdf:type owl:Restriction ;
650 - owl:maxQualifiedCardinality 650 + owl:onProperty ILAP:hasPlanContentType ;
651 - "1"^^xsd:nonNegativeInteger ; 651 + owl:someValuesFrom ILAP:PlanContentType
652 - owl:onClass ILAP:Project ;
653 - owl:onProperty ILAP:hasPlanProject
654 ] ; 652 ] ;
655 rdfs:subClassOf 653 rdfs:subClassOf
656 [ rdf:type owl:Restriction ; 654 [ rdf:type owl:Restriction ;
657 - owl:onProperty ILAP:hasPlanGeoArea ; 655 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
658 - owl:someValuesFrom ILAP:PlanGeoArea 656 + owl:onProperty ILAP:hasPlanAsset
659 ] ; 657 ] ;
660 rdfs:subClassOf 658 rdfs:subClassOf
661 [ rdf:type owl:Restriction ; 659 [ rdf:type owl:Restriction ;
662 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 660 + owl:onProperty ILAP:hasPlanLevel ;
663 - owl:onProperty ILAP:hasPlanAsset 661 + owl:someValuesFrom ILAP:PlanLevel
664 ] ; 662 ] ;
665 rdfs:subClassOf 663 rdfs:subClassOf
666 [ rdf:type owl:Restriction ; 664 [ rdf:type owl:Restriction ;
...@@ -669,18 +667,22 @@ ILAP:ProjectExecutionPlan ...@@ -669,18 +667,22 @@ ILAP:ProjectExecutionPlan
669 ] ; 667 ] ;
670 rdfs:subClassOf 668 rdfs:subClassOf
671 [ rdf:type owl:Restriction ; 669 [ rdf:type owl:Restriction ;
672 - owl:onProperty ILAP:hasPlanLevel ; 670 + owl:allValuesFrom BRREG:LegalEntity ;
673 - owl:someValuesFrom ILAP:PlanLevel 671 + owl:onProperty ILAP:hasPlanResponsible
674 ] ; 672 ] ;
675 rdfs:subClassOf 673 rdfs:subClassOf
676 [ rdf:type owl:Restriction ; 674 [ rdf:type owl:Restriction ;
677 - owl:allValuesFrom ILAP:PlanContractType ; 675 + owl:maxQualifiedCardinality
678 - owl:onProperty ILAP:hasPlanContractType 676 + "1"^^xsd:nonNegativeInteger ;
677 + owl:onClass ILAP:Project ;
678 + owl:onProperty ILAP:hasPlanProject
679 ] ; 679 ] ;
680 rdfs:subClassOf 680 rdfs:subClassOf
681 [ rdf:type owl:Restriction ; 681 [ rdf:type owl:Restriction ;
682 - owl:allValuesFrom ILAP:PlanLifecycleStage ; 682 + owl:maxQualifiedCardinality
683 - owl:onProperty ILAP:hasPlanLifecycleStage 683 + "1"^^xsd:nonNegativeInteger ;
684 + owl:onClass ILAP:PlanLevel ;
685 + owl:onProperty ILAP:hasPlanLevel
684 ] ; 686 ] ;
685 rdfs:subClassOf 687 rdfs:subClassOf
686 [ rdf:type owl:Restriction ; 688 [ rdf:type owl:Restriction ;
...@@ -689,30 +691,28 @@ ILAP:ProjectExecutionPlan ...@@ -689,30 +691,28 @@ ILAP:ProjectExecutionPlan
689 ] ; 691 ] ;
690 rdfs:subClassOf 692 rdfs:subClassOf
691 [ rdf:type owl:Restriction ; 693 [ rdf:type owl:Restriction ;
692 - owl:allValuesFrom ILAP:PlanObjectiveType ; 694 + owl:allValuesFrom ILAP:PlanContractType ;
693 - owl:onProperty ILAP:hasPlanObjectiveType 695 + owl:onProperty ILAP:hasPlanContractType
694 ] ; 696 ] ;
695 rdfs:subClassOf 697 rdfs:subClassOf
696 [ rdf:type owl:Restriction ; 698 [ rdf:type owl:Restriction ;
697 - owl:allValuesFrom BRREG:LegalEntity ; 699 + owl:allValuesFrom ILAP:PlanObjectiveType ;
698 - owl:onProperty ILAP:hasPlanResponsible 700 + owl:onProperty ILAP:hasPlanObjectiveType
699 ] ; 701 ] ;
700 rdfs:subClassOf 702 rdfs:subClassOf
701 [ rdf:type owl:Restriction ; 703 [ rdf:type owl:Restriction ;
702 - owl:maxQualifiedCardinality 704 + owl:onProperty ILAP:hasPlanGeoArea ;
703 - "1"^^xsd:nonNegativeInteger ; 705 + owl:someValuesFrom ILAP:PlanGeoArea
704 - owl:onClass ILAP:PlanLevel ;
705 - owl:onProperty ILAP:hasPlanLevel
706 ] ; 706 ] ;
707 rdfs:subClassOf 707 rdfs:subClassOf
708 [ rdf:type owl:Restriction ; 708 [ rdf:type owl:Restriction ;
709 - owl:onProperty ILAP:hasPlanContentType ; 709 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
710 - owl:someValuesFrom ILAP:PlanContentType 710 + owl:onProperty ILAP:hasPlanSubplan
711 ] ; 711 ] ;
712 rdfs:subClassOf 712 rdfs:subClassOf
713 [ rdf:type owl:Restriction ; 713 [ rdf:type owl:Restriction ;
714 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 714 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
715 - owl:onProperty ILAP:hasPlanSubplan 715 + owl:onProperty ILAP:hasPlanLifecycleStage
716 ] . 716 ] .
717 717
718 ILAP:ProjectMilestone 718 ILAP:ProjectMilestone
...@@ -726,9 +726,9 @@ ILAP:ProjectPhase ...@@ -726,9 +726,9 @@ ILAP:ProjectPhase
726 rdfs:subClassOf ILAP:Phase . 726 rdfs:subClassOf ILAP:Phase .
727 727
728 ILAP:Regular8To16WorkingDayCalendar 728 ILAP:Regular8To16WorkingDayCalendar
729 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 729 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
730 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ; 730 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ;
731 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar . 731 + rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> .
732 732
733 ILAP:Regulator 733 ILAP:Regulator
734 rdf:type owl:Class ; 734 rdf:type owl:Class ;
...@@ -736,23 +736,23 @@ ILAP:Regulator ...@@ -736,23 +736,23 @@ ILAP:Regulator
736 rdfs:subClassOf ILAP:ResponsibleOrganization . 736 rdfs:subClassOf ILAP:ResponsibleOrganization .
737 737
738 ILAP:Resource 738 ILAP:Resource
739 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 739 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
740 rdfs:label "Resource"^^xsd:string ; 740 rdfs:label "Resource"^^xsd:string ;
741 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . 741 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
742 742
743 ILAP:ResourceEstimate 743 ILAP:ResourceEstimate
744 rdf:type owl:Class ; 744 rdf:type owl:Class ;
745 rdfs:label "Resource Estimate"^^xsd:string . 745 rdfs:label "Resource Estimate"^^xsd:string .
746 746
747 ILAP:ResourceProfile 747 ILAP:ResourceProfile
748 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; 748 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
749 rdfs:label "Resource Profile"^^xsd:string ; 749 rdfs:label "Resource Profile"^^xsd:string ;
750 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . 750 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
751 751
752 ILAP:ResourceProfilePoint 752 ILAP:ResourceProfilePoint
753 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 753 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
754 rdfs:label "Resource Profile Point"^^xsd:string ; 754 rdfs:label "Resource Profile Point"^^xsd:string ;
755 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . 755 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
756 756
757 ILAP:ResourceType 757 ILAP:ResourceType
758 rdf:type owl:Class ; 758 rdf:type owl:Class ;
...@@ -764,17 +764,17 @@ ILAP:ResponsibleActor ...@@ -764,17 +764,17 @@ ILAP:ResponsibleActor
764 rdfs:subClassOf owl:Thing . 764 rdfs:subClassOf owl:Thing .
765 765
766 ILAP:ResponsibleOrganization 766 ILAP:ResponsibleOrganization
767 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 767 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
768 rdfs:label "Responsible Organization"^^xsd:string ; 768 rdfs:label "Responsible Organization"^^xsd:string ;
769 rdfs:subClassOf ILAP:ResponsibleActor . 769 rdfs:subClassOf ILAP:ResponsibleActor .
770 770
771 ILAP:ResponsiblePerson 771 ILAP:ResponsiblePerson
772 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; 772 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
773 rdfs:label "Responsible Person"^^xsd:string ; 773 rdfs:label "Responsible Person"^^xsd:string ;
774 rdfs:subClassOf ILAP:ResponsibleActor . 774 rdfs:subClassOf ILAP:ResponsibleActor .
775 775
776 ILAP:Result 776 ILAP:Result
777 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 777 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
778 rdfs:label "Result"^^xsd:string ; 778 rdfs:label "Result"^^xsd:string ;
779 rdfs:subClassOf owl:Thing . 779 rdfs:subClassOf owl:Thing .
780 780
...@@ -794,9 +794,9 @@ ILAP:RiskType ...@@ -794,9 +794,9 @@ ILAP:RiskType
794 rdfs:subClassOf owl:Thing . 794 rdfs:subClassOf owl:Thing .
795 795
796 ILAP:Schedule 796 ILAP:Schedule
797 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 797 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
798 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ; 798 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ;
799 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; 799 + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ;
800 rdfs:subClassOf 800 rdfs:subClassOf
801 [ rdf:type owl:Restriction ; 801 [ rdf:type owl:Restriction ;
802 owl:maxQualifiedCardinality 802 owl:maxQualifiedCardinality
...@@ -806,22 +806,22 @@ ILAP:Schedule ...@@ -806,22 +806,22 @@ ILAP:Schedule
806 ] . 806 ] .
807 807
808 ILAP:ScheduledActivity 808 ILAP:ScheduledActivity
809 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 809 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
810 rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ; 810 rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ;
811 rdfs:subClassOf ILAP:PlannedActivity ; 811 rdfs:subClassOf ILAP:PlannedActivity ;
812 rdfs:subClassOf 812 rdfs:subClassOf
813 [ rdf:type owl:Restriction ; 813 [ rdf:type owl:Restriction ;
814 owl:maxQualifiedCardinality 814 owl:maxQualifiedCardinality
815 "1"^^xsd:nonNegativeInteger ; 815 "1"^^xsd:nonNegativeInteger ;
816 - owl:onClass ILAP:PlannedActivity ; 816 + owl:onClass ILAP:Schedule ;
817 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 817 + owl:onProperty ILAP:hasActivitySchedule
818 ] ; 818 ] ;
819 rdfs:subClassOf 819 rdfs:subClassOf
820 [ rdf:type owl:Restriction ; 820 [ rdf:type owl:Restriction ;
821 owl:maxQualifiedCardinality 821 owl:maxQualifiedCardinality
822 "1"^^xsd:nonNegativeInteger ; 822 "1"^^xsd:nonNegativeInteger ;
823 - owl:onClass ILAP:Schedule ; 823 + owl:onClass ILAP:PlannedActivity ;
824 - owl:onProperty ILAP:hasActivitySchedule 824 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
825 ] . 825 ] .
826 826
827 ILAP:ScheduledMilestone 827 ILAP:ScheduledMilestone
...@@ -845,9 +845,9 @@ ILAP:ShutdownType ...@@ -845,9 +845,9 @@ ILAP:ShutdownType
845 rdfs:subClassOf owl:Thing . 845 rdfs:subClassOf owl:Thing .
846 846
847 ILAP:Source 847 ILAP:Source
848 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 848 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
849 rdfs:label "Source"^^xsd:string ; 849 rdfs:label "Source"^^xsd:string ;
850 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . 850 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
851 851
852 ILAP:StartMilestone 852 ILAP:StartMilestone
853 rdf:type owl:Class ; 853 rdf:type owl:Class ;
...@@ -855,22 +855,22 @@ ILAP:StartMilestone ...@@ -855,22 +855,22 @@ ILAP:StartMilestone
855 rdfs:subClassOf ILAP:MilestoneType . 855 rdfs:subClassOf ILAP:MilestoneType .
856 856
857 ILAP:StartToFinish 857 ILAP:StartToFinish
858 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 858 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
859 rdfs:label "Start to Finish"^^xsd:string ; 859 rdfs:label "Start to Finish"^^xsd:string ;
860 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 860 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
861 861
862 ILAP:StartToStart 862 ILAP:StartToStart
863 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 863 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
864 rdfs:label "Start to Start"^^xsd:string ; 864 rdfs:label "Start to Start"^^xsd:string ;
865 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 865 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
866 866
867 ILAP:Status 867 ILAP:Status
868 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; 868 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ;
869 rdfs:label "Status"^^xsd:string ; 869 rdfs:label "Status"^^xsd:string ;
870 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . 870 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing .
871 871
872 ILAP:TargetSchedule 872 ILAP:TargetSchedule
873 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 873 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
874 rdfs:label "Target Schedule"^^xsd:string ; 874 rdfs:label "Target Schedule"^^xsd:string ;
875 rdfs:subClassOf ILAP:Schedule . 875 rdfs:subClassOf ILAP:Schedule .
876 876
...@@ -892,12 +892,12 @@ ILAP:UnitBased ...@@ -892,12 +892,12 @@ ILAP:UnitBased
892 ILAP:Value 892 ILAP:Value
893 rdf:type owl:Class ; 893 rdf:type owl:Class ;
894 rdfs:label "Value"^^xsd:string ; 894 rdfs:label "Value"^^xsd:string ;
895 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . 895 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> .
896 896
897 ILAP:WeekendsFreeCalendar 897 ILAP:WeekendsFreeCalendar
898 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 898 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
899 rdfs:label "Weekends Free Calendar"^^xsd:string ; 899 rdfs:label "Weekends Free Calendar"^^xsd:string ;
900 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . 900 + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
901 901
902 ILAP:WorkOrder 902 ILAP:WorkOrder
903 rdf:type owl:Class ; 903 rdf:type owl:Class ;
...@@ -905,18 +905,18 @@ ILAP:WorkOrder ...@@ -905,18 +905,18 @@ ILAP:WorkOrder
905 rdfs:subClassOf ILAP:WorkTask . 905 rdfs:subClassOf ILAP:WorkTask .
906 906
907 ILAP:WorkTask 907 ILAP:WorkTask
908 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 908 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
909 rdfs:label "Work Task"^^xsd:string ; 909 rdfs:label "Work Task"^^xsd:string ;
910 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; 910 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ;
911 rdfs:subClassOf 911 rdfs:subClassOf
912 [ rdf:type owl:Restriction ; 912 [ rdf:type owl:Restriction ;
913 - owl:allValuesFrom BRREG:LegalEntity ; 913 + owl:onProperty ILAP:hasWorkTaskActivity ;
914 - owl:onProperty ILAP:hasWorkTaskResponsible 914 + owl:someValuesFrom ILAP:Activity
915 ] ; 915 ] ;
916 rdfs:subClassOf 916 rdfs:subClassOf
917 [ rdf:type owl:Restriction ; 917 [ rdf:type owl:Restriction ;
918 - owl:onProperty ILAP:hasWorkTaskActivity ; 918 + owl:allValuesFrom BRREG:LegalEntity ;
919 - owl:someValuesFrom ILAP:Activity 919 + owl:onProperty ILAP:hasWorkTaskResponsible
920 ] . 920 ] .
921 921
922 ILAP:WorkTaskStatus 922 ILAP:WorkTaskStatus
...@@ -951,7 +951,6 @@ ILAP:hasActivityBaselineSchedule ...@@ -951,7 +951,6 @@ ILAP:hasActivityBaselineSchedule
951 951
952 ILAP:hasActivityCalendar 952 ILAP:hasActivityCalendar
953 rdf:type owl:ObjectProperty ; 953 rdf:type owl:ObjectProperty ;
954 - rdfs:domain ILAP:Activity ;
955 rdfs:label "has Activity Calendar"^^xsd:string ; 954 rdfs:label "has Activity Calendar"^^xsd:string ;
956 rdfs:range ILAP:Calendar . 955 rdfs:range ILAP:Calendar .
957 956
...@@ -1039,7 +1038,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -1039,7 +1038,7 @@ ILAP:hasActivityPhysicalPercentComplete
1039 rdfs:range xsd:float . 1038 rdfs:range xsd:float .
1040 1039
1041 ILAP:hasActivityPlan 1040 ILAP:hasActivityPlan
1042 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1041 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1043 rdfs:domain ILAP:PlannedActivity ; 1042 rdfs:domain ILAP:PlannedActivity ;
1044 rdfs:label "has Activity Plan"^^xsd:string ; 1043 rdfs:label "has Activity Plan"^^xsd:string ;
1045 rdfs:range ILAP:ProjectExecutionPlan . 1044 rdfs:range ILAP:ProjectExecutionPlan .
...@@ -1089,7 +1088,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -1089,7 +1088,7 @@ ILAP:hasActivityResponsibleOrganization
1089 rdfs:range ILAP:ResponsibleOrganization . 1088 rdfs:range ILAP:ResponsibleOrganization .
1090 1089
1091 ILAP:hasActivityResponsiblePerson 1090 ILAP:hasActivityResponsiblePerson
1092 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1091 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1093 rdfs:domain ILAP:PlannedActivity ; 1092 rdfs:domain ILAP:PlannedActivity ;
1094 rdfs:label "has Activity Responsible Actor"^^xsd:string ; 1093 rdfs:label "has Activity Responsible Actor"^^xsd:string ;
1095 rdfs:range ILAP:ResponsiblePerson . 1094 rdfs:range ILAP:ResponsiblePerson .
...@@ -1124,7 +1123,7 @@ ILAP:hasActivityStatus ...@@ -1124,7 +1123,7 @@ ILAP:hasActivityStatus
1124 rdfs:range ILAP:Status . 1123 rdfs:range ILAP:Status .
1125 1124
1126 ILAP:hasActivitySuccessor 1125 ILAP:hasActivitySuccessor
1127 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1126 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1128 rdfs:domain ILAP:PlannedActivity ; 1127 rdfs:domain ILAP:PlannedActivity ;
1129 rdfs:label "has Activity Successor"^^xsd:string ; 1128 rdfs:label "has Activity Successor"^^xsd:string ;
1130 rdfs:range ILAP:ActivityDependency ; 1129 rdfs:range ILAP:ActivityDependency ;
...@@ -1191,7 +1190,7 @@ ILAP:hasCalendarDate ...@@ -1191,7 +1190,7 @@ ILAP:hasCalendarDate
1191 rdfs:label "has Calendar Date"^^xsd:string . 1190 rdfs:label "has Calendar Date"^^xsd:string .
1192 1191
1193 ILAP:hasCalendarFreePeriod 1192 ILAP:hasCalendarFreePeriod
1194 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1193 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1195 rdfs:domain ILAP:Calendar ; 1194 rdfs:domain ILAP:Calendar ;
1196 rdfs:label "has Calendar Free Period"^^xsd:string ; 1195 rdfs:label "has Calendar Free Period"^^xsd:string ;
1197 rdfs:range ILAP:CalendarFreePeriod . 1196 rdfs:range ILAP:CalendarFreePeriod .
...@@ -1498,7 +1497,7 @@ ILAP:hasPlanRegulator ...@@ -1498,7 +1497,7 @@ ILAP:hasPlanRegulator
1498 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1497 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1499 1498
1500 ILAP:hasPlanResponsible 1499 ILAP:hasPlanResponsible
1501 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1500 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1502 rdfs:domain ILAP:ProjectExecutionPlan ; 1501 rdfs:domain ILAP:ProjectExecutionPlan ;
1503 rdfs:label "has Plan Responsible"^^xsd:string ; 1502 rdfs:label "has Plan Responsible"^^xsd:string ;
1504 rdfs:range ILAP:ResponsibleOrganization . 1503 rdfs:range ILAP:ResponsibleOrganization .
...@@ -1705,7 +1704,7 @@ ILAP:hasSourceApplicaton ...@@ -1705,7 +1704,7 @@ ILAP:hasSourceApplicaton
1705 rdfs:range ILAP:Application . 1704 rdfs:range ILAP:Application .
1706 1705
1707 ILAP:hasSuccessorActivity 1706 ILAP:hasSuccessorActivity
1708 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1707 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1709 rdfs:domain ILAP:ActivityDependency ; 1708 rdfs:domain ILAP:ActivityDependency ;
1710 rdfs:label "has Successor Activity "^^xsd:string ; 1709 rdfs:label "has Successor Activity "^^xsd:string ;
1711 rdfs:range ILAP:PlannedActivity ; 1710 rdfs:range ILAP:PlannedActivity ;
...@@ -1733,7 +1732,7 @@ ILAP:hasTimeNow ...@@ -1733,7 +1732,7 @@ ILAP:hasTimeNow
1733 rdf:type owl:DatatypeProperty ; 1732 rdf:type owl:DatatypeProperty ;
1734 rdfs:domain ILAP:Schedule ; 1733 rdfs:domain ILAP:Schedule ;
1735 rdfs:label "has Time Now"^^xsd:string ; 1734 rdfs:label "has Time Now"^^xsd:string ;
1736 - rdfs:range xsd:date , xsd:dateTime . 1735 + rdfs:range xsd:dateTime , xsd:date .
1737 1736
1738 ILAP:hasWBScomponent 1737 ILAP:hasWBScomponent
1739 rdf:type owl:ObjectProperty ; 1738 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 ;
...@@ -147,7 +147,7 @@ ILAP:DependentOnShutdown ...@@ -147,7 +147,7 @@ ILAP:DependentOnShutdown
147 147
148 ILAP:Development 148 ILAP:Development
149 rdf:type ILAP:PlanLifecycleStage ; 149 rdf:type ILAP:PlanLifecycleStage ;
150 - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . 150 + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
151 151
152 ILAP:DisasterRecovery 152 ILAP:DisasterRecovery
153 rdf:type ILAP:PlanObjectiveType ; 153 rdf:type ILAP:PlanObjectiveType ;
...@@ -174,8 +174,8 @@ ILAP:DuringNormalOperation ...@@ -174,8 +174,8 @@ ILAP:DuringNormalOperation
174 rdfs:label "During Normal Operation"^^xsd:string . 174 rdfs:label "During Normal Operation"^^xsd:string .
175 175
176 ILAP:DuringShutdown 176 ILAP:DuringShutdown
177 - rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; 177 + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ;
178 - rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . 178 + rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string .
179 179
180 ILAP:EIS 180 ILAP:EIS
181 rdf:type ILAP:Application ; 181 rdf:type ILAP:Application ;
...@@ -605,7 +605,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -605,7 +605,7 @@ ILAP:StandardFreeWeekendPeriod
605 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 605 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
606 rdfs:label "Standard free weekend period"^^xsd:string ; 606 rdfs:label "Standard free weekend period"^^xsd:string ;
607 ILAP:hasCalendarPeriodFreeDay 607 ILAP:hasCalendarPeriodFreeDay
608 - ILAP:Saturday , ILAP:Sunday . 608 + ILAP:Sunday , ILAP:Saturday .
609 609
610 ILAP:StandardWorkWeekdayPeriod 610 ILAP:StandardWorkWeekdayPeriod
611 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 611 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -768,7 +768,7 @@ ILAP:hasWorkTaskResponsible ...@@ -768,7 +768,7 @@ ILAP:hasWorkTaskResponsible
768 rdfs:range ILAP:ResponsiblePerson . 768 rdfs:range ILAP:ResponsiblePerson .
769 769
770 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 770 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
771 - rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . 771 + rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category .
772 772
773 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 773 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
774 rdfs:subClassOf ILAP:Result . 774 rdfs:subClassOf ILAP:Result .
...@@ -781,57 +781,57 @@ USERFIELDS:UserField ...@@ -781,57 +781,57 @@ USERFIELDS:UserField
781 [ rdf:type owl:Restriction ; 781 [ rdf:type owl:Restriction ;
782 owl:maxQualifiedCardinality 782 owl:maxQualifiedCardinality
783 "1"^^xsd:nonNegativeInteger ; 783 "1"^^xsd:nonNegativeInteger ;
784 - owl:onClass ILAP:ShutdownType ; 784 + owl:onClass ILAP:Discipline ;
785 - owl:onProperty USERFIELDS:hasShutdownType 785 + owl:onProperty USERFIELDS:hasDiscipline
786 ] ; 786 ] ;
787 rdfs:subClassOf 787 rdfs:subClassOf
788 [ rdf:type owl:Restriction ; 788 [ rdf:type owl:Restriction ;
789 owl:maxQualifiedCardinality 789 owl:maxQualifiedCardinality
790 "1"^^xsd:nonNegativeInteger ; 790 "1"^^xsd:nonNegativeInteger ;
791 - owl:onClass ILAP:Result ; 791 + owl:onClass ILAP:MilestoneType ;
792 - owl:onProperty USERFIELDS:hasProduct 792 + owl:onProperty USERFIELDS:hasMilestone
793 ] ; 793 ] ;
794 rdfs:subClassOf 794 rdfs:subClassOf
795 [ rdf:type owl:Restriction ; 795 [ rdf:type owl:Restriction ;
796 owl:maxQualifiedCardinality 796 owl:maxQualifiedCardinality
797 "1"^^xsd:nonNegativeInteger ; 797 "1"^^xsd:nonNegativeInteger ;
798 - owl:onClass ILAP:Phase ; 798 + owl:onClass ILAP:Contractor ;
799 - owl:onProperty USERFIELDS:hasProjectPhase 799 + owl:onProperty USERFIELDS:hasContractor
800 ] ; 800 ] ;
801 rdfs:subClassOf 801 rdfs:subClassOf
802 [ rdf:type owl:Restriction ; 802 [ rdf:type owl:Restriction ;
803 owl:maxQualifiedCardinality 803 owl:maxQualifiedCardinality
804 "1"^^xsd:nonNegativeInteger ; 804 "1"^^xsd:nonNegativeInteger ;
805 - owl:onClass ILAP:Discipline ; 805 + owl:onClass ILAP:Facility ;
806 - owl:onProperty USERFIELDS:hasCategory 806 + owl:onProperty USERFIELDS:hasFacility
807 ] ; 807 ] ;
808 rdfs:subClassOf 808 rdfs:subClassOf
809 [ rdf:type owl:Restriction ; 809 [ rdf:type owl:Restriction ;
810 owl:maxQualifiedCardinality 810 owl:maxQualifiedCardinality
811 "1"^^xsd:nonNegativeInteger ; 811 "1"^^xsd:nonNegativeInteger ;
812 - owl:onClass ILAP:Facility ; 812 + owl:onClass ILAP:Discipline ;
813 - owl:onProperty USERFIELDS:hasFacility 813 + owl:onProperty USERFIELDS:hasCategory
814 ] ; 814 ] ;
815 rdfs:subClassOf 815 rdfs:subClassOf
816 [ rdf:type owl:Restriction ; 816 [ rdf:type owl:Restriction ;
817 owl:maxQualifiedCardinality 817 owl:maxQualifiedCardinality
818 "1"^^xsd:nonNegativeInteger ; 818 "1"^^xsd:nonNegativeInteger ;
819 - owl:onClass ILAP:Contractor ; 819 + owl:onClass ILAP:Phase ;
820 - owl:onProperty USERFIELDS:hasContractor 820 + owl:onProperty USERFIELDS:hasProjectPhase
821 ] ; 821 ] ;
822 rdfs:subClassOf 822 rdfs:subClassOf
823 [ rdf:type owl:Restriction ; 823 [ rdf:type owl:Restriction ;
824 owl:maxQualifiedCardinality 824 owl:maxQualifiedCardinality
825 "1"^^xsd:nonNegativeInteger ; 825 "1"^^xsd:nonNegativeInteger ;
826 - owl:onClass ILAP:MilestoneType ; 826 + owl:onClass ILAP:Result ;
827 - owl:onProperty USERFIELDS:hasMilestone 827 + owl:onProperty USERFIELDS:hasProduct
828 ] ; 828 ] ;
829 rdfs:subClassOf 829 rdfs:subClassOf
830 [ rdf:type owl:Restriction ; 830 [ rdf:type owl:Restriction ;
831 owl:maxQualifiedCardinality 831 owl:maxQualifiedCardinality
832 "1"^^xsd:nonNegativeInteger ; 832 "1"^^xsd:nonNegativeInteger ;
833 - owl:onClass ILAP:Discipline ; 833 + owl:onClass ILAP:ShutdownType ;
834 - owl:onProperty USERFIELDS:hasDiscipline 834 + owl:onProperty USERFIELDS:hasShutdownType
835 ] . 835 ] .
836 836
837 <http://data.posccaesar.org/npd/ontology/Licence> 837 <http://data.posccaesar.org/npd/ontology/Licence>
...@@ -867,7 +867,7 @@ USERFIELDS:UserField ...@@ -867,7 +867,7 @@ USERFIELDS:UserField
867 rdl:RDS282149 867 rdl:RDS282149
868 rdf:type owl:Class ; 868 rdf:type owl:Class ;
869 rdfs:label "RDS282149"^^xsd:string ; 869 rdfs:label "RDS282149"^^xsd:string ;
870 - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . 870 + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
871 871
872 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> 872 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
873 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . 873 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
......
...@@ -22,7 +22,7 @@ UC1:Schedule_1 ...@@ -22,7 +22,7 @@ UC1:Schedule_1
22 <http://data.posccaesar.org/ilap/AFEForRosenbergToConocoPhilllips2.0> 22 <http://data.posccaesar.org/ilap/AFEForRosenbergToConocoPhilllips2.0>
23 rdf:type USERFIELDS:FreeTextField ; 23 rdf:type USERFIELDS:FreeTextField ;
24 rdfs:label "AFE for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 24 rdfs:label "AFE for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
25 - USERFIELDS:hasShort "H207-WHRU"^^xsd:string , "H373-DUCT"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string . 25 + USERFIELDS:hasShort "G139 (WUX.27F.G139.AE)"^^xsd:string , "H373-DUCT"^^xsd:string , "H207-WHRU"^^xsd:string .
26 26
27 ILAP:AccruedTimeContract_1 27 ILAP:AccruedTimeContract_1
28 rdf:type ILAP:AccruedTimeContract ; 28 rdf:type ILAP:AccruedTimeContract ;
...@@ -43,15 +43,21 @@ ILAP:ActivityPlan_1 ...@@ -43,15 +43,21 @@ ILAP:ActivityPlan_1
43 rdf:type USERFIELDS:FreeTextField ; 43 rdf:type USERFIELDS:FreeTextField ;
44 rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 44 rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
45 USERFIELDS:hasDescription 45 USERFIELDS:hasDescription
46 - "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 . 46 + "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 .
47 47
48 ILAP:ActivityWBS_1 48 ILAP:ActivityWBS_1
49 rdf:type ILAP:ActivityWBS ; 49 rdf:type ILAP:ActivityWBS ;
50 rdfs:label "Activity WBS 1"^^xsd:string ; 50 rdfs:label "Activity WBS 1"^^xsd:string ;
51 ILAP:hasWBScomponent 51 ILAP:hasWBScomponent
52 - ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; 52 + SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ;
53 - ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; 53 + ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ;
54 - ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD . 54 + ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 .
55 +
56 +ILAP:Activity_1
57 + rdf:type ILAP:Activity ;
58 + rdfs:label "Activity 1"^^xsd:string ;
59 + ILAP:hasActivityPhase
60 + SCCS:SAB_21 .
55 61
56 <http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0> 62 <http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0>
57 rdf:type USERFIELDS:FreeTextField ; 63 rdf:type USERFIELDS:FreeTextField ;
...@@ -60,32 +66,36 @@ ILAP:ActivityWBS_1 ...@@ -60,32 +66,36 @@ ILAP:ActivityWBS_1
60 "P41"^^xsd:string , "P21"^^xsd:string , "GLC_Level 4"^^xsd:string , "P42"^^xsd:string , "GLC_Level 1"^^xsd:string , "GLC_Level 3"^^xsd:string , "GLC_Level 2"^^xsd:string ; 66 "P41"^^xsd:string , "P21"^^xsd:string , "GLC_Level 4"^^xsd:string , "P42"^^xsd:string , "GLC_Level 1"^^xsd:string , "GLC_Level 3"^^xsd:string , "GLC_Level 2"^^xsd:string ;
61 USERFIELDS:hasShort "GLC_Level 1"^^xsd:string , "P21"^^xsd:string , "P41"^^xsd:string , "P42"^^xsd:string , "GLC_Level 3"^^xsd:string , "GLC_Level 4"^^xsd:string , "GLC_Level 2"^^xsd:string . 67 USERFIELDS:hasShort "GLC_Level 1"^^xsd:string , "P21"^^xsd:string , "P41"^^xsd:string , "P42"^^xsd:string , "GLC_Level 3"^^xsd:string , "GLC_Level 4"^^xsd:string , "GLC_Level 2"^^xsd:string .
62 68
69 +ILAP:Asset_1
70 + rdf:type ILAP:Asset ;
71 + rdfs:label "Asset 1"^^xsd:string .
72 +
63 <http://data.posccaesar.org/ilap/BudgetResponsibleForRosenbergToConocoPhilllips2.0> 73 <http://data.posccaesar.org/ilap/BudgetResponsibleForRosenbergToConocoPhilllips2.0>
64 rdf:type USERFIELDS:FreeTextField ; 74 rdf:type USERFIELDS:FreeTextField ;
65 rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 75 rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
66 USERFIELDS:hasDescription 76 USERFIELDS:hasDescription
67 - "Jostein Larsen"^^xsd:string , "Vidar Kjempenes"^^xsd:string ; 77 + "Vidar Kjempenes"^^xsd:string , "Jostein Larsen"^^xsd:string ;
68 - USERFIELDS:hasShort "JL"^^xsd:string , "VK"^^xsd:string . 78 + USERFIELDS:hasShort "VK"^^xsd:string , "JL"^^xsd:string .
69 79
70 <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0> 80 <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0>
71 rdf:type USERFIELDS:FreeTextField ; 81 rdf:type USERFIELDS:FreeTextField ;
72 rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 82 rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
73 USERFIELDS:hasDescription 83 USERFIELDS:hasDescription
74 "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 ; 84 "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 ;
75 - 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 . 85 + 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 .
76 86
77 <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8> 87 <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8>
78 rdf:type USERFIELDS:FreeTextField ; 88 rdf:type USERFIELDS:FreeTextField ;
79 rdfs:label "CM-oppdrag for Reinertsen to Statoil1.8"^^xsd:string ; 89 rdfs:label "CM-oppdrag for Reinertsen to Statoil1.8"^^xsd:string ;
80 USERFIELDS:hasDescription 90 USERFIELDS:hasDescription
81 - "CM-oppdrag"^^xsd:string , "Not CM-oppdrag"^^xsd:string . 91 + "Not CM-oppdrag"^^xsd:string , "CM-oppdrag"^^xsd:string .
82 92
83 <http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0> 93 <http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0>
84 rdf:type USERFIELDS:FreeTextField ; 94 rdf:type USERFIELDS:FreeTextField ;
85 rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 95 rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
86 USERFIELDS:hasDescription 96 USERFIELDS:hasDescription
87 "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 ; 97 "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 ;
88 - 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 . 98 + 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 .
89 99
90 ILAP:COR_KD_1 100 ILAP:COR_KD_1
91 rdf:type SCCS:COR_KD ; 101 rdf:type SCCS:COR_KD ;
...@@ -107,8 +117,8 @@ ILAP:COR_KX_1 ...@@ -107,8 +117,8 @@ ILAP:COR_KX_1
107 rdf:type USERFIELDS:FreeTextField ; 117 rdf:type USERFIELDS:FreeTextField ;
108 rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 118 rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
109 USERFIELDS:hasDescription 119 USERFIELDS:hasDescription
110 - "Document Control"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Hotwork and Platform SD"^^xsd:string ; 120 + "Hotwork and Platform SD"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Document Control"^^xsd:string ;
111 - USERFIELDS:hasShort "DDZEG0000"^^xsd:string , "HA09AD-TH"^^xsd:string , "X"^^xsd:string . 121 + USERFIELDS:hasShort "X"^^xsd:string , "HA09AD-TH"^^xsd:string , "DDZEG0000"^^xsd:string .
112 122
113 ILAP:Calendar_1 123 ILAP:Calendar_1
114 rdf:type ILAP:Calendar ; 124 rdf:type ILAP:Calendar ;
...@@ -154,7 +164,7 @@ ILAP:Contract_1 ...@@ -154,7 +164,7 @@ ILAP:Contract_1
154 rdf:type USERFIELDS:FreeTextField ; 164 rdf:type USERFIELDS:FreeTextField ;
155 rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ; 165 rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ;
156 USERFIELDS:hasDescription 166 USERFIELDS:hasDescription
157 - "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 . 167 + "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 .
158 168
159 ILAP:FinishToStart_1_2 169 ILAP:FinishToStart_1_2
160 rdf:type ILAP:FinishToStart ; 170 rdf:type ILAP:FinishToStart ;
...@@ -191,13 +201,13 @@ ILAP:IncentiveContract_2 ...@@ -191,13 +201,13 @@ ILAP:IncentiveContract_2
191 rdf:type USERFIELDS:FreeTextField ; 201 rdf:type USERFIELDS:FreeTextField ;
192 rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ; 202 rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ;
193 USERFIELDS:hasDescription 203 USERFIELDS:hasDescription
194 - "Lennart Svensson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Christer Andersson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Andreas Gurk"^^xsd:string . 204 + "Andreas Gurk"^^xsd:string , "Andreas Forberg "^^xsd:string , "Christer Andersson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Lennart Svensson"^^xsd:string .
195 205
196 <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8> 206 <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8>
197 rdf:type USERFIELDS:FreeTextField ; 207 rdf:type USERFIELDS:FreeTextField ;
198 rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ; 208 rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ;
199 USERFIELDS:hasDescription 209 USERFIELDS:hasDescription
200 - "18"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string , "5"^^xsd:string , "6"^^xsd:string . 210 + "6"^^xsd:string , "5"^^xsd:string , "4"^^xsd:string , "3"^^xsd:string , "2"^^xsd:string , "1"^^xsd:string , "18"^^xsd:string .
201 211
202 ILAP:InvoicableWork_1 212 ILAP:InvoicableWork_1
203 rdf:type ILAP:InvoicableWork ; 213 rdf:type ILAP:InvoicableWork ;
...@@ -207,7 +217,7 @@ ILAP:InvoicableWork_1 ...@@ -207,7 +217,7 @@ ILAP:InvoicableWork_1
207 rdf:type USERFIELDS:FreeTextField ; 217 rdf:type USERFIELDS:FreeTextField ;
208 rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ; 218 rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ;
209 USERFIELDS:hasDescription 219 USERFIELDS:hasDescription
210 - "Studierapport"^^xsd:string , "RFOC"^^xsd:string , "Sluttrapport"^^xsd:string . 220 + "Sluttrapport"^^xsd:string , "RFOC"^^xsd:string , "Studierapport"^^xsd:string .
211 221
212 <http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8> 222 <http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8>
213 rdf:type USERFIELDS:FreeTextField ; 223 rdf:type USERFIELDS:FreeTextField ;
...@@ -220,7 +230,7 @@ ILAP:InvoicableWork_1 ...@@ -220,7 +230,7 @@ ILAP:InvoicableWork_1
220 rdf:type USERFIELDS:FreeTextField ; 230 rdf:type USERFIELDS:FreeTextField ;
221 rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 231 rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
222 USERFIELDS:hasDescription 232 USERFIELDS:hasDescription
223 - "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 ; 233 + "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 ;
224 USERFIELDS:hasShort "SR"^^xsd:string . 234 USERFIELDS:hasShort "SR"^^xsd:string .
225 235
226 <http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0> 236 <http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0>
...@@ -231,7 +241,7 @@ ILAP:InvoicableWork_1 ...@@ -231,7 +241,7 @@ ILAP:InvoicableWork_1
231 <http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0> 241 <http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0>
232 rdf:type USERFIELDS:FreeTextField ; 242 rdf:type USERFIELDS:FreeTextField ;
233 rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 243 rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
234 - 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 . 244 + 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 .
235 245
236 ILAP:LumpSumContract_1 246 ILAP:LumpSumContract_1
237 rdf:type ILAP:LumpSumContract ; 247 rdf:type ILAP:LumpSumContract ;
...@@ -282,11 +292,13 @@ ILAP:PBS_ACAA_1 ...@@ -282,11 +292,13 @@ ILAP:PBS_ACAA_1
282 rdf:type USERFIELDS:FreeTextField ; 292 rdf:type USERFIELDS:FreeTextField ;
283 rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ; 293 rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ;
284 USERFIELDS:hasDescription 294 USERFIELDS:hasDescription
285 - "Mattias Allebert"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Erik Havnes"^^xsd:string , "Gry Helle Nakstad"^^xsd:string . 295 + "Gry Helle Nakstad"^^xsd:string , "Erik Havnes"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Mattias Allebert"^^xsd:string .
286 296
287 ILAP:PlannedActivity_1 297 ILAP:PlannedActivity_1
288 rdf:type ILAP:PlannedActivity ; 298 rdf:type ILAP:PlannedActivity ;
289 rdfs:label "Planned activity 1"^^xsd:string ; 299 rdfs:label "Planned activity 1"^^xsd:string ;
300 + ILAP:hasActivityActiveStatus
301 + ILAP:Active ;
290 ILAP:hasActivityRisk 302 ILAP:hasActivityRisk
291 ILAP:Risk_1 . 303 ILAP:Risk_1 .
292 304
...@@ -388,7 +400,7 @@ ILAP:ProjectExecutionSubPlan_UC1 ...@@ -388,7 +400,7 @@ ILAP:ProjectExecutionSubPlan_UC1
388 rdf:type USERFIELDS:FreeTextField ; 400 rdf:type USERFIELDS:FreeTextField ;
389 rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ; 401 rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ;
390 USERFIELDS:hasDescription 402 USERFIELDS:hasDescription
391 - "Ove Løberg"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Geir Sve"^^xsd:string , "Gunn Elin Harba"^^xsd:string . 403 + "Gunn Elin Harba"^^xsd:string , "Geir Sve"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Ove Løberg"^^xsd:string .
392 404
393 <http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0> 405 <http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0>
394 rdf:type USERFIELDS:FreeTextField ; 406 rdf:type USERFIELDS:FreeTextField ;
...@@ -471,7 +483,9 @@ ILAP:SAB_51_1 ...@@ -471,7 +483,9 @@ ILAP:SAB_51_1
471 483
472 ILAP:ScheduledActivity_1 484 ILAP:ScheduledActivity_1
473 rdf:type ILAP:ScheduledActivity ; 485 rdf:type ILAP:ScheduledActivity ;
474 - rdfs:label "Scheduled activity 1"^^xsd:string . 486 + rdfs:label "Scheduled activity 1"^^xsd:string ;
487 + ILAP:hasActivityCalendar
488 + ILAP:Calendar_1 .
475 489
476 ILAP:ScheduledActivity_2 490 ILAP:ScheduledActivity_2
477 rdf:type ILAP:ScheduledActivity ; 491 rdf:type ILAP:ScheduledActivity ;
...@@ -518,14 +532,14 @@ ILAP:SummerShutdown_UC1 ...@@ -518,14 +532,14 @@ ILAP:SummerShutdown_UC1
518 ILAP:hasShutdownPriority 532 ILAP:hasShutdownPriority
519 ILAP:NormalPriority ; 533 ILAP:NormalPriority ;
520 ILAP:hasShutdownType 534 ILAP:hasShutdownType
521 - ILAP:ProductionShutdown , ILAP:ScheduledShutdown , ILAP:SystemShutdown . 535 + ILAP:SystemShutdown , ILAP:ScheduledShutdown , ILAP:ProductionShutdown .
522 536
523 <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0> 537 <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0>
524 rdf:type USERFIELDS:FreeTextField ; 538 rdf:type USERFIELDS:FreeTextField ;
525 rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 539 rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
526 USERFIELDS:hasDescription 540 USERFIELDS:hasDescription
527 - "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 ; 541 + "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 ;
528 - 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 . 542 + 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 .
529 543
530 ILAP:TargetBudget_1 544 ILAP:TargetBudget_1
531 rdf:type ILAP:TargetBudget ; 545 rdf:type ILAP:TargetBudget ;
...@@ -541,14 +555,14 @@ ILAP:UserField ...@@ -541,14 +555,14 @@ ILAP:UserField
541 rdfs:subClassOf 555 rdfs:subClassOf
542 [ rdf:type owl:Restriction ; 556 [ rdf:type owl:Restriction ;
543 owl:onDataRange xsd:string ; 557 owl:onDataRange xsd:string ;
544 - owl:onProperty ILAP:hasValue ; 558 + owl:onProperty ILAP:hasValueSource ;
545 owl:qualifiedCardinality 559 owl:qualifiedCardinality
546 "1"^^xsd:nonNegativeInteger 560 "1"^^xsd:nonNegativeInteger
547 ] ; 561 ] ;
548 rdfs:subClassOf 562 rdfs:subClassOf
549 [ rdf:type owl:Restriction ; 563 [ rdf:type owl:Restriction ;
550 owl:onDataRange xsd:string ; 564 owl:onDataRange xsd:string ;
551 - owl:onProperty ILAP:hasValueSource ; 565 + owl:onProperty ILAP:hasValue ;
552 owl:qualifiedCardinality 566 owl:qualifiedCardinality
553 "1"^^xsd:nonNegativeInteger 567 "1"^^xsd:nonNegativeInteger
554 ] . 568 ] .
...@@ -676,6 +690,9 @@ ILAP:WorkOrder_1 ...@@ -676,6 +690,9 @@ ILAP:WorkOrder_1
676 ILAP:hasActivityActiveStatus 690 ILAP:hasActivityActiveStatus
677 rdfs:range ILAP:Status . 691 rdfs:range ILAP:Status .
678 692
693 +ILAP:hasActivityCalendar
694 + rdfs:domain ILAP:ScheduledActivity .
695 +
679 ILAP:hasActivityContractor 696 ILAP:hasActivityContractor
680 rdfs:domain USERFIELDS:UserField ; 697 rdfs:domain USERFIELDS:UserField ;
681 rdfs:range USERFIELDS:FreeTextField . 698 rdfs:range USERFIELDS:FreeTextField .
...@@ -703,15 +720,15 @@ USERFIELDS:UserField ...@@ -703,15 +720,15 @@ USERFIELDS:UserField
703 [ rdf:type owl:Restriction ; 720 [ rdf:type owl:Restriction ;
704 owl:maxQualifiedCardinality 721 owl:maxQualifiedCardinality
705 "1"^^xsd:nonNegativeInteger ; 722 "1"^^xsd:nonNegativeInteger ;
706 - owl:onClass ILAP:Contractor ; 723 + owl:onClass ILAP:MilestoneType ;
707 - owl:onProperty USERFIELDS:hasContractor 724 + owl:onProperty USERFIELDS:hasMilestone
708 ] ; 725 ] ;
709 rdfs:subClassOf 726 rdfs:subClassOf
710 [ rdf:type owl:Restriction ; 727 [ rdf:type owl:Restriction ;
711 owl:maxQualifiedCardinality 728 owl:maxQualifiedCardinality
712 "1"^^xsd:nonNegativeInteger ; 729 "1"^^xsd:nonNegativeInteger ;
713 - owl:onClass ILAP:MilestoneType ; 730 + owl:onClass ILAP:Contractor ;
714 - owl:onProperty USERFIELDS:hasMilestone 731 + owl:onProperty USERFIELDS:hasContractor
715 ] . 732 ] .
716 733
717 USERFIELDS:hasCategory 734 USERFIELDS:hasCategory
......