Tore Christiansen

Changed type individuals to classes

...@@ -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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 17 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
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:Status ; 21 + owl:allValuesFrom ILAP:Discipline ;
22 - owl:onProperty ILAP:hasActivityStatus 22 + owl:onProperty ILAP:hasActivityDiscipline
23 ] ; 23 ] ;
24 rdfs:subClassOf 24 rdfs:subClassOf
25 [ rdf:type owl:Restriction ; 25 [ rdf:type owl:Restriction ;
26 - owl:onProperty ILAP:hasExternalReference ; 26 + owl:allValuesFrom ILAP:Calendar ;
27 - owl:someValuesFrom ILAP:ExternalReference 27 + owl:onProperty ILAP:hasActivityCalendar
28 ] ; 28 ] ;
29 rdfs:subClassOf 29 rdfs:subClassOf
30 [ rdf:type owl:Restriction ; 30 [ rdf:type owl:Restriction ;
31 - owl:allValuesFrom ILAP:Calendar ; 31 + owl:onProperty ILAP:hasExternalReference ;
32 - owl:onProperty ILAP:hasActivityCalendar 32 + owl:someValuesFrom ILAP:ExternalReference
33 ] ; 33 ] ;
34 rdfs:subClassOf 34 rdfs:subClassOf
35 [ rdf:type owl:Restriction ; 35 [ rdf:type owl:Restriction ;
36 - owl:allValuesFrom ILAP:Discipline ; 36 + owl:allValuesFrom ILAP:Status ;
37 - owl:onProperty ILAP:hasActivityDiscipline 37 + owl:onProperty ILAP:hasActivityStatus
38 ] . 38 ] .
39 39
40 ILAP:ActivityDependency 40 ILAP:ActivityDependency
41 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 41 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
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:hasSuccessorActivity ; 47 + owl:onProperty ILAP:hasPredecessorActivity ;
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:hasPredecessorActivity ; 54 + owl:onProperty ILAP:hasSuccessorActivity ;
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 60 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 75 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
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 owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . 82 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing .
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 owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . 87 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing .
88 88
89 ILAP:Baseline 89 ILAP:Baseline
90 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 90 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 103 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
104 rdfs:label "Calendar"^^xsd:string ; 104 rdfs:label "Calendar"^^xsd:string ;
105 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; 105 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 113 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
114 rdfs:label "Calendar day"^^xsd:string ; 114 rdfs:label "Calendar day"^^xsd:string ;
115 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . 115 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
116 116
117 ILAP:CalendarFreePeriod 117 ILAP:CalendarFreePeriod
118 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 118 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
119 rdfs:label "Calendar free period"^^xsd:string ; 119 rdfs:label "Calendar free period"^^xsd:string ;
120 - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; 120 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 132 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
133 rdfs:label "Free day"^^xsd:string ; 133 rdfs:label "Free day"^^xsd:string ;
134 - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . 134 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
135 135
136 ILAP:CalendarHour 136 ILAP:CalendarHour
137 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 137 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
138 rdfs:label "calendar hour"^^xsd:string ; 138 rdfs:label "calendar hour"^^xsd:string ;
139 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . 139 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> .
140 140
141 ILAP:CalendarPeriod 141 ILAP:CalendarPeriod
142 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; 142 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
143 rdfs:label "Calendar period"^^xsd:string ; 143 rdfs:label "Calendar period"^^xsd:string ;
144 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; 144 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
145 rdfs:subClassOf 145 rdfs:subClassOf
146 [ rdf:type owl:Restriction ; 146 [ rdf:type owl:Restriction ;
147 - owl:allValuesFrom ILAP:CalendarHour ; 147 + owl:allValuesFrom ILAP:CalendarDay ;
148 - owl:onProperty ILAP:hasCalendarPeriodHour 148 + owl:onProperty ILAP:hasCalendarPeriodDay
149 ] ; 149 ] ;
150 rdfs:subClassOf 150 rdfs:subClassOf
151 [ rdf:type owl:Restriction ; 151 [ rdf:type owl:Restriction ;
152 - owl:allValuesFrom ILAP:CalendarDay ; 152 + owl:allValuesFrom ILAP:CalendarHour ;
153 - owl:onProperty ILAP:hasCalendarPeriodDay 153 + owl:onProperty ILAP:hasCalendarPeriodHour
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 owl:Thing , <http://posccaesar.org/rdl/RDS330344> . 169 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing .
170 170
171 ILAP:ConstructionMilestone 171 ILAP:ConstructionMilestone
172 rdf:type owl:Class ; 172 rdf:type owl:Class ;
...@@ -176,7 +176,7 @@ ILAP:ConstructionMilestone ...@@ -176,7 +176,7 @@ 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 owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . 179 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing .
180 180
181 ILAP:ContractMilestone 181 ILAP:ContractMilestone
182 rdf:type owl:Class ; 182 rdf:type owl:Class ;
...@@ -201,7 +201,7 @@ ILAP:ControlSchedule ...@@ -201,7 +201,7 @@ ILAP:ControlSchedule
201 ILAP:Cost 201 ILAP:Cost
202 rdf:type owl:Class ; 202 rdf:type owl:Class ;
203 rdfs:label "Cost"^^xsd:string ; 203 rdfs:label "Cost"^^xsd:string ;
204 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . 204 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing .
205 205
206 ILAP:CostBased 206 ILAP:CostBased
207 rdf:type owl:Class ; 207 rdf:type owl:Class ;
...@@ -209,14 +209,14 @@ ILAP:CostBased ...@@ -209,14 +209,14 @@ ILAP:CostBased
209 rdfs:subClassOf ILAP:Resource . 209 rdfs:subClassOf ILAP:Resource .
210 210
211 ILAP:CurrentSchedule 211 ILAP:CurrentSchedule
212 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 212 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
213 rdfs:label "Current schedule"^^xsd:string ; 213 rdfs:label "Current schedule"^^xsd:string ;
214 rdfs:subClassOf ILAP:Schedule . 214 rdfs:subClassOf ILAP:Schedule .
215 215
216 ILAP:Data 216 ILAP:Data
217 rdf:type owl:Class ; 217 rdf:type owl:Class ;
218 rdfs:label "Data"^^xsd:string ; 218 rdfs:label "Data"^^xsd:string ;
219 - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; 219 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ;
220 rdfs:subClassOf 220 rdfs:subClassOf
221 [ rdf:type owl:Restriction ; 221 [ rdf:type owl:Restriction ;
222 owl:onClass ILAP:Project ; 222 owl:onClass ILAP:Project ;
...@@ -246,7 +246,7 @@ ILAP:DesignMilestone ...@@ -246,7 +246,7 @@ ILAP:DesignMilestone
246 rdfs:subClassOf ILAP:MilestoneType . 246 rdfs:subClassOf ILAP:MilestoneType .
247 247
248 ILAP:Discipline 248 ILAP:Discipline
249 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 249 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
250 rdfs:label "Discipline"^^xsd:string ; 250 rdfs:label "Discipline"^^xsd:string ;
251 rdfs:subClassOf owl:Thing . 251 rdfs:subClassOf owl:Thing .
252 252
...@@ -266,13 +266,15 @@ ILAP:EngineeringMilestone ...@@ -266,13 +266,15 @@ ILAP:EngineeringMilestone
266 rdfs:subClassOf ILAP:MilestoneType . 266 rdfs:subClassOf ILAP:MilestoneType .
267 267
268 ILAP:ExternalReference 268 ILAP:ExternalReference
269 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; 269 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
270 rdfs:label "External Reference"^^xsd:string ; 270 rdfs:label "External Reference"^^xsd:string ;
271 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; 271 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
272 rdfs:subClassOf 272 rdfs:subClassOf
273 [ rdf:type owl:Restriction ; 273 [ rdf:type owl:Restriction ;
274 - owl:allValuesFrom ILAP:Application ; 274 + owl:onDataRange xsd:string ;
275 - owl:onProperty ILAP:hasReferenceApplication 275 + owl:onProperty ILAP:hasObjectReferenceID ;
276 + owl:qualifiedCardinality
277 + "1"^^xsd:nonNegativeInteger
276 ] ; 278 ] ;
277 rdfs:subClassOf 279 rdfs:subClassOf
278 [ rdf:type owl:Restriction ; 280 [ rdf:type owl:Restriction ;
...@@ -281,10 +283,8 @@ ILAP:ExternalReference ...@@ -281,10 +283,8 @@ ILAP:ExternalReference
281 ] ; 283 ] ;
282 rdfs:subClassOf 284 rdfs:subClassOf
283 [ rdf:type owl:Restriction ; 285 [ rdf:type owl:Restriction ;
284 - owl:onDataRange xsd:string ; 286 + owl:allValuesFrom ILAP:Application ;
285 - owl:onProperty ILAP:hasObjectReferenceID ; 287 + owl:onProperty ILAP:hasReferenceApplication
286 - owl:qualifiedCardinality
287 - "1"^^xsd:nonNegativeInteger
288 ] . 288 ] .
289 289
290 ILAP:Facility 290 ILAP:Facility
...@@ -298,14 +298,14 @@ ILAP:Field ...@@ -298,14 +298,14 @@ ILAP:Field
298 rdfs:subClassOf owl:Thing . 298 rdfs:subClassOf owl:Thing .
299 299
300 ILAP:FinishToFinish 300 ILAP:FinishToFinish
301 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 301 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
302 rdfs:label "Finish to finish"^^xsd:string ; 302 rdfs:label "Finish to finish"^^xsd:string ;
303 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 303 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
304 304
305 ILAP:FinishToStart 305 ILAP:FinishToStart
306 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 306 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
307 rdfs:label "Finish to start"^^xsd:string ; 307 rdfs:label "Finish to start"^^xsd:string ;
308 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 308 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
309 309
310 ILAP:FunctionalLocation 310 ILAP:FunctionalLocation
311 rdf:type owl:Class ; 311 rdf:type owl:Class ;
...@@ -320,7 +320,7 @@ ILAP:GeographicLocation ...@@ -320,7 +320,7 @@ ILAP:GeographicLocation
320 ILAP:Information 320 ILAP:Information
321 rdf:type owl:Class ; 321 rdf:type owl:Class ;
322 rdfs:label "Information"^^xsd:string ; 322 rdfs:label "Information"^^xsd:string ;
323 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . 323 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing .
324 324
325 ILAP:Knowledge 325 ILAP:Knowledge
326 rdf:type owl:Class ; 326 rdf:type owl:Class ;
...@@ -338,14 +338,14 @@ ILAP:LifecyclePhase ...@@ -338,14 +338,14 @@ ILAP:LifecyclePhase
338 rdfs:subClassOf ILAP:Phase . 338 rdfs:subClassOf ILAP:Phase .
339 339
340 ILAP:LiveSchedule 340 ILAP:LiveSchedule
341 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 341 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
342 rdfs:label "Live schedule"^^xsd:string ; 342 rdfs:label "Live schedule"^^xsd:string ;
343 rdfs:subClassOf ILAP:Schedule . 343 rdfs:subClassOf ILAP:Schedule .
344 344
345 ILAP:Location 345 ILAP:Location
346 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; 346 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
347 rdfs:label "Location"^^xsd:string ; 347 rdfs:label "Location"^^xsd:string ;
348 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . 348 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
349 349
350 ILAP:MaterialOrderStatus 350 ILAP:MaterialOrderStatus
351 rdf:type owl:Class ; 351 rdf:type owl:Class ;
...@@ -353,7 +353,7 @@ ILAP:MaterialOrderStatus ...@@ -353,7 +353,7 @@ ILAP:MaterialOrderStatus
353 rdfs:subClassOf ILAP:Status . 353 rdfs:subClassOf ILAP:Status .
354 354
355 ILAP:Milestone 355 ILAP:Milestone
356 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; 356 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
357 rdfs:label "Milestone"^^xsd:string . 357 rdfs:label "Milestone"^^xsd:string .
358 358
359 ILAP:MilestoneType 359 ILAP:MilestoneType
...@@ -364,7 +364,7 @@ ILAP:MilestoneType ...@@ -364,7 +364,7 @@ ILAP:MilestoneType
364 ILAP:Network 364 ILAP:Network
365 rdf:type owl:Class ; 365 rdf:type owl:Class ;
366 rdfs:label "Network"^^xsd:string ; 366 rdfs:label "Network"^^xsd:string ;
367 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . 367 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing .
368 368
369 ILAP:OPEX 369 ILAP:OPEX
370 rdfs:label "OPEX"^^xsd:string . 370 rdfs:label "OPEX"^^xsd:string .
...@@ -395,49 +395,49 @@ ILAP:PhysicalLocation ...@@ -395,49 +395,49 @@ ILAP:PhysicalLocation
395 rdfs:subClassOf ILAP:Location . 395 rdfs:subClassOf ILAP:Location .
396 396
397 ILAP:PlanClassifier 397 ILAP:PlanClassifier
398 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 398 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
399 rdfs:label "Plan classifier"^^xsd:string ; 399 rdfs:label "Plan classifier"^^xsd:string ;
400 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . 400 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
401 401
402 ILAP:PlanContentType 402 ILAP:PlanContentType
403 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 403 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
404 rdfs:label "Plan content type"^^xsd:string ; 404 rdfs:label "Plan content type"^^xsd:string ;
405 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . 405 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> .
406 406
407 ILAP:PlanContractType 407 ILAP:PlanContractType
408 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 408 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
409 rdfs:label "Plan contract type"^^xsd:string ; 409 rdfs:label "Plan contract type"^^xsd:string ;
410 rdfs:subClassOf ILAP:PlanClassifier . 410 rdfs:subClassOf ILAP:PlanClassifier .
411 411
412 ILAP:PlanExpenseType 412 ILAP:PlanExpenseType
413 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 413 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
414 rdfs:label "Plan expense type"^^xsd:string ; 414 rdfs:label "Plan expense type"^^xsd:string ;
415 rdfs:subClassOf ILAP:PlanClassifier . 415 rdfs:subClassOf ILAP:PlanClassifier .
416 416
417 ILAP:PlanGeoArea 417 ILAP:PlanGeoArea
418 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; 418 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
419 rdfs:label "Plan geographic area"^^xsd:string ; 419 rdfs:label "Plan geographic area"^^xsd:string ;
420 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 420 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
421 421
422 ILAP:PlanLevel 422 ILAP:PlanLevel
423 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 423 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
424 rdfs:label "Plan level"^^xsd:string ; 424 rdfs:label "Plan level"^^xsd:string ;
425 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 425 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
426 426
427 ILAP:PlanLifecycleStage 427 ILAP:PlanLifecycleStage
428 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 428 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
429 rdfs:label "Plan lifecycle stage"^^xsd:string ; 429 rdfs:label "Plan lifecycle stage"^^xsd:string ;
430 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 430 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
431 431
432 ILAP:PlanObjectiveType 432 ILAP:PlanObjectiveType
433 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; 433 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
434 rdfs:label "Plan objective type"^^xsd:string ; 434 rdfs:label "Plan objective type"^^xsd:string ;
435 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . 435 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
436 436
437 ILAP:PlanProjectType 437 ILAP:PlanProjectType
438 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 438 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
439 rdfs:label "Plan project type"^^xsd:string ; 439 rdfs:label "Plan project type"^^xsd:string ;
440 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . 440 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
441 441
442 ILAP:PlannedActivity 442 ILAP:PlannedActivity
443 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 ;
...@@ -445,57 +445,57 @@ ILAP:PlannedActivity ...@@ -445,57 +445,57 @@ ILAP:PlannedActivity
445 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 445 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
446 rdfs:subClassOf 446 rdfs:subClassOf
447 [ rdf:type owl:Restriction ; 447 [ rdf:type owl:Restriction ;
448 - owl:allValuesFrom ILAP:ActivityDependency ; 448 + owl:maxQualifiedCardinality
449 - owl:onProperty ILAP:hasActivitySuccessor 449 + "1"^^xsd:nonNegativeInteger ;
450 + owl:onClass ILAP:ProjectExecutionPlan ;
451 + owl:onProperty ILAP:hasActivityPlan
450 ] ; 452 ] ;
451 rdfs:subClassOf 453 rdfs:subClassOf
452 [ rdf:type owl:Restriction ; 454 [ rdf:type owl:Restriction ;
453 - owl:allValuesFrom ILAP:ResponsiblePerson ; 455 + owl:allValuesFrom ILAP:ActivityDependency ;
454 - owl:onProperty ILAP:hasActivityResponsiblePerson 456 + owl:onProperty ILAP:hasActivityPredecessor
455 ] ; 457 ] ;
456 rdfs:subClassOf 458 rdfs:subClassOf
457 [ rdf:type owl:Restriction ; 459 [ rdf:type owl:Restriction ;
458 - owl:allValuesFrom ILAP:Result ; 460 + owl:allValuesFrom ILAP:ActivityWBS ;
459 - owl:onProperty ILAP:hasActivityResult 461 + owl:onProperty ILAP:hasActivityWBSelement
460 ] ; 462 ] ;
461 rdfs:subClassOf 463 rdfs:subClassOf
462 [ rdf:type owl:Restriction ; 464 [ rdf:type owl:Restriction ;
463 - owl:allValuesFrom ILAP:Location ; 465 + owl:allValuesFrom ILAP:ResourceProfile ;
464 - owl:onProperty ILAP:hasActivityLocation 466 + owl:onProperty ILAP:hasActivityResourceProfile
465 ] ; 467 ] ;
466 rdfs:subClassOf 468 rdfs:subClassOf
467 [ rdf:type owl:Restriction ; 469 [ rdf:type owl:Restriction ;
468 - owl:allValuesFrom ILAP:ActivityDependency ; 470 + owl:onProperty ILAP:hasActivityDiscipline ;
469 - owl:onProperty ILAP:hasActivityPredecessor 471 + owl:someValuesFrom ILAP:Discipline
470 ] ; 472 ] ;
471 rdfs:subClassOf 473 rdfs:subClassOf
472 [ rdf:type owl:Restriction ; 474 [ rdf:type owl:Restriction ;
473 - owl:maxQualifiedCardinality 475 + owl:allValuesFrom ILAP:ActivityDependency ;
474 - "1"^^xsd:nonNegativeInteger ; 476 + owl:onProperty ILAP:hasActivitySuccessor
475 - owl:onClass ILAP:Facility ;
476 - owl:onProperty ILAP:hasActivityFacility
477 ] ; 477 ] ;
478 rdfs:subClassOf 478 rdfs:subClassOf
479 [ rdf:type owl:Restriction ; 479 [ rdf:type owl:Restriction ;
480 - owl:allValuesFrom ILAP:ResourceProfile ; 480 + owl:allValuesFrom ILAP:Location ;
481 - owl:onProperty ILAP:hasActivityResourceProfile 481 + owl:onProperty ILAP:hasActivityLocation
482 ] ; 482 ] ;
483 rdfs:subClassOf 483 rdfs:subClassOf
484 [ rdf:type owl:Restriction ; 484 [ rdf:type owl:Restriction ;
485 - owl:maxQualifiedCardinality 485 + owl:allValuesFrom ILAP:Result ;
486 - "1"^^xsd:nonNegativeInteger ; 486 + owl:onProperty ILAP:hasActivityResult
487 - owl:onClass ILAP:ProjectExecutionPlan ;
488 - owl:onProperty ILAP:hasActivityPlan
489 ] ; 487 ] ;
490 rdfs:subClassOf 488 rdfs:subClassOf
491 [ rdf:type owl:Restriction ; 489 [ rdf:type owl:Restriction ;
492 - owl:onProperty ILAP:hasActivityDiscipline ; 490 + owl:allValuesFrom ILAP:ResponsiblePerson ;
493 - owl:someValuesFrom ILAP:Discipline 491 + owl:onProperty ILAP:hasActivityResponsiblePerson
494 ] ; 492 ] ;
495 rdfs:subClassOf 493 rdfs:subClassOf
496 [ rdf:type owl:Restriction ; 494 [ rdf:type owl:Restriction ;
497 - owl:allValuesFrom ILAP:ActivityWBS ; 495 + owl:maxQualifiedCardinality
498 - owl:onProperty ILAP:hasActivityWBSelement 496 + "1"^^xsd:nonNegativeInteger ;
497 + owl:onClass ILAP:Facility ;
498 + owl:onProperty ILAP:hasActivityFacility
499 ] . 499 ] .
500 500
501 ILAP:PlannedMilestone 501 ILAP:PlannedMilestone
...@@ -529,13 +529,18 @@ ILAP:Programme ...@@ -529,13 +529,18 @@ ILAP:Programme
529 rdfs:subClassOf ILAP:Project . 529 rdfs:subClassOf ILAP:Project .
530 530
531 ILAP:Project 531 ILAP:Project
532 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 532 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
533 rdfs:label "Project"^^xsd:string ; 533 rdfs:label "Project"^^xsd:string ;
534 rdfs:subClassOf ILAP:Activity ; 534 rdfs:subClassOf ILAP:Activity ;
535 rdfs:subClassOf 535 rdfs:subClassOf
536 [ rdf:type owl:Restriction ; 536 [ rdf:type owl:Restriction ;
537 - owl:allValuesFrom BRREG:OilCompany ; 537 + owl:allValuesFrom ILAP:Project ;
538 - owl:onProperty ILAP:hasProjectResponsible 538 + owl:onProperty ILAP:hasProjectSubproject
539 + ] ;
540 + rdfs:subClassOf
541 + [ rdf:type owl:Restriction ;
542 + owl:allValuesFrom ILAP:ExternalReference ;
543 + owl:onProperty ILAP:hasExternalReference
539 ] ; 544 ] ;
540 rdfs:subClassOf 545 rdfs:subClassOf
541 [ rdf:type owl:Restriction ; 546 [ rdf:type owl:Restriction ;
...@@ -546,13 +551,8 @@ ILAP:Project ...@@ -546,13 +551,8 @@ ILAP:Project
546 ] ; 551 ] ;
547 rdfs:subClassOf 552 rdfs:subClassOf
548 [ rdf:type owl:Restriction ; 553 [ rdf:type owl:Restriction ;
549 - owl:allValuesFrom ILAP:ExternalReference ; 554 + owl:allValuesFrom BRREG:OilCompany ;
550 - owl:onProperty ILAP:hasExternalReference 555 + owl:onProperty ILAP:hasProjectResponsible
551 - ] ;
552 - rdfs:subClassOf
553 - [ rdf:type owl:Restriction ;
554 - owl:allValuesFrom ILAP:Project ;
555 - owl:onProperty ILAP:hasProjectSubproject
556 ] . 556 ] .
557 557
558 ILAP:ProjectEffectiveness 558 ILAP:ProjectEffectiveness
...@@ -571,15 +571,13 @@ ILAP:ProjectExecutionPlan ...@@ -571,15 +571,13 @@ ILAP:ProjectExecutionPlan
571 rdfs:subClassOf ILAP:Network ; 571 rdfs:subClassOf ILAP:Network ;
572 rdfs:subClassOf 572 rdfs:subClassOf
573 [ rdf:type owl:Restriction ; 573 [ rdf:type owl:Restriction ;
574 - owl:maxQualifiedCardinality 574 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
575 - "1"^^xsd:nonNegativeInteger ; 575 + owl:onProperty ILAP:hasPlanSubplan
576 - owl:onClass ILAP:Project ;
577 - owl:onProperty ILAP:hasPlanProject
578 ] ; 576 ] ;
579 rdfs:subClassOf 577 rdfs:subClassOf
580 [ rdf:type owl:Restriction ; 578 [ rdf:type owl:Restriction ;
581 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 579 + owl:onProperty ILAP:hasPlanGeoArea ;
582 - owl:onProperty ILAP:hasPlanAsset 580 + owl:someValuesFrom ILAP:PlanGeoArea
583 ] ; 581 ] ;
584 rdfs:subClassOf 582 rdfs:subClassOf
585 [ rdf:type owl:Restriction ; 583 [ rdf:type owl:Restriction ;
...@@ -588,13 +586,13 @@ ILAP:ProjectExecutionPlan ...@@ -588,13 +586,13 @@ ILAP:ProjectExecutionPlan
588 ] ; 586 ] ;
589 rdfs:subClassOf 587 rdfs:subClassOf
590 [ rdf:type owl:Restriction ; 588 [ rdf:type owl:Restriction ;
591 - owl:allValuesFrom ILAP:PlanLifecycleStage ; 589 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
592 - owl:onProperty ILAP:hasPlanLifecycleStage 590 + owl:onProperty ILAP:hasPlanRollUpPlan
593 ] ; 591 ] ;
594 rdfs:subClassOf 592 rdfs:subClassOf
595 [ rdf:type owl:Restriction ; 593 [ rdf:type owl:Restriction ;
596 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 594 + owl:onProperty ILAP:hasPlanProjectType ;
597 - owl:onProperty ILAP:hasPlanSubplan 595 + owl:someValuesFrom ILAP:PlanProjectType
598 ] ; 596 ] ;
599 rdfs:subClassOf 597 rdfs:subClassOf
600 [ rdf:type owl:Restriction ; 598 [ rdf:type owl:Restriction ;
...@@ -605,38 +603,40 @@ ILAP:ProjectExecutionPlan ...@@ -605,38 +603,40 @@ ILAP:ProjectExecutionPlan
605 ] ; 603 ] ;
606 rdfs:subClassOf 604 rdfs:subClassOf
607 [ rdf:type owl:Restriction ; 605 [ rdf:type owl:Restriction ;
608 - owl:onProperty ILAP:hasPlanLevel ; 606 + owl:maxQualifiedCardinality
609 - owl:someValuesFrom ILAP:PlanLevel 607 + "1"^^xsd:nonNegativeInteger ;
608 + owl:onClass ILAP:Project ;
609 + owl:onProperty ILAP:hasPlanProject
610 ] ; 610 ] ;
611 rdfs:subClassOf 611 rdfs:subClassOf
612 [ rdf:type owl:Restriction ; 612 [ rdf:type owl:Restriction ;
613 - owl:allValuesFrom ILAP:PlanContractType ; 613 + owl:allValuesFrom BRREG:LegalEntity ;
614 - owl:onProperty ILAP:hasPlanContractType 614 + owl:onProperty ILAP:hasPlanResponsible
615 ] ; 615 ] ;
616 rdfs:subClassOf 616 rdfs:subClassOf
617 [ rdf:type owl:Restriction ; 617 [ rdf:type owl:Restriction ;
618 - owl:allValuesFrom ILAP:PlanObjectiveType ; 618 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
619 - owl:onProperty ILAP:hasPlanObjectiveType 619 + owl:onProperty ILAP:hasPlanLifecycleStage
620 ] ; 620 ] ;
621 rdfs:subClassOf 621 rdfs:subClassOf
622 [ rdf:type owl:Restriction ; 622 [ rdf:type owl:Restriction ;
623 - owl:onProperty ILAP:hasPlanProjectType ; 623 + owl:onProperty ILAP:hasPlanLevel ;
624 - owl:someValuesFrom ILAP:PlanProjectType 624 + owl:someValuesFrom ILAP:PlanLevel
625 ] ; 625 ] ;
626 rdfs:subClassOf 626 rdfs:subClassOf
627 [ rdf:type owl:Restriction ; 627 [ rdf:type owl:Restriction ;
628 - owl:allValuesFrom BRREG:LegalEntity ; 628 + owl:allValuesFrom ILAP:PlanContractType ;
629 - owl:onProperty ILAP:hasPlanResponsible 629 + owl:onProperty ILAP:hasPlanContractType
630 ] ; 630 ] ;
631 rdfs:subClassOf 631 rdfs:subClassOf
632 [ rdf:type owl:Restriction ; 632 [ rdf:type owl:Restriction ;
633 - owl:onProperty ILAP:hasPlanGeoArea ; 633 + owl:allValuesFrom ILAP:PlanObjectiveType ;
634 - owl:someValuesFrom ILAP:PlanGeoArea 634 + owl:onProperty ILAP:hasPlanObjectiveType
635 ] ; 635 ] ;
636 rdfs:subClassOf 636 rdfs:subClassOf
637 [ rdf:type owl:Restriction ; 637 [ rdf:type owl:Restriction ;
638 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 638 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
639 - owl:onProperty ILAP:hasPlanRollUpPlan 639 + owl:onProperty ILAP:hasPlanAsset
640 ] . 640 ] .
641 641
642 ILAP:ProjectMilestone 642 ILAP:ProjectMilestone
...@@ -650,9 +650,9 @@ ILAP:ProjectPhase ...@@ -650,9 +650,9 @@ ILAP:ProjectPhase
650 rdfs:subClassOf ILAP:Phase . 650 rdfs:subClassOf ILAP:Phase .
651 651
652 ILAP:Regular8To16WorkingDayCalendar 652 ILAP:Regular8To16WorkingDayCalendar
653 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 653 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
654 rdfs:label "Regular8To16Working day calendar"^^xsd:string ; 654 rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
655 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . 655 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> .
656 656
657 ILAP:Regulator 657 ILAP:Regulator
658 rdf:type owl:Class ; 658 rdf:type owl:Class ;
...@@ -660,9 +660,9 @@ ILAP:Regulator ...@@ -660,9 +660,9 @@ ILAP:Regulator
660 rdfs:subClassOf ILAP:ResponsibleOrganization . 660 rdfs:subClassOf ILAP:ResponsibleOrganization .
661 661
662 ILAP:Resource 662 ILAP:Resource
663 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 663 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
664 rdfs:label "Resource"^^xsd:string ; 664 rdfs:label "Resource"^^xsd:string ;
665 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . 665 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
666 666
667 ILAP:ResourceEstimate 667 ILAP:ResourceEstimate
668 rdf:type owl:Class ; 668 rdf:type owl:Class ;
...@@ -670,14 +670,14 @@ ILAP:ResourceEstimate ...@@ -670,14 +670,14 @@ ILAP:ResourceEstimate
670 rdfs:subClassOf ILAP:ResourceStructure . 670 rdfs:subClassOf ILAP:ResourceStructure .
671 671
672 ILAP:ResourceProfile 672 ILAP:ResourceProfile
673 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; 673 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
674 rdfs:label "Resource profile"^^xsd:string ; 674 rdfs:label "Resource profile"^^xsd:string ;
675 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . 675 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
676 676
677 ILAP:ResourceProfilePoint 677 ILAP:ResourceProfilePoint
678 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 678 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
679 rdfs:label "resource Profile point"^^xsd:string ; 679 rdfs:label "resource Profile point"^^xsd:string ;
680 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . 680 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
681 681
682 ILAP:ResourceStructure 682 ILAP:ResourceStructure
683 rdf:type owl:Class ; 683 rdf:type owl:Class ;
...@@ -685,17 +685,17 @@ ILAP:ResourceStructure ...@@ -685,17 +685,17 @@ ILAP:ResourceStructure
685 rdfs:subClassOf ILAP:Network . 685 rdfs:subClassOf ILAP:Network .
686 686
687 ILAP:ResponsibleOrganization 687 ILAP:ResponsibleOrganization
688 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 688 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
689 rdfs:label "Responsible organization"^^xsd:string ; 689 rdfs:label "Responsible organization"^^xsd:string ;
690 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . 690 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing .
691 691
692 ILAP:ResponsiblePerson 692 ILAP:ResponsiblePerson
693 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; 693 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
694 rdfs:label "Responsible"^^xsd:string ; 694 rdfs:label "Responsible"^^xsd:string ;
695 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . 695 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing .
696 696
697 ILAP:Result 697 ILAP:Result
698 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 698 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
699 rdfs:label "Result"^^xsd:string ; 699 rdfs:label "Result"^^xsd:string ;
700 rdfs:subClassOf owl:Thing . 700 rdfs:subClassOf owl:Thing .
701 701
...@@ -704,9 +704,9 @@ ILAP:RevisedSchedule ...@@ -704,9 +704,9 @@ ILAP:RevisedSchedule
704 rdfs:label "Revised schedule"^^xsd:string ; 704 rdfs:label "Revised schedule"^^xsd:string ;
705 rdfs:subClassOf ILAP:Schedule . 705 rdfs:subClassOf ILAP:Schedule .
706 706
707 -ILAP:RiskFactor 707 +ILAP:Risk
708 rdf:type owl:Class ; 708 rdf:type owl:Class ;
709 - rdfs:label "Risk factor"^^xsd:string ; 709 + rdfs:label "Risk"^^xsd:string ;
710 rdfs:subClassOf owl:Thing . 710 rdfs:subClassOf owl:Thing .
711 711
712 ILAP:RiskType 712 ILAP:RiskType
...@@ -715,9 +715,9 @@ ILAP:RiskType ...@@ -715,9 +715,9 @@ ILAP:RiskType
715 rdfs:subClassOf owl:Thing . 715 rdfs:subClassOf owl:Thing .
716 716
717 ILAP:Schedule 717 ILAP:Schedule
718 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 718 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
719 rdfs:label "Scheduled Activity Network"^^xsd:string ; 719 rdfs:label "Scheduled Activity Network"^^xsd:string ;
720 - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; 720 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ;
721 rdfs:subClassOf 721 rdfs:subClassOf
722 [ rdf:type owl:Restriction ; 722 [ rdf:type owl:Restriction ;
723 owl:maxQualifiedCardinality 723 owl:maxQualifiedCardinality
...@@ -727,22 +727,22 @@ ILAP:Schedule ...@@ -727,22 +727,22 @@ ILAP:Schedule
727 ] . 727 ] .
728 728
729 ILAP:ScheduledActivity 729 ILAP:ScheduledActivity
730 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 730 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
731 rdfs:label "Activity in Network Schedule"^^xsd:string ; 731 rdfs:label "Activity in Network Schedule"^^xsd:string ;
732 rdfs:subClassOf ILAP:PlannedActivity ; 732 rdfs:subClassOf ILAP:PlannedActivity ;
733 rdfs:subClassOf 733 rdfs:subClassOf
734 [ rdf:type owl:Restriction ; 734 [ rdf:type owl:Restriction ;
735 owl:maxQualifiedCardinality 735 owl:maxQualifiedCardinality
736 "1"^^xsd:nonNegativeInteger ; 736 "1"^^xsd:nonNegativeInteger ;
737 - owl:onClass ILAP:PlannedActivity ; 737 + owl:onClass ILAP:Schedule ;
738 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 738 + owl:onProperty ILAP:hasActivitySchedule
739 ] ; 739 ] ;
740 rdfs:subClassOf 740 rdfs:subClassOf
741 [ rdf:type owl:Restriction ; 741 [ rdf:type owl:Restriction ;
742 owl:maxQualifiedCardinality 742 owl:maxQualifiedCardinality
743 "1"^^xsd:nonNegativeInteger ; 743 "1"^^xsd:nonNegativeInteger ;
744 - owl:onClass ILAP:Schedule ; 744 + owl:onClass ILAP:PlannedActivity ;
745 - owl:onProperty ILAP:hasActivitySchedule 745 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
746 ] . 746 ] .
747 747
748 ILAP:ScheduledMilestone 748 ILAP:ScheduledMilestone
...@@ -766,9 +766,9 @@ ILAP:ShutdownType ...@@ -766,9 +766,9 @@ ILAP:ShutdownType
766 rdfs:subClassOf owl:Thing . 766 rdfs:subClassOf owl:Thing .
767 767
768 ILAP:Source 768 ILAP:Source
769 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 769 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
770 rdfs:label "Source"^^xsd:string ; 770 rdfs:label "Source"^^xsd:string ;
771 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . 771 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
772 772
773 ILAP:StartMilestone 773 ILAP:StartMilestone
774 rdf:type owl:Class ; 774 rdf:type owl:Class ;
...@@ -776,22 +776,22 @@ ILAP:StartMilestone ...@@ -776,22 +776,22 @@ ILAP:StartMilestone
776 rdfs:subClassOf ILAP:MilestoneType . 776 rdfs:subClassOf ILAP:MilestoneType .
777 777
778 ILAP:StartToFinish 778 ILAP:StartToFinish
779 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 779 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
780 rdfs:label "Start to finish"^^xsd:string ; 780 rdfs:label "Start to finish"^^xsd:string ;
781 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 781 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
782 782
783 ILAP:StartToStart 783 ILAP:StartToStart
784 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 784 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
785 rdfs:label "Start to start"^^xsd:string ; 785 rdfs:label "Start to start"^^xsd:string ;
786 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 786 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
787 787
788 ILAP:Status 788 ILAP:Status
789 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; 789 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
790 rdfs:label "Status"^^xsd:string ; 790 rdfs:label "Status"^^xsd:string ;
791 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . 791 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
792 792
793 ILAP:TargetSchedule 793 ILAP:TargetSchedule
794 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 794 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
795 rdfs:label "Target schedule"^^xsd:string ; 795 rdfs:label "Target schedule"^^xsd:string ;
796 rdfs:subClassOf ILAP:Schedule . 796 rdfs:subClassOf ILAP:Schedule .
797 797
...@@ -813,12 +813,12 @@ ILAP:UnitBased ...@@ -813,12 +813,12 @@ ILAP:UnitBased
813 ILAP:Value 813 ILAP:Value
814 rdf:type owl:Class ; 814 rdf:type owl:Class ;
815 rdfs:label "Value"^^xsd:string ; 815 rdfs:label "Value"^^xsd:string ;
816 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . 816 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
817 817
818 ILAP:WeekendsFreeCalendar 818 ILAP:WeekendsFreeCalendar
819 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 819 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
820 rdfs:label "Weekends free calendar"^^xsd:string ; 820 rdfs:label "Weekends free calendar"^^xsd:string ;
821 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . 821 + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
822 822
823 ILAP:WorkOrder 823 ILAP:WorkOrder
824 rdf:type owl:Class ; 824 rdf:type owl:Class ;
...@@ -826,18 +826,18 @@ ILAP:WorkOrder ...@@ -826,18 +826,18 @@ ILAP:WorkOrder
826 rdfs:subClassOf ILAP:WorkTask . 826 rdfs:subClassOf ILAP:WorkTask .
827 827
828 ILAP:WorkTask 828 ILAP:WorkTask
829 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 829 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
830 rdfs:label "Work task"^^xsd:string ; 830 rdfs:label "Work task"^^xsd:string ;
831 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; 831 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
832 rdfs:subClassOf 832 rdfs:subClassOf
833 [ rdf:type owl:Restriction ; 833 [ rdf:type owl:Restriction ;
834 - owl:allValuesFrom BRREG:LegalEntity ; 834 + owl:onProperty ILAP:hasWorkTaskActivity ;
835 - owl:onProperty ILAP:hasWorkTaskResponsible 835 + owl:someValuesFrom ILAP:Activity
836 ] ; 836 ] ;
837 rdfs:subClassOf 837 rdfs:subClassOf
838 [ rdf:type owl:Restriction ; 838 [ rdf:type owl:Restriction ;
839 - owl:onProperty ILAP:hasWorkTaskActivity ; 839 + owl:allValuesFrom BRREG:LegalEntity ;
840 - owl:someValuesFrom ILAP:Activity 840 + owl:onProperty ILAP:hasWorkTaskResponsible
841 ] . 841 ] .
842 842
843 ILAP:WorkTaskStatus 843 ILAP:WorkTaskStatus
...@@ -960,7 +960,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -960,7 +960,7 @@ ILAP:hasActivityPhysicalPercentComplete
960 rdfs:range xsd:float . 960 rdfs:range xsd:float .
961 961
962 ILAP:hasActivityPlan 962 ILAP:hasActivityPlan
963 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 963 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
964 rdfs:domain ILAP:PlannedActivity ; 964 rdfs:domain ILAP:PlannedActivity ;
965 rdfs:label "has activity plan"^^xsd:string ; 965 rdfs:label "has activity plan"^^xsd:string ;
966 rdfs:range ILAP:ProjectExecutionPlan . 966 rdfs:range ILAP:ProjectExecutionPlan .
...@@ -1010,7 +1010,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -1010,7 +1010,7 @@ ILAP:hasActivityResponsibleOrganization
1010 rdfs:range ILAP:ResponsibleOrganization . 1010 rdfs:range ILAP:ResponsibleOrganization .
1011 1011
1012 ILAP:hasActivityResponsiblePerson 1012 ILAP:hasActivityResponsiblePerson
1013 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1013 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1014 rdfs:domain ILAP:PlannedActivity ; 1014 rdfs:domain ILAP:PlannedActivity ;
1015 rdfs:label "has activity responsible"^^xsd:string ; 1015 rdfs:label "has activity responsible"^^xsd:string ;
1016 rdfs:range ILAP:ResponsiblePerson . 1016 rdfs:range ILAP:ResponsiblePerson .
...@@ -1025,7 +1025,7 @@ ILAP:hasActivityRiskFactor ...@@ -1025,7 +1025,7 @@ ILAP:hasActivityRiskFactor
1025 rdf:type owl:ObjectProperty ; 1025 rdf:type owl:ObjectProperty ;
1026 rdfs:domain ILAP:Activity ; 1026 rdfs:domain ILAP:Activity ;
1027 rdfs:label "has activity risk factor"^^xsd:string ; 1027 rdfs:label "has activity risk factor"^^xsd:string ;
1028 - rdfs:range ILAP:RiskFactor . 1028 + rdfs:range ILAP:Risk .
1029 1029
1030 ILAP:hasActivitySchedule 1030 ILAP:hasActivitySchedule
1031 rdf:type owl:ObjectProperty ; 1031 rdf:type owl:ObjectProperty ;
...@@ -1045,7 +1045,7 @@ ILAP:hasActivityStatus ...@@ -1045,7 +1045,7 @@ ILAP:hasActivityStatus
1045 rdfs:range ILAP:Status . 1045 rdfs:range ILAP:Status .
1046 1046
1047 ILAP:hasActivitySuccessor 1047 ILAP:hasActivitySuccessor
1048 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1048 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1049 rdfs:domain ILAP:PlannedActivity ; 1049 rdfs:domain ILAP:PlannedActivity ;
1050 rdfs:label "has activity successor"^^xsd:string ; 1050 rdfs:label "has activity successor"^^xsd:string ;
1051 rdfs:range ILAP:ActivityDependency ; 1051 rdfs:range ILAP:ActivityDependency ;
...@@ -1106,7 +1106,7 @@ ILAP:hasCalendarDate ...@@ -1106,7 +1106,7 @@ ILAP:hasCalendarDate
1106 rdfs:label "has calendar date"^^xsd:string . 1106 rdfs:label "has calendar date"^^xsd:string .
1107 1107
1108 ILAP:hasCalendarFreePeriod 1108 ILAP:hasCalendarFreePeriod
1109 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1109 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1110 rdfs:domain ILAP:Calendar ; 1110 rdfs:domain ILAP:Calendar ;
1111 rdfs:label "has calendarcalendar free period"^^xsd:string ; 1111 rdfs:label "has calendarcalendar free period"^^xsd:string ;
1112 rdfs:range ILAP:CalendarFreePeriod . 1112 rdfs:range ILAP:CalendarFreePeriod .
...@@ -1413,7 +1413,7 @@ ILAP:hasPlanRegulator ...@@ -1413,7 +1413,7 @@ ILAP:hasPlanRegulator
1413 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1413 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1414 1414
1415 ILAP:hasPlanResponsible 1415 ILAP:hasPlanResponsible
1416 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1416 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1417 rdfs:domain ILAP:ProjectExecutionPlan ; 1417 rdfs:domain ILAP:ProjectExecutionPlan ;
1418 rdfs:label "has plan responsible"^^xsd:string ; 1418 rdfs:label "has plan responsible"^^xsd:string ;
1419 rdfs:range ILAP:ResponsibleOrganization . 1419 rdfs:range ILAP:ResponsibleOrganization .
...@@ -1542,7 +1542,7 @@ ILAP:hasResourceStructure ...@@ -1542,7 +1542,7 @@ ILAP:hasResourceStructure
1542 1542
1543 ILAP:hasRiskType 1543 ILAP:hasRiskType
1544 rdf:type owl:ObjectProperty ; 1544 rdf:type owl:ObjectProperty ;
1545 - rdfs:domain ILAP:RiskFactor ; 1545 + rdfs:domain ILAP:Risk ;
1546 rdfs:label "has risk type"^^xsd:string ; 1546 rdfs:label "has risk type"^^xsd:string ;
1547 rdfs:range ILAP:RiskType . 1547 rdfs:range ILAP:RiskType .
1548 1548
...@@ -1608,7 +1608,7 @@ ILAP:hasSourceApplicaton ...@@ -1608,7 +1608,7 @@ ILAP:hasSourceApplicaton
1608 rdfs:range ILAP:Application . 1608 rdfs:range ILAP:Application .
1609 1609
1610 ILAP:hasSuccessorActivity 1610 ILAP:hasSuccessorActivity
1611 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1611 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1612 rdfs:domain ILAP:ActivityDependency ; 1612 rdfs:domain ILAP:ActivityDependency ;
1613 rdfs:label "has successor activity "^^xsd:string ; 1613 rdfs:label "has successor activity "^^xsd:string ;
1614 rdfs:range ILAP:PlannedActivity ; 1614 rdfs:range ILAP:PlannedActivity ;
...@@ -1636,7 +1636,7 @@ ILAP:hasTimeNow ...@@ -1636,7 +1636,7 @@ ILAP:hasTimeNow
1636 rdf:type owl:DatatypeProperty ; 1636 rdf:type owl:DatatypeProperty ;
1637 rdfs:domain ILAP:Schedule ; 1637 rdfs:domain ILAP:Schedule ;
1638 rdfs:label "has time now"^^xsd:string ; 1638 rdfs:label "has time now"^^xsd:string ;
1639 - rdfs:range xsd:date , xsd:dateTime . 1639 + rdfs:range xsd:dateTime , xsd:date .
1640 1640
1641 ILAP:hasWBScomponent 1641 ILAP:hasWBScomponent
1642 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 USERFIELDS: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . 18 + owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , USERFIELDS: .
19 19
20 ILAP: 20 ILAP:
21 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
...@@ -132,7 +132,7 @@ ILAP:DependentOnShutdown ...@@ -132,7 +132,7 @@ ILAP:DependentOnShutdown
132 132
133 ILAP:Development 133 ILAP:Development
134 rdf:type ILAP:PlanLifecycleStage ; 134 rdf:type ILAP:PlanLifecycleStage ;
135 - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . 135 + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
136 136
137 ILAP:DisasterRecovery 137 ILAP:DisasterRecovery
138 rdf:type ILAP:PlanObjectiveType ; 138 rdf:type ILAP:PlanObjectiveType ;
...@@ -159,8 +159,8 @@ ILAP:DuringNormalOperation ...@@ -159,8 +159,8 @@ ILAP:DuringNormalOperation
159 rdfs:label "During Normal Operation"^^xsd:string . 159 rdfs:label "During Normal Operation"^^xsd:string .
160 160
161 ILAP:DuringShutdown 161 ILAP:DuringShutdown
162 - rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; 162 + rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ;
163 - rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . 163 + rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string .
164 164
165 ILAP:EquipmentShutdown 165 ILAP:EquipmentShutdown
166 rdf:type ILAP:ShutdownType ; 166 rdf:type ILAP:ShutdownType ;
...@@ -241,12 +241,14 @@ ILAP:GuaranteeWork ...@@ -241,12 +241,14 @@ ILAP:GuaranteeWork
241 rdfs:subClassOf ILAP:Contract . 241 rdfs:subClassOf ILAP:Contract .
242 242
243 ILAP:HC_systemsWork 243 ILAP:HC_systemsWork
244 - rdf:type ILAP:RiskType ; 244 + rdf:type owl:Class ;
245 - rdfs:label "HC systems work"^^xsd:string . 245 + rdfs:label "HC systems work"^^xsd:string ;
246 + rdfs:subClassOf ILAP:RiskType .
246 247
247 ILAP:HeightWork 248 ILAP:HeightWork
248 - rdf:type ILAP:RiskType ; 249 + rdf:type owl:Class ;
249 - rdfs:label "Height work"^^xsd:string . 250 + rdfs:label "Height work"^^xsd:string ;
251 + rdfs:subClassOf ILAP:RiskType .
250 252
251 ILAP:HighActivityPeriod 253 ILAP:HighActivityPeriod
252 rdf:type ILAP:ShutdownType ; 254 rdf:type ILAP:ShutdownType ;
...@@ -261,8 +263,9 @@ ILAP:HighPriority ...@@ -261,8 +263,9 @@ ILAP:HighPriority
261 rdfs:label "High priority"^^xsd:string . 263 rdfs:label "High priority"^^xsd:string .
262 264
263 ILAP:HotWork 265 ILAP:HotWork
264 - rdf:type ILAP:RiskType ; 266 + rdf:type owl:Class ;
265 - rdfs:label "Hot work"^^xsd:string . 267 + rdfs:label "Hot work"^^xsd:string ;
268 + rdfs:subClassOf ILAP:RiskType .
266 269
267 ILAP:IncentiveContract 270 ILAP:IncentiveContract
268 rdf:type owl:Class ; 271 rdf:type owl:Class ;
...@@ -319,8 +322,9 @@ ILAP:L7_ContractorOperationsSchedule ...@@ -319,8 +322,9 @@ ILAP:L7_ContractorOperationsSchedule
319 rdfs:label "COS"^^xsd:string . 322 rdfs:label "COS"^^xsd:string .
320 323
321 ILAP:LiftingOperation 324 ILAP:LiftingOperation
322 - rdf:type ILAP:RiskType ; 325 + rdf:type owl:Class ;
323 - rdfs:label "Lifting operation"^^xsd:string . 326 + rdfs:label "Lifting operation"^^xsd:string ;
327 + rdfs:subClassOf ILAP:RiskType .
324 328
325 ILAP:LivingQuarterShutdown 329 ILAP:LivingQuarterShutdown
326 rdf:type ILAP:ShutdownType ; 330 rdf:type ILAP:ShutdownType ;
...@@ -479,16 +483,18 @@ ILAP:Removal ...@@ -479,16 +483,18 @@ ILAP:Removal
479 rdfs:label "Removal"^^xsd:string . 483 rdfs:label "Removal"^^xsd:string .
480 484
481 ILAP:RemovalOfBarriers 485 ILAP:RemovalOfBarriers
482 - rdf:type ILAP:RiskType ; 486 + rdf:type owl:Class ;
483 - rdfs:label "Removal of barriers"^^xsd:string . 487 + rdfs:label "Removal of barriers"^^xsd:string ;
488 + rdfs:subClassOf ILAP:RiskType .
484 489
485 ILAP:Renewal 490 ILAP:Renewal
486 rdf:type ILAP:PlanLifecycleStage ; 491 rdf:type ILAP:PlanLifecycleStage ;
487 rdfs:label "Renew"^^xsd:string . 492 rdfs:label "Renew"^^xsd:string .
488 493
489 ILAP:ReservoirDrillingOperation 494 ILAP:ReservoirDrillingOperation
490 - rdf:type ILAP:RiskType ; 495 + rdf:type owl:Class ;
491 - rdfs:label "Reservoir drilling operation"^^xsd:string . 496 + rdfs:label "Reservoir drilling operation"^^xsd:string ;
497 + rdfs:subClassOf ILAP:RiskType .
492 498
493 ILAP:ResourceDriven 499 ILAP:ResourceDriven
494 rdf:type ILAP:PlanContractType ; 500 rdf:type ILAP:PlanContractType ;
...@@ -531,8 +537,9 @@ ILAP:ScheduledShutdown ...@@ -531,8 +537,9 @@ ILAP:ScheduledShutdown
531 rdfs:label "Scheduled Shutdown"^^xsd:string . 537 rdfs:label "Scheduled Shutdown"^^xsd:string .
532 538
533 ILAP:ShallowGasOperation 539 ILAP:ShallowGasOperation
534 - rdf:type ILAP:RiskType ; 540 + rdf:type owl:Class ;
535 - rdfs:label "Shallow gas operation"^^xsd:string . 541 + rdfs:label "Shallow gas operation"^^xsd:string ;
542 + rdfs:subClassOf ILAP:RiskType .
536 543
537 ILAP:ShutdownAndDecommisioning 544 ILAP:ShutdownAndDecommisioning
538 rdf:type ILAP:PlanLifecycleStage ; 545 rdf:type ILAP:PlanLifecycleStage ;
...@@ -546,7 +553,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -546,7 +553,7 @@ ILAP:StandardFreeWeekendPeriod
546 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 553 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
547 rdfs:label "Standard free weekend period"^^xsd:string ; 554 rdfs:label "Standard free weekend period"^^xsd:string ;
548 ILAP:hasCalendarPeriodFreeDay 555 ILAP:hasCalendarPeriodFreeDay
549 - ILAP:Sunday , ILAP:Saturday . 556 + ILAP:Saturday , ILAP:Sunday .
550 557
551 ILAP:StandardWorkWeekdayPeriod 558 ILAP:StandardWorkWeekdayPeriod
552 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 559 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -593,8 +600,9 @@ ILAP:UserField ...@@ -593,8 +600,9 @@ ILAP:UserField
593 rdfs:subClassOf ILAP:Data . 600 rdfs:subClassOf ILAP:Data .
594 601
595 ILAP:VesselOperation 602 ILAP:VesselOperation
596 - rdf:type ILAP:RiskType ; 603 + rdf:type owl:Class ;
597 - rdfs:label "Vessel operation"^^xsd:string . 604 + rdfs:label "Vessel operation"^^xsd:string ;
605 + rdfs:subClassOf ILAP:RiskType .
598 606
599 ILAP:WaterInjectionShutdown 607 ILAP:WaterInjectionShutdown
600 rdf:type ILAP:ShutdownType ; 608 rdf:type ILAP:ShutdownType ;
...@@ -704,10 +712,10 @@ ILAP:hasWorkTaskResponsible ...@@ -704,10 +712,10 @@ ILAP:hasWorkTaskResponsible
704 rdfs:range ILAP:ResponsiblePerson . 712 rdfs:range ILAP:ResponsiblePerson .
705 713
706 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 714 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
707 - rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . 715 + rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource .
708 716
709 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 717 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
710 - rdfs:subClassOf ILAP:Result , ILAP:Asset . 718 + rdfs:subClassOf ILAP:Asset , ILAP:Result .
711 719
712 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 720 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
713 rdfs:subClassOf ILAP:Phase . 721 rdfs:subClassOf ILAP:Phase .
...@@ -717,63 +725,63 @@ USERFIELDS:UserField ...@@ -717,63 +725,63 @@ USERFIELDS:UserField
717 [ rdf:type owl:Restriction ; 725 [ rdf:type owl:Restriction ;
718 owl:maxQualifiedCardinality 726 owl:maxQualifiedCardinality
719 "1"^^xsd:nonNegativeInteger ; 727 "1"^^xsd:nonNegativeInteger ;
720 - owl:onClass ILAP:Discipline ; 728 + owl:onClass ILAP:ShutdownType ;
721 - owl:onProperty USERFIELDS:hasDiscipline 729 + owl:onProperty USERFIELDS:hasShutdownType
722 ] ; 730 ] ;
723 rdfs:subClassOf 731 rdfs:subClassOf
724 [ rdf:type owl:Restriction ; 732 [ rdf:type owl:Restriction ;
725 owl:maxQualifiedCardinality 733 owl:maxQualifiedCardinality
726 "1"^^xsd:nonNegativeInteger ; 734 "1"^^xsd:nonNegativeInteger ;
727 - owl:onClass ILAP:MilestoneType ; 735 + owl:onClass ILAP:Result ;
728 - owl:onProperty USERFIELDS:hasMilestone 736 + owl:onProperty USERFIELDS:hasProduct
729 ] ; 737 ] ;
730 rdfs:subClassOf 738 rdfs:subClassOf
731 [ rdf:type owl:Restriction ; 739 [ rdf:type owl:Restriction ;
732 owl:maxQualifiedCardinality 740 owl:maxQualifiedCardinality
733 "1"^^xsd:nonNegativeInteger ; 741 "1"^^xsd:nonNegativeInteger ;
734 - owl:onClass ILAP:Contractor ; 742 + owl:onClass ILAP:Phase ;
735 - owl:onProperty USERFIELDS:hasContractor 743 + owl:onProperty USERFIELDS:hasProjectPhase
736 ] ; 744 ] ;
737 rdfs:subClassOf 745 rdfs:subClassOf
738 [ rdf:type owl:Restriction ; 746 [ rdf:type owl:Restriction ;
739 owl:maxQualifiedCardinality 747 owl:maxQualifiedCardinality
740 "1"^^xsd:nonNegativeInteger ; 748 "1"^^xsd:nonNegativeInteger ;
741 - owl:onClass ILAP:Facility ; 749 + owl:onClass ILAP:Discipline ;
742 - owl:onProperty USERFIELDS:hasFacility 750 + owl:onProperty USERFIELDS:hasCategory
743 ] ; 751 ] ;
744 rdfs:subClassOf 752 rdfs:subClassOf
745 [ rdf:type owl:Restriction ; 753 [ rdf:type owl:Restriction ;
746 owl:maxQualifiedCardinality 754 owl:maxQualifiedCardinality
747 "1"^^xsd:nonNegativeInteger ; 755 "1"^^xsd:nonNegativeInteger ;
748 - owl:onClass ILAP:Discipline ; 756 + owl:onClass ILAP:Facility ;
749 - owl:onProperty USERFIELDS:hasCategory 757 + owl:onProperty USERFIELDS:hasFacility
750 ] ; 758 ] ;
751 rdfs:subClassOf 759 rdfs:subClassOf
752 [ rdf:type owl:Restriction ; 760 [ rdf:type owl:Restriction ;
753 owl:maxQualifiedCardinality 761 owl:maxQualifiedCardinality
754 "1"^^xsd:nonNegativeInteger ; 762 "1"^^xsd:nonNegativeInteger ;
755 - owl:onClass ILAP:Phase ; 763 + owl:onClass ILAP:Contractor ;
756 - owl:onProperty USERFIELDS:hasProjectPhase 764 + owl:onProperty USERFIELDS:hasContractor
757 ] ; 765 ] ;
758 rdfs:subClassOf 766 rdfs:subClassOf
759 [ rdf:type owl:Restriction ; 767 [ rdf:type owl:Restriction ;
760 owl:maxQualifiedCardinality 768 owl:maxQualifiedCardinality
761 "1"^^xsd:nonNegativeInteger ; 769 "1"^^xsd:nonNegativeInteger ;
762 - owl:onClass ILAP:Result ; 770 + owl:onClass ILAP:MilestoneType ;
763 - owl:onProperty USERFIELDS:hasProduct 771 + owl:onProperty USERFIELDS:hasMilestone
764 ] ; 772 ] ;
765 rdfs:subClassOf 773 rdfs:subClassOf
766 [ rdf:type owl:Restriction ; 774 [ rdf:type owl:Restriction ;
767 owl:maxQualifiedCardinality 775 owl:maxQualifiedCardinality
768 "1"^^xsd:nonNegativeInteger ; 776 "1"^^xsd:nonNegativeInteger ;
769 - owl:onClass ILAP:ShutdownType ; 777 + owl:onClass ILAP:Discipline ;
770 - owl:onProperty USERFIELDS:hasShutdownType 778 + owl:onProperty USERFIELDS:hasDiscipline
771 ] . 779 ] .
772 780
773 <http://data.posccaesar.org/npd/ontology/OperatingCompany> 781 <http://data.posccaesar.org/npd/ontology/OperatingCompany>
774 rdf:type owl:Class ; 782 rdf:type owl:Class ;
775 - rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; 783 + rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ;
776 - rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor . 784 + rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator .
777 785
778 <http://data.posccaesar.org/npd/ontology/productionFacility> 786 <http://data.posccaesar.org/npd/ontology/productionFacility>
779 rdf:type owl:Class ; 787 rdf:type owl:Class ;
...@@ -783,7 +791,7 @@ USERFIELDS:UserField ...@@ -783,7 +791,7 @@ USERFIELDS:UserField
783 rdl:RDS282149 791 rdl:RDS282149
784 rdf:type owl:Class ; 792 rdf:type owl:Class ;
785 rdfs:label "RDS282149"^^xsd:string ; 793 rdfs:label "RDS282149"^^xsd:string ;
786 - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . 794 + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
787 795
788 <http://data.posccaesar.orgnpd/ontology/License> 796 <http://data.posccaesar.orgnpd/ontology/License>
789 rdf:type owl:Class ; 797 rdf:type owl:Class ;
......
...@@ -18,7 +18,7 @@ UC1: rdf:type owl:Ontology ; ...@@ -18,7 +18,7 @@ UC1: rdf:type owl:Ontology ;
18 <http://data.posccaesar.org/ilap/AFEForRosenbergToConocoPhilllips2.0> 18 <http://data.posccaesar.org/ilap/AFEForRosenbergToConocoPhilllips2.0>
19 rdf:type USERFIELDS:FreeTextField ; 19 rdf:type USERFIELDS:FreeTextField ;
20 rdfs:label "AFE for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 20 rdfs:label "AFE for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
21 - USERFIELDS:hasShort "G139 (WUX.27F.G139.AE)"^^xsd:string , "H373-DUCT"^^xsd:string , "H207-WHRU"^^xsd:string . 21 + USERFIELDS:hasShort "H207-WHRU"^^xsd:string , "H373-DUCT"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string .
22 22
23 ILAP:AccruedTimeContract_1 23 ILAP:AccruedTimeContract_1
24 rdf:type ILAP:AccruedTimeContract ; 24 rdf:type ILAP:AccruedTimeContract ;
...@@ -39,15 +39,15 @@ ILAP:ActivityPlan_1 ...@@ -39,15 +39,15 @@ ILAP:ActivityPlan_1
39 rdf:type USERFIELDS:FreeTextField ; 39 rdf:type USERFIELDS:FreeTextField ;
40 rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 40 rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
41 USERFIELDS:hasDescription 41 USERFIELDS:hasDescription
42 - "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 . 42 + "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 .
43 43
44 ILAP:ActivityWBS_1 44 ILAP:ActivityWBS_1
45 rdf:type ILAP:ActivityWBS ; 45 rdf:type ILAP:ActivityWBS ;
46 rdfs:label "Activity WBS 1"^^xsd:string ; 46 rdfs:label "Activity WBS 1"^^xsd:string ;
47 ILAP:hasWBScomponent 47 ILAP:hasWBScomponent
48 - SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; 48 + ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ;
49 - ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; 49 + ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ;
50 - ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . 50 + ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD .
51 51
52 <http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0> 52 <http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0>
53 rdf:type USERFIELDS:FreeTextField ; 53 rdf:type USERFIELDS:FreeTextField ;
...@@ -60,28 +60,28 @@ ILAP:ActivityWBS_1 ...@@ -60,28 +60,28 @@ ILAP:ActivityWBS_1
60 rdf:type USERFIELDS:FreeTextField ; 60 rdf:type USERFIELDS:FreeTextField ;
61 rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 61 rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
62 USERFIELDS:hasDescription 62 USERFIELDS:hasDescription
63 - "Vidar Kjempenes"^^xsd:string , "Jostein Larsen"^^xsd:string ; 63 + "Jostein Larsen"^^xsd:string , "Vidar Kjempenes"^^xsd:string ;
64 - USERFIELDS:hasShort "VK"^^xsd:string , "JL"^^xsd:string . 64 + USERFIELDS:hasShort "JL"^^xsd:string , "VK"^^xsd:string .
65 65
66 <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0> 66 <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0>
67 rdf:type USERFIELDS:FreeTextField ; 67 rdf:type USERFIELDS:FreeTextField ;
68 rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 68 rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
69 USERFIELDS:hasDescription 69 USERFIELDS:hasDescription
70 "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 ; 70 "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 ;
71 - 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 . 71 + 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 .
72 72
73 <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8> 73 <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8>
74 rdf:type USERFIELDS:FreeTextField ; 74 rdf:type USERFIELDS:FreeTextField ;
75 rdfs:label "CM-oppdrag for Reinertsen to Statoil1.8"^^xsd:string ; 75 rdfs:label "CM-oppdrag for Reinertsen to Statoil1.8"^^xsd:string ;
76 USERFIELDS:hasDescription 76 USERFIELDS:hasDescription
77 - "Not CM-oppdrag"^^xsd:string , "CM-oppdrag"^^xsd:string . 77 + "CM-oppdrag"^^xsd:string , "Not CM-oppdrag"^^xsd:string .
78 78
79 <http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0> 79 <http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0>
80 rdf:type USERFIELDS:FreeTextField ; 80 rdf:type USERFIELDS:FreeTextField ;
81 rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 81 rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
82 USERFIELDS:hasDescription 82 USERFIELDS:hasDescription
83 "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 ; 83 "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 ;
84 - 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 . 84 + 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 .
85 85
86 ILAP:COR_KD_1 86 ILAP:COR_KD_1
87 rdf:type SCCS:COR_KD ; 87 rdf:type SCCS:COR_KD ;
...@@ -91,8 +91,8 @@ ILAP:COR_KD_1 ...@@ -91,8 +91,8 @@ ILAP:COR_KD_1
91 rdf:type USERFIELDS:FreeTextField ; 91 rdf:type USERFIELDS:FreeTextField ;
92 rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 92 rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
93 USERFIELDS:hasDescription 93 USERFIELDS:hasDescription
94 - "Hotwork and Platform SD"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Document Control"^^xsd:string ; 94 + "Document Control"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Hotwork and Platform SD"^^xsd:string ;
95 - USERFIELDS:hasShort "X"^^xsd:string , "HA09AD-TH"^^xsd:string , "DDZEG0000"^^xsd:string . 95 + USERFIELDS:hasShort "DDZEG0000"^^xsd:string , "HA09AD-TH"^^xsd:string , "X"^^xsd:string .
96 96
97 ILAP:Calendar_1 97 ILAP:Calendar_1
98 rdf:type ILAP:Calendar ; 98 rdf:type ILAP:Calendar ;
...@@ -136,7 +136,7 @@ ILAP:Contract_1 ...@@ -136,7 +136,7 @@ ILAP:Contract_1
136 rdf:type USERFIELDS:FreeTextField ; 136 rdf:type USERFIELDS:FreeTextField ;
137 rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ; 137 rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ;
138 USERFIELDS:hasDescription 138 USERFIELDS:hasDescription
139 - "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 . 139 + "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 .
140 140
141 ILAP:FinishToStart_1_2 141 ILAP:FinishToStart_1_2
142 rdf:type ILAP:FinishToStart ; 142 rdf:type ILAP:FinishToStart ;
...@@ -169,13 +169,13 @@ ILAP:IncentiveContract_2 ...@@ -169,13 +169,13 @@ ILAP:IncentiveContract_2
169 rdf:type USERFIELDS:FreeTextField ; 169 rdf:type USERFIELDS:FreeTextField ;
170 rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ; 170 rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ;
171 USERFIELDS:hasDescription 171 USERFIELDS:hasDescription
172 - "Andreas Gurk"^^xsd:string , "Andreas Forberg "^^xsd:string , "Christer Andersson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Lennart Svensson"^^xsd:string . 172 + "Lennart Svensson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Christer Andersson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Andreas Gurk"^^xsd:string .
173 173
174 <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8> 174 <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8>
175 rdf:type USERFIELDS:FreeTextField ; 175 rdf:type USERFIELDS:FreeTextField ;
176 rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ; 176 rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ;
177 USERFIELDS:hasDescription 177 USERFIELDS:hasDescription
178 - "6"^^xsd:string , "5"^^xsd:string , "4"^^xsd:string , "3"^^xsd:string , "2"^^xsd:string , "1"^^xsd:string , "18"^^xsd:string . 178 + "18"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string , "5"^^xsd:string , "6"^^xsd:string .
179 179
180 ILAP:InvoicableWork_1 180 ILAP:InvoicableWork_1
181 rdf:type ILAP:InvoicableWork ; 181 rdf:type ILAP:InvoicableWork ;
...@@ -185,7 +185,7 @@ ILAP:InvoicableWork_1 ...@@ -185,7 +185,7 @@ ILAP:InvoicableWork_1
185 rdf:type USERFIELDS:FreeTextField ; 185 rdf:type USERFIELDS:FreeTextField ;
186 rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ; 186 rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ;
187 USERFIELDS:hasDescription 187 USERFIELDS:hasDescription
188 - "Sluttrapport"^^xsd:string , "RFOC"^^xsd:string , "Studierapport"^^xsd:string . 188 + "Studierapport"^^xsd:string , "RFOC"^^xsd:string , "Sluttrapport"^^xsd:string .
189 189
190 <http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8> 190 <http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8>
191 rdf:type USERFIELDS:FreeTextField ; 191 rdf:type USERFIELDS:FreeTextField ;
...@@ -198,7 +198,7 @@ ILAP:InvoicableWork_1 ...@@ -198,7 +198,7 @@ ILAP:InvoicableWork_1
198 rdf:type USERFIELDS:FreeTextField ; 198 rdf:type USERFIELDS:FreeTextField ;
199 rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 199 rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
200 USERFIELDS:hasDescription 200 USERFIELDS:hasDescription
201 - "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 ; 201 + "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 ;
202 USERFIELDS:hasShort "SR"^^xsd:string . 202 USERFIELDS:hasShort "SR"^^xsd:string .
203 203
204 <http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0> 204 <http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0>
...@@ -209,7 +209,7 @@ ILAP:InvoicableWork_1 ...@@ -209,7 +209,7 @@ ILAP:InvoicableWork_1
209 <http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0> 209 <http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0>
210 rdf:type USERFIELDS:FreeTextField ; 210 rdf:type USERFIELDS:FreeTextField ;
211 rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 211 rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
212 - 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 . 212 + 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 .
213 213
214 ILAP:LumpSumContract_1 214 ILAP:LumpSumContract_1
215 rdf:type ILAP:LumpSumContract ; 215 rdf:type ILAP:LumpSumContract ;
...@@ -260,7 +260,7 @@ ILAP:PBS_ACAA_1 ...@@ -260,7 +260,7 @@ ILAP:PBS_ACAA_1
260 rdf:type USERFIELDS:FreeTextField ; 260 rdf:type USERFIELDS:FreeTextField ;
261 rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ; 261 rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ;
262 USERFIELDS:hasDescription 262 USERFIELDS:hasDescription
263 - "Gry Helle Nakstad"^^xsd:string , "Erik Havnes"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Mattias Allebert"^^xsd:string . 263 + "Mattias Allebert"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Erik Havnes"^^xsd:string , "Gry Helle Nakstad"^^xsd:string .
264 264
265 ILAP:PlannedActivity_1 265 ILAP:PlannedActivity_1
266 rdf:type ILAP:PlannedActivity ; 266 rdf:type ILAP:PlannedActivity ;
...@@ -362,7 +362,7 @@ ILAP:ProjectExecutionSubPlan_UC1 ...@@ -362,7 +362,7 @@ ILAP:ProjectExecutionSubPlan_UC1
362 rdf:type USERFIELDS:FreeTextField ; 362 rdf:type USERFIELDS:FreeTextField ;
363 rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ; 363 rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ;
364 USERFIELDS:hasDescription 364 USERFIELDS:hasDescription
365 - "Gunn Elin Harba"^^xsd:string , "Geir Sve"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Ove Løberg"^^xsd:string . 365 + "Ove Løberg"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Geir Sve"^^xsd:string , "Gunn Elin Harba"^^xsd:string .
366 366
367 <http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0> 367 <http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0>
368 rdf:type USERFIELDS:FreeTextField ; 368 rdf:type USERFIELDS:FreeTextField ;
...@@ -395,7 +395,7 @@ ILAP:ReimbursableContract_1 ...@@ -395,7 +395,7 @@ ILAP:ReimbursableContract_1
395 <http://data.posccaesar.org/ilap/UserFieldForReinertsenToStatoil1.8> . 395 <http://data.posccaesar.org/ilap/UserFieldForReinertsenToStatoil1.8> .
396 396
397 ILAP:RiskFactor_1 397 ILAP:RiskFactor_1
398 - rdf:type ILAP:RiskFactor ; 398 + rdf:type ILAP:Risk ;
399 rdfs:label "Risk factor 1"^^xsd:string ; 399 rdfs:label "Risk factor 1"^^xsd:string ;
400 ILAP:hasRiskType ILAP:ShallowGasOperation . 400 ILAP:hasRiskType ILAP:ShallowGasOperation .
401 401
...@@ -475,14 +475,14 @@ ILAP:SummerShutdown_UC1 ...@@ -475,14 +475,14 @@ ILAP:SummerShutdown_UC1
475 ILAP:hasShutdownPriority 475 ILAP:hasShutdownPriority
476 ILAP:NormalPriority ; 476 ILAP:NormalPriority ;
477 ILAP:hasShutdownType 477 ILAP:hasShutdownType
478 - ILAP:SystemShutdown , ILAP:ScheduledShutdown , ILAP:ProductionShutdown . 478 + ILAP:ProductionShutdown , ILAP:ScheduledShutdown , ILAP:SystemShutdown .
479 479
480 <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0> 480 <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0>
481 rdf:type USERFIELDS:FreeTextField ; 481 rdf:type USERFIELDS:FreeTextField ;
482 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 ;
483 USERFIELDS:hasDescription 483 USERFIELDS:hasDescription
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 ; 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 , "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 ;
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 . 485 + 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 .
486 486
487 ILAP:TargetBudget_1 487 ILAP:TargetBudget_1
488 rdf:type ILAP:TargetBudget ; 488 rdf:type ILAP:TargetBudget ;
...@@ -498,14 +498,14 @@ ILAP:UserField ...@@ -498,14 +498,14 @@ ILAP:UserField
498 rdfs:subClassOf 498 rdfs:subClassOf
499 [ rdf:type owl:Restriction ; 499 [ rdf:type owl:Restriction ;
500 owl:onDataRange xsd:string ; 500 owl:onDataRange xsd:string ;
501 - owl:onProperty ILAP:hasValueSource ; 501 + owl:onProperty ILAP:hasValue ;
502 owl:qualifiedCardinality 502 owl:qualifiedCardinality
503 "1"^^xsd:nonNegativeInteger 503 "1"^^xsd:nonNegativeInteger
504 ] ; 504 ] ;
505 rdfs:subClassOf 505 rdfs:subClassOf
506 [ rdf:type owl:Restriction ; 506 [ rdf:type owl:Restriction ;
507 owl:onDataRange xsd:string ; 507 owl:onDataRange xsd:string ;
508 - owl:onProperty ILAP:hasValue ; 508 + owl:onProperty ILAP:hasValueSource ;
509 owl:qualifiedCardinality 509 owl:qualifiedCardinality
510 "1"^^xsd:nonNegativeInteger 510 "1"^^xsd:nonNegativeInteger
511 ] . 511 ] .
...@@ -650,15 +650,15 @@ USERFIELDS:UserField ...@@ -650,15 +650,15 @@ USERFIELDS:UserField
650 [ rdf:type owl:Restriction ; 650 [ rdf:type owl:Restriction ;
651 owl:maxQualifiedCardinality 651 owl:maxQualifiedCardinality
652 "1"^^xsd:nonNegativeInteger ; 652 "1"^^xsd:nonNegativeInteger ;
653 - owl:onClass ILAP:MilestoneType ; 653 + owl:onClass ILAP:Contractor ;
654 - owl:onProperty USERFIELDS:hasMilestone 654 + owl:onProperty USERFIELDS:hasContractor
655 ] ; 655 ] ;
656 rdfs:subClassOf 656 rdfs:subClassOf
657 [ rdf:type owl:Restriction ; 657 [ rdf:type owl:Restriction ;
658 owl:maxQualifiedCardinality 658 owl:maxQualifiedCardinality
659 "1"^^xsd:nonNegativeInteger ; 659 "1"^^xsd:nonNegativeInteger ;
660 - owl:onClass ILAP:Contractor ; 660 + owl:onClass ILAP:MilestoneType ;
661 - owl:onProperty USERFIELDS:hasContractor 661 + owl:onProperty USERFIELDS:hasMilestone
662 ] . 662 ] .
663 663
664 USERFIELDS:hasCategory 664 USERFIELDS:hasCategory
......