Tore Christiansen

many updates to classes, individuals and labels

...@@ -14,50 +14,50 @@ ILAP: ...@@ -14,50 +14,50 @@ ILAP:
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 15
16 ILAP:Activity 16 ILAP:Activity
17 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 17 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
18 rdfs:label "Activity"^^xsd:string ; 18 rdfs:label "Activity"^^xsd:string ;
19 rdfs:subClassOf 19 rdfs:subClassOf
20 [ rdf:type owl:Restriction ; 20 [ rdf:type owl:Restriction ;
21 - owl:allValuesFrom ILAP:Discipline ; 21 + owl:allValuesFrom ILAP:Status ;
22 - owl:onProperty ILAP:hasActivityDiscipline 22 + owl:onProperty ILAP:hasActivityStatus
23 ] ; 23 ] ;
24 rdfs:subClassOf 24 rdfs:subClassOf
25 [ rdf:type owl:Restriction ; 25 [ rdf:type owl:Restriction ;
26 - owl:allValuesFrom ILAP:Calendar ; 26 + owl:onProperty ILAP:hasExternalReference ;
27 - owl:onProperty ILAP:hasActivityCalendar 27 + owl:someValuesFrom ILAP:ExternalReference
28 ] ; 28 ] ;
29 rdfs:subClassOf 29 rdfs:subClassOf
30 [ rdf:type owl:Restriction ; 30 [ rdf:type owl:Restriction ;
31 - owl:onProperty ILAP:hasExternalReference ; 31 + owl:allValuesFrom ILAP:Calendar ;
32 - owl:someValuesFrom ILAP:ExternalReference 32 + owl:onProperty ILAP:hasActivityCalendar
33 ] ; 33 ] ;
34 rdfs:subClassOf 34 rdfs:subClassOf
35 [ rdf:type owl:Restriction ; 35 [ rdf:type owl:Restriction ;
36 - owl:allValuesFrom ILAP:Status ; 36 + owl:allValuesFrom ILAP:Discipline ;
37 - owl:onProperty ILAP:hasActivityStatus 37 + owl:onProperty ILAP:hasActivityDiscipline
38 ] . 38 ] .
39 39
40 ILAP:ActivityDependency 40 ILAP:ActivityDependency
41 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 41 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
42 rdfs:label "Activity Dependency"^^xsd:string ; 42 rdfs:label "Activity Dependency"^^xsd:string ;
43 rdfs:subClassOf ILAP:Constraint ; 43 rdfs:subClassOf ILAP:Constraint ;
44 rdfs:subClassOf 44 rdfs:subClassOf
45 [ rdf:type owl:Restriction ; 45 [ rdf:type owl:Restriction ;
46 owl:onClass ILAP:Activity ; 46 owl:onClass ILAP:Activity ;
47 - owl:onProperty ILAP:hasPredecessorActivity ; 47 + owl:onProperty ILAP:hasSuccessorActivity ;
48 owl:qualifiedCardinality 48 owl:qualifiedCardinality
49 "1"^^xsd:nonNegativeInteger 49 "1"^^xsd:nonNegativeInteger
50 ] ; 50 ] ;
51 rdfs:subClassOf 51 rdfs:subClassOf
52 [ rdf:type owl:Restriction ; 52 [ rdf:type owl:Restriction ;
53 owl:onClass ILAP:Activity ; 53 owl:onClass ILAP:Activity ;
54 - owl:onProperty ILAP:hasSuccessorActivity ; 54 + owl:onProperty ILAP:hasPredecessorActivity ;
55 owl:qualifiedCardinality 55 owl:qualifiedCardinality
56 "1"^^xsd:nonNegativeInteger 56 "1"^^xsd:nonNegativeInteger
57 ] . 57 ] .
58 58
59 ILAP:ActivityPlan 59 ILAP:ActivityPlan
60 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 60 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
61 rdfs:label "Activity Plan"^^xsd:string ; 61 rdfs:label "Activity Plan"^^xsd:string ;
62 rdfs:subClassOf ILAP:Network ; 62 rdfs:subClassOf ILAP:Network ;
63 rdfs:subClassOf 63 rdfs:subClassOf
...@@ -72,22 +72,22 @@ ILAP:ActivityStatus ...@@ -72,22 +72,22 @@ ILAP:ActivityStatus
72 rdfs:subClassOf ILAP:Status . 72 rdfs:subClassOf ILAP:Status .
73 73
74 ILAP:ActivityWBS 74 ILAP:ActivityWBS
75 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; 75 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
76 rdfs:label "Activity WBS"^^xsd:string ; 76 rdfs:label "Activity WBS"^^xsd:string ;
77 rdfs:subClassOf ILAP:Network . 77 rdfs:subClassOf ILAP:Network .
78 78
79 ILAP:Application 79 ILAP:Application
80 rdf:type owl:Class ; 80 rdf:type owl:Class ;
81 rdfs:label "Application"^^xsd:string ; 81 rdfs:label "Application"^^xsd:string ;
82 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . 82 + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> .
83 83
84 ILAP:Asset 84 ILAP:Asset
85 rdf:type owl:Class ; 85 rdf:type owl:Class ;
86 rdfs:label "Asset"^^xsd:string ; 86 rdfs:label "Asset"^^xsd:string ;
87 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . 87 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> .
88 88
89 ILAP:Baseline 89 ILAP:Baseline
90 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 90 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
91 rdfs:label "Baseline"^^xsd:string ; 91 rdfs:label "Baseline"^^xsd:string ;
92 rdfs:subClassOf ILAP:Network . 92 rdfs:subClassOf ILAP:Network .
93 93
...@@ -100,9 +100,9 @@ ILAP:CAPEX ...@@ -100,9 +100,9 @@ ILAP:CAPEX
100 rdfs:label "CAPEX"^^xsd:string . 100 rdfs:label "CAPEX"^^xsd:string .
101 101
102 ILAP:Calendar 102 ILAP:Calendar
103 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 103 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
104 rdfs:label "Calendar"^^xsd:string ; 104 rdfs:label "Calendar"^^xsd:string ;
105 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; 105 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
106 rdfs:subClassOf 106 rdfs:subClassOf
107 [ rdf:type owl:Restriction ; 107 [ rdf:type owl:Restriction ;
108 owl:allValuesFrom ILAP:CalendarFreePeriod ; 108 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -110,14 +110,14 @@ ILAP:Calendar ...@@ -110,14 +110,14 @@ ILAP:Calendar
110 ] . 110 ] .
111 111
112 ILAP:CalendarDay 112 ILAP:CalendarDay
113 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 113 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
114 rdfs:label "Calendar Day"^^xsd:string ; 114 rdfs:label "Calendar Day"^^xsd:string ;
115 - rdfs:subClassOf <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 owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 118 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
119 rdfs:label "Calendar Free Period"^^xsd:string ; 119 rdfs:label "Calendar Free Period"^^xsd:string ;
120 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; 120 + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
121 rdfs:subClassOf 121 rdfs:subClassOf
122 [ rdf:type owl:Restriction ; 122 [ rdf:type owl:Restriction ;
123 owl:onClass ILAP:Calendar ; 123 owl:onClass ILAP:Calendar ;
...@@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod ...@@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod
129 ] . 129 ] .
130 130
131 ILAP:CalendarFreePeriodWeekRepeat 131 ILAP:CalendarFreePeriodWeekRepeat
132 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 132 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
133 rdfs:label "Free day"^^xsd:string ; 133 rdfs:label "Free day"^^xsd:string ;
134 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . 134 + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
135 135
136 ILAP:CalendarHour 136 ILAP:CalendarHour
137 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 137 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
138 rdfs:label "calendar Hour"^^xsd:string ; 138 rdfs:label "calendar Hour"^^xsd:string ;
139 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , owl:Thing , <http://posccaesar.org/rdl/RDS380969> . 139 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , owl:Thing , <http://posccaesar.org/rdl/RDS1326734> .
140 140
141 ILAP:CalendarPeriod 141 ILAP:CalendarPeriod
142 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; 142 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
143 rdfs:label "Calendar Priod"^^xsd:string ; 143 rdfs:label "Calendar Priod"^^xsd:string ;
144 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; 144 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
145 rdfs:subClassOf 145 rdfs:subClassOf
146 [ rdf:type owl:Restriction ; 146 [ rdf:type owl:Restriction ;
147 - owl:allValuesFrom ILAP: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 <http://posccaesar.org/rdl/RDS330344> , owl:Thing . 169 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
170 170
171 ILAP:ConstructionMilestone 171 ILAP:ConstructionMilestone
172 rdf:type owl:Class ; 172 rdf:type owl:Class ;
...@@ -176,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 <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . 179 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
180 180
181 ILAP:ContractMilestone 181 ILAP:ContractMilestone
182 rdf:type owl:Class ; 182 rdf:type owl:Class ;
...@@ -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 <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . 204 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> .
205 205
206 ILAP:CostBased 206 ILAP:CostBased
207 rdf:type owl:Class ; 207 rdf:type owl:Class ;
...@@ -214,14 +214,14 @@ ILAP:Criticality ...@@ -214,14 +214,14 @@ ILAP:Criticality
214 rdfs:subClassOf owl:Thing . 214 rdfs:subClassOf owl:Thing .
215 215
216 ILAP:CurrentSchedule 216 ILAP:CurrentSchedule
217 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 217 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
218 rdfs:label "Current Schedule"^^xsd:string ; 218 rdfs:label "Current Schedule"^^xsd:string ;
219 rdfs:subClassOf ILAP:Schedule . 219 rdfs:subClassOf ILAP:Schedule .
220 220
221 ILAP:Data 221 ILAP:Data
222 rdf:type owl:Class ; 222 rdf:type owl:Class ;
223 rdfs:label "Data"^^xsd:string ; 223 rdfs:label "Data"^^xsd:string ;
224 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; 224 + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ;
225 rdfs:subClassOf 225 rdfs:subClassOf
226 [ rdf:type owl:Restriction ; 226 [ rdf:type owl:Restriction ;
227 owl:onClass ILAP:Project ; 227 owl:onClass ILAP:Project ;
...@@ -296,7 +296,7 @@ ILAP:DesignMilestone ...@@ -296,7 +296,7 @@ ILAP:DesignMilestone
296 rdfs:subClassOf ILAP:MilestoneType . 296 rdfs:subClassOf ILAP:MilestoneType .
297 297
298 ILAP:Discipline 298 ILAP:Discipline
299 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 299 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
300 rdfs:label "Discipline"^^xsd:string ; 300 rdfs:label "Discipline"^^xsd:string ;
301 rdfs:subClassOf owl:Thing . 301 rdfs:subClassOf owl:Thing .
302 302
...@@ -316,15 +316,13 @@ ILAP:EngineeringMilestone ...@@ -316,15 +316,13 @@ ILAP:EngineeringMilestone
316 rdfs:subClassOf ILAP:MilestoneType . 316 rdfs:subClassOf ILAP:MilestoneType .
317 317
318 ILAP:ExternalReference 318 ILAP:ExternalReference
319 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; 319 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
320 rdfs:label "External Reference"^^xsd:string ; 320 rdfs:label "External Reference"^^xsd:string ;
321 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; 321 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ;
322 rdfs:subClassOf 322 rdfs:subClassOf
323 [ rdf:type owl:Restriction ; 323 [ rdf:type owl:Restriction ;
324 - owl:onDataRange xsd:string ; 324 + owl:allValuesFrom ILAP:Application ;
325 - owl:onProperty ILAP:hasObjectReferenceID ; 325 + owl:onProperty ILAP:hasReferenceApplication
326 - owl:qualifiedCardinality
327 - "1"^^xsd:nonNegativeInteger
328 ] ; 326 ] ;
329 rdfs:subClassOf 327 rdfs:subClassOf
330 [ rdf:type owl:Restriction ; 328 [ rdf:type owl:Restriction ;
...@@ -333,8 +331,10 @@ ILAP:ExternalReference ...@@ -333,8 +331,10 @@ ILAP:ExternalReference
333 ] ; 331 ] ;
334 rdfs:subClassOf 332 rdfs:subClassOf
335 [ rdf:type owl:Restriction ; 333 [ rdf:type owl:Restriction ;
336 - owl:allValuesFrom ILAP:Application ; 334 + owl:onDataRange xsd:string ;
337 - owl:onProperty ILAP:hasReferenceApplication 335 + owl:onProperty ILAP:hasObjectReferenceID ;
336 + owl:qualifiedCardinality
337 + "1"^^xsd:nonNegativeInteger
338 ] . 338 ] .
339 339
340 ILAP:Facility 340 ILAP:Facility
...@@ -348,14 +348,14 @@ ILAP:Field ...@@ -348,14 +348,14 @@ ILAP:Field
348 rdfs:subClassOf owl:Thing . 348 rdfs:subClassOf owl:Thing .
349 349
350 ILAP:FinishToFinish 350 ILAP:FinishToFinish
351 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 351 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
352 rdfs:label "Finish to Finish"^^xsd:string ; 352 rdfs:label "Finish to Finish"^^xsd:string ;
353 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 353 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
354 354
355 ILAP:FinishToStart 355 ILAP:FinishToStart
356 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 356 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
357 rdfs:label "Finish to Start"^^xsd:string ; 357 rdfs:label "Finish to Start"^^xsd:string ;
358 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 358 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
359 359
360 ILAP:FunctionalLocation 360 ILAP:FunctionalLocation
361 rdf:type owl:Class ; 361 rdf:type owl:Class ;
...@@ -380,7 +380,7 @@ ILAP:HighPriority ...@@ -380,7 +380,7 @@ ILAP:HighPriority
380 ILAP:Information 380 ILAP:Information
381 rdf:type owl:Class ; 381 rdf:type owl:Class ;
382 rdfs:label "Information"^^xsd:string ; 382 rdfs:label "Information"^^xsd:string ;
383 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . 383 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> .
384 384
385 ILAP:Knowledge 385 ILAP:Knowledge
386 rdf:type owl:Class ; 386 rdf:type owl:Class ;
...@@ -398,14 +398,14 @@ ILAP:LifecyclePhase ...@@ -398,14 +398,14 @@ ILAP:LifecyclePhase
398 rdfs:subClassOf ILAP:Phase . 398 rdfs:subClassOf ILAP:Phase .
399 399
400 ILAP:LiveSchedule 400 ILAP:LiveSchedule
401 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 401 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
402 rdfs:label "Live Schedule"^^xsd:string ; 402 rdfs:label "Live Schedule"^^xsd:string ;
403 rdfs:subClassOf ILAP:Schedule . 403 rdfs:subClassOf ILAP:Schedule .
404 404
405 ILAP:Location 405 ILAP:Location
406 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; 406 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ;
407 rdfs:label "Location"^^xsd:string ; 407 rdfs:label "Location"^^xsd:string ;
408 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . 408 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
409 409
410 ILAP:LowCriticality 410 ILAP:LowCriticality
411 rdf:type owl:Class ; 411 rdf:type owl:Class ;
...@@ -423,7 +423,7 @@ ILAP:MaterialOrderStatus ...@@ -423,7 +423,7 @@ ILAP:MaterialOrderStatus
423 rdfs:subClassOf ILAP:Status . 423 rdfs:subClassOf ILAP:Status .
424 424
425 ILAP:Milestone 425 ILAP:Milestone
426 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; 426 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ;
427 rdfs:label "Milestone"^^xsd:string . 427 rdfs:label "Milestone"^^xsd:string .
428 428
429 ILAP:MilestoneType 429 ILAP:MilestoneType
...@@ -434,7 +434,7 @@ ILAP:MilestoneType ...@@ -434,7 +434,7 @@ ILAP:MilestoneType
434 ILAP:Network 434 ILAP:Network
435 rdf:type owl:Class ; 435 rdf:type owl:Class ;
436 rdfs:label "Network"^^xsd:string ; 436 rdfs:label "Network"^^xsd:string ;
437 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . 437 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> .
438 438
439 ILAP:NormalCriticality 439 ILAP:NormalCriticality
440 rdf:type owl:Class ; 440 rdf:type owl:Class ;
...@@ -480,49 +480,49 @@ ILAP:PhysicalLocation ...@@ -480,49 +480,49 @@ ILAP:PhysicalLocation
480 rdfs:subClassOf ILAP:Location . 480 rdfs:subClassOf ILAP:Location .
481 481
482 ILAP:PlanClassifier 482 ILAP:PlanClassifier
483 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 483 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
484 rdfs:label "Plan Classifier"^^xsd:string ; 484 rdfs:label "Plan Classifier"^^xsd:string ;
485 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . 485 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
486 486
487 ILAP:PlanContentType 487 ILAP:PlanContentType
488 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 488 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
489 rdfs:label "Plan Content Type"^^xsd:string ; 489 rdfs:label "Plan Content Type"^^xsd:string ;
490 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . 490 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> .
491 491
492 ILAP:PlanContractType 492 ILAP:PlanContractType
493 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 493 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
494 rdfs:label "Plan Contract Type"^^xsd:string ; 494 rdfs:label "Plan Contract Type"^^xsd:string ;
495 rdfs:subClassOf ILAP:PlanClassifier . 495 rdfs:subClassOf ILAP:PlanClassifier .
496 496
497 ILAP:PlanExpenseType 497 ILAP:PlanExpenseType
498 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 498 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
499 rdfs:label "Plan Expense Type"^^xsd:string ; 499 rdfs:label "Plan Expense Type"^^xsd:string ;
500 rdfs:subClassOf ILAP:PlanClassifier . 500 rdfs:subClassOf ILAP:PlanClassifier .
501 501
502 ILAP:PlanGeoArea 502 ILAP:PlanGeoArea
503 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; 503 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ;
504 rdfs:label "Plan Geographic Area"^^xsd:string ; 504 rdfs:label "Plan Geographic Area"^^xsd:string ;
505 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 505 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
506 506
507 ILAP:PlanLevel 507 ILAP:PlanLevel
508 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 508 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
509 rdfs:label "Plan Level"^^xsd:string ; 509 rdfs:label "Plan Level"^^xsd:string ;
510 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 510 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
511 511
512 ILAP:PlanLifecycleStage 512 ILAP:PlanLifecycleStage
513 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 513 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
514 rdfs:label "Plan Lifecycle Stage"^^xsd:string ; 514 rdfs:label "Plan Lifecycle Stage"^^xsd:string ;
515 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 515 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
516 516
517 ILAP:PlanObjectiveType 517 ILAP:PlanObjectiveType
518 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; 518 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
519 rdfs:label "Plan Objective Type"^^xsd:string ; 519 rdfs:label "Plan Objective Type"^^xsd:string ;
520 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . 520 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
521 521
522 ILAP:PlanProjectType 522 ILAP:PlanProjectType
523 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 523 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
524 rdfs:label "Plan Project Type"^^xsd:string ; 524 rdfs:label "Plan Project Type"^^xsd:string ;
525 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . 525 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
526 526
527 ILAP:PlannedActivity 527 ILAP:PlannedActivity
528 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 528 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -530,13 +530,15 @@ ILAP:PlannedActivity ...@@ -530,13 +530,15 @@ ILAP:PlannedActivity
530 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 530 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
531 rdfs:subClassOf 531 rdfs:subClassOf
532 [ rdf:type owl:Restriction ; 532 [ rdf:type owl:Restriction ;
533 - owl:allValuesFrom ILAP:ActivityDependency ; 533 + owl:maxQualifiedCardinality
534 - owl:onProperty ILAP:hasActivityPredecessor 534 + "1"^^xsd:nonNegativeInteger ;
535 + owl:onClass ILAP:ProjectExecutionPlan ;
536 + owl:onProperty ILAP:hasActivityPlan
535 ] ; 537 ] ;
536 rdfs:subClassOf 538 rdfs:subClassOf
537 [ rdf:type owl:Restriction ; 539 [ rdf:type owl:Restriction ;
538 - owl:allValuesFrom ILAP:ActivityDependency ; 540 + owl:allValuesFrom ILAP:Location ;
539 - owl:onProperty ILAP:hasActivitySuccessor 541 + owl:onProperty ILAP:hasActivityLocation
540 ] ; 542 ] ;
541 rdfs:subClassOf 543 rdfs:subClassOf
542 [ rdf:type owl:Restriction ; 544 [ rdf:type owl:Restriction ;
...@@ -547,8 +549,8 @@ ILAP:PlannedActivity ...@@ -547,8 +549,8 @@ ILAP:PlannedActivity
547 ] ; 549 ] ;
548 rdfs:subClassOf 550 rdfs:subClassOf
549 [ rdf:type owl:Restriction ; 551 [ rdf:type owl:Restriction ;
550 - owl:allValuesFrom ILAP:ResourceProfile ; 552 + owl:allValuesFrom ILAP:Result ;
551 - owl:onProperty ILAP:hasActivityResourceProfile 553 + owl:onProperty ILAP:hasActivityResult
552 ] ; 554 ] ;
553 rdfs:subClassOf 555 rdfs:subClassOf
554 [ rdf:type owl:Restriction ; 556 [ rdf:type owl:Restriction ;
...@@ -557,30 +559,28 @@ ILAP:PlannedActivity ...@@ -557,30 +559,28 @@ ILAP:PlannedActivity
557 ] ; 559 ] ;
558 rdfs:subClassOf 560 rdfs:subClassOf
559 [ rdf:type owl:Restriction ; 561 [ rdf:type owl:Restriction ;
560 - owl:allValuesFrom ILAP:Location ; 562 + owl:allValuesFrom ILAP:ResponsiblePerson ;
561 - owl:onProperty ILAP:hasActivityLocation 563 + owl:onProperty ILAP:hasActivityResponsiblePerson
562 ] ; 564 ] ;
563 rdfs:subClassOf 565 rdfs:subClassOf
564 [ rdf:type owl:Restriction ; 566 [ rdf:type owl:Restriction ;
565 - owl:maxQualifiedCardinality 567 + owl:allValuesFrom ILAP:ActivityDependency ;
566 - "1"^^xsd:nonNegativeInteger ; 568 + owl:onProperty ILAP:hasActivityPredecessor
567 - owl:onClass ILAP:ProjectExecutionPlan ;
568 - owl:onProperty ILAP:hasActivityPlan
569 ] ; 569 ] ;
570 rdfs:subClassOf 570 rdfs:subClassOf
571 [ rdf:type owl:Restriction ; 571 [ rdf:type owl:Restriction ;
572 - owl:allValuesFrom ILAP:ResponsiblePerson ; 572 + owl:onProperty ILAP:hasActivityDiscipline ;
573 - owl:onProperty ILAP:hasActivityResponsiblePerson 573 + owl:someValuesFrom ILAP:Discipline
574 ] ; 574 ] ;
575 rdfs:subClassOf 575 rdfs:subClassOf
576 [ rdf:type owl:Restriction ; 576 [ rdf:type owl:Restriction ;
577 - owl:allValuesFrom ILAP:Result ; 577 + owl:allValuesFrom ILAP:ActivityDependency ;
578 - owl:onProperty ILAP:hasActivityResult 578 + owl:onProperty ILAP:hasActivitySuccessor
579 ] ; 579 ] ;
580 rdfs:subClassOf 580 rdfs:subClassOf
581 [ rdf:type owl:Restriction ; 581 [ rdf:type owl:Restriction ;
582 - owl:onProperty ILAP:hasActivityDiscipline ; 582 + owl:allValuesFrom ILAP:ResourceProfile ;
583 - owl:someValuesFrom ILAP:Discipline 583 + owl:onProperty ILAP:hasActivityResourceProfile
584 ] . 584 ] .
585 585
586 ILAP:PlannedMilestone 586 ILAP:PlannedMilestone
...@@ -619,18 +619,13 @@ ILAP:Programme ...@@ -619,18 +619,13 @@ ILAP:Programme
619 rdfs:subClassOf ILAP:Project . 619 rdfs:subClassOf ILAP:Project .
620 620
621 ILAP:Project 621 ILAP:Project
622 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 622 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
623 rdfs:label "Project"^^xsd:string ; 623 rdfs:label "Project"^^xsd:string ;
624 rdfs:subClassOf ILAP:Activity ; 624 rdfs:subClassOf ILAP:Activity ;
625 rdfs:subClassOf 625 rdfs:subClassOf
626 [ rdf:type owl:Restriction ; 626 [ rdf:type owl:Restriction ;
627 - owl:allValuesFrom ILAP:Project ; 627 + owl:allValuesFrom BRREG:OilCompany ;
628 - owl:onProperty ILAP:hasProjectSubproject 628 + owl:onProperty ILAP:hasProjectResponsible
629 - ] ;
630 - rdfs:subClassOf
631 - [ rdf:type owl:Restriction ;
632 - owl:allValuesFrom ILAP:ExternalReference ;
633 - owl:onProperty ILAP:hasExternalReference
634 ] ; 629 ] ;
635 rdfs:subClassOf 630 rdfs:subClassOf
636 [ rdf:type owl:Restriction ; 631 [ rdf:type owl:Restriction ;
...@@ -641,8 +636,13 @@ ILAP:Project ...@@ -641,8 +636,13 @@ ILAP:Project
641 ] ; 636 ] ;
642 rdfs:subClassOf 637 rdfs:subClassOf
643 [ rdf:type owl:Restriction ; 638 [ rdf:type owl:Restriction ;
644 - owl:allValuesFrom BRREG:OilCompany ; 639 + owl:allValuesFrom ILAP:ExternalReference ;
645 - owl:onProperty ILAP:hasProjectResponsible 640 + owl:onProperty ILAP:hasExternalReference
641 + ] ;
642 + rdfs:subClassOf
643 + [ rdf:type owl:Restriction ;
644 + owl:allValuesFrom ILAP:Project ;
645 + owl:onProperty ILAP:hasProjectSubproject
646 ] . 646 ] .
647 647
648 ILAP:ProjectEffectiveness 648 ILAP:ProjectEffectiveness
...@@ -661,20 +661,13 @@ ILAP:ProjectExecutionPlan ...@@ -661,20 +661,13 @@ ILAP:ProjectExecutionPlan
661 rdfs:subClassOf ILAP:Network ; 661 rdfs:subClassOf ILAP:Network ;
662 rdfs:subClassOf 662 rdfs:subClassOf
663 [ rdf:type owl:Restriction ; 663 [ rdf:type owl:Restriction ;
664 - owl:allValuesFrom ILAP:PlanContractType ; 664 + owl:allValuesFrom BRREG:LegalEntity ;
665 - owl:onProperty ILAP:hasPlanContractType 665 + owl:onProperty ILAP:hasPlanResponsible
666 - ] ;
667 - rdfs:subClassOf
668 - [ rdf:type owl:Restriction ;
669 - owl:maxQualifiedCardinality
670 - "1"^^xsd:nonNegativeInteger ;
671 - owl:onClass ILAP:Project ;
672 - owl:onProperty ILAP:hasPlanProject
673 ] ; 666 ] ;
674 rdfs:subClassOf 667 rdfs:subClassOf
675 [ rdf:type owl:Restriction ; 668 [ rdf:type owl:Restriction ;
676 - owl:allValuesFrom BRREG:LegalEntity ; 669 + owl:onProperty ILAP:hasPlanProjectType ;
677 - owl:onProperty ILAP:hasPlanResponsible 670 + owl:someValuesFrom ILAP:PlanProjectType
678 ] ; 671 ] ;
679 rdfs:subClassOf 672 rdfs:subClassOf
680 [ rdf:type owl:Restriction ; 673 [ rdf:type owl:Restriction ;
...@@ -683,8 +676,8 @@ ILAP:ProjectExecutionPlan ...@@ -683,8 +676,8 @@ ILAP:ProjectExecutionPlan
683 ] ; 676 ] ;
684 rdfs:subClassOf 677 rdfs:subClassOf
685 [ rdf:type owl:Restriction ; 678 [ rdf:type owl:Restriction ;
686 - owl:onProperty ILAP:hasPlanProjectType ; 679 + owl:allValuesFrom ILAP:PlanObjectiveType ;
687 - owl:someValuesFrom ILAP:PlanProjectType 680 + owl:onProperty ILAP:hasPlanObjectiveType
688 ] ; 681 ] ;
689 rdfs:subClassOf 682 rdfs:subClassOf
690 [ rdf:type owl:Restriction ; 683 [ rdf:type owl:Restriction ;
...@@ -693,13 +686,23 @@ ILAP:ProjectExecutionPlan ...@@ -693,13 +686,23 @@ ILAP:ProjectExecutionPlan
693 ] ; 686 ] ;
694 rdfs:subClassOf 687 rdfs:subClassOf
695 [ rdf:type owl:Restriction ; 688 [ rdf:type owl:Restriction ;
689 + owl:allValuesFrom ILAP:PlanContractType ;
690 + owl:onProperty ILAP:hasPlanContractType
691 + ] ;
692 + rdfs:subClassOf
693 + [ rdf:type owl:Restriction ;
694 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
695 + owl:onProperty ILAP:hasPlanLifecycleStage
696 + ] ;
697 + rdfs:subClassOf
698 + [ rdf:type owl:Restriction ;
696 owl:onProperty ILAP:hasPlanLevel ; 699 owl:onProperty ILAP:hasPlanLevel ;
697 owl:someValuesFrom ILAP:PlanLevel 700 owl:someValuesFrom ILAP:PlanLevel
698 ] ; 701 ] ;
699 rdfs:subClassOf 702 rdfs:subClassOf
700 [ rdf:type owl:Restriction ; 703 [ rdf:type owl:Restriction ;
701 - owl:allValuesFrom ILAP:PlanObjectiveType ; 704 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
702 - owl:onProperty ILAP:hasPlanObjectiveType 705 + owl:onProperty ILAP:hasPlanRollUpPlan
703 ] ; 706 ] ;
704 rdfs:subClassOf 707 rdfs:subClassOf
705 [ rdf:type owl:Restriction ; 708 [ rdf:type owl:Restriction ;
...@@ -708,18 +711,15 @@ ILAP:ProjectExecutionPlan ...@@ -708,18 +711,15 @@ ILAP:ProjectExecutionPlan
708 ] ; 711 ] ;
709 rdfs:subClassOf 712 rdfs:subClassOf
710 [ rdf:type owl:Restriction ; 713 [ rdf:type owl:Restriction ;
711 - owl:onProperty ILAP:hasPlanGeoArea ; 714 + owl:maxQualifiedCardinality
712 - owl:someValuesFrom ILAP:PlanGeoArea 715 + "1"^^xsd:nonNegativeInteger ;
713 - ] ; 716 + owl:onClass ILAP:Project ;
714 - rdfs:subClassOf 717 + owl:onProperty ILAP:hasPlanProject
715 - [ rdf:type owl:Restriction ;
716 - owl:allValuesFrom ILAP:PlanLifecycleStage ;
717 - owl:onProperty ILAP:hasPlanLifecycleStage
718 ] ; 718 ] ;
719 rdfs:subClassOf 719 rdfs:subClassOf
720 [ rdf:type owl:Restriction ; 720 [ rdf:type owl:Restriction ;
721 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 721 + owl:onProperty ILAP:hasPlanGeoArea ;
722 - owl:onProperty ILAP:hasPlanRollUpPlan 722 + owl:someValuesFrom ILAP:PlanGeoArea
723 ] ; 723 ] ;
724 rdfs:subClassOf 724 rdfs:subClassOf
725 [ rdf:type owl:Restriction ; 725 [ rdf:type owl:Restriction ;
...@@ -740,9 +740,9 @@ ILAP:ProjectPhase ...@@ -740,9 +740,9 @@ ILAP:ProjectPhase
740 rdfs:subClassOf ILAP:Phase . 740 rdfs:subClassOf ILAP:Phase .
741 741
742 ILAP:Regular8To16WorkingDayCalendar 742 ILAP:Regular8To16WorkingDayCalendar
743 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 743 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
744 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ; 744 rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ;
745 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar . 745 + rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> .
746 746
747 ILAP:Regulator 747 ILAP:Regulator
748 rdf:type owl:Class ; 748 rdf:type owl:Class ;
...@@ -750,9 +750,9 @@ ILAP:Regulator ...@@ -750,9 +750,9 @@ ILAP:Regulator
750 rdfs:subClassOf ILAP:ResponsibleOrganization . 750 rdfs:subClassOf ILAP:ResponsibleOrganization .
751 751
752 ILAP:Resource 752 ILAP:Resource
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"^^xsd:string ; 754 rdfs:label "Resource"^^xsd:string ;
755 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . 755 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
756 756
757 ILAP:ResourceEstimate 757 ILAP:ResourceEstimate
758 rdf:type owl:Class ; 758 rdf:type owl:Class ;
...@@ -760,32 +760,37 @@ ILAP:ResourceEstimate ...@@ -760,32 +760,37 @@ ILAP:ResourceEstimate
760 rdfs:subClassOf ILAP:ResourceStructure . 760 rdfs:subClassOf ILAP:ResourceStructure .
761 761
762 ILAP:ResourceProfile 762 ILAP:ResourceProfile
763 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; 763 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
764 rdfs:label "Resource Profile"^^xsd:string ; 764 rdfs:label "Resource Profile"^^xsd:string ;
765 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . 765 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
766 766
767 ILAP:ResourceProfilePoint 767 ILAP:ResourceProfilePoint
768 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 768 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
769 rdfs:label "Resource Profile Point"^^xsd:string ; 769 rdfs:label "Resource Profile Point"^^xsd:string ;
770 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . 770 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
771 771
772 ILAP:ResourceStructure 772 ILAP:ResourceStructure
773 rdf:type owl:Class ; 773 rdf:type owl:Class ;
774 rdfs:label "Resource Structure"^^xsd:string ; 774 rdfs:label "Resource Structure"^^xsd:string ;
775 rdfs:subClassOf ILAP:Network . 775 rdfs:subClassOf ILAP:Network .
776 776
777 +ILAP:ResponsibleActor
778 + rdf:type owl:Class ;
779 + rdfs:label "Responsible Actor"^^xsd:string ;
780 + rdfs:subClassOf owl:Thing .
781 +
777 ILAP:ResponsibleOrganization 782 ILAP:ResponsibleOrganization
778 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 783 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
779 rdfs:label "Responsible Organization"^^xsd:string ; 784 rdfs:label "Responsible Organization"^^xsd:string ;
780 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . 785 + rdfs:subClassOf ILAP:ResponsibleActor .
781 786
782 ILAP:ResponsiblePerson 787 ILAP:ResponsiblePerson
783 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; 788 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
784 rdfs:label "Responsible Person"^^xsd:string ; 789 rdfs:label "Responsible Person"^^xsd:string ;
785 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . 790 + rdfs:subClassOf ILAP:ResponsibleActor .
786 791
787 ILAP:Result 792 ILAP:Result
788 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 793 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
789 rdfs:label "Result"^^xsd:string ; 794 rdfs:label "Result"^^xsd:string ;
790 rdfs:subClassOf owl:Thing . 795 rdfs:subClassOf owl:Thing .
791 796
...@@ -805,9 +810,9 @@ ILAP:RiskType ...@@ -805,9 +810,9 @@ ILAP:RiskType
805 rdfs:subClassOf owl:Thing . 810 rdfs:subClassOf owl:Thing .
806 811
807 ILAP:Schedule 812 ILAP:Schedule
808 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 813 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
809 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ; 814 rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ;
810 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; 815 + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ;
811 rdfs:subClassOf 816 rdfs:subClassOf
812 [ rdf:type owl:Restriction ; 817 [ rdf:type owl:Restriction ;
813 owl:maxQualifiedCardinality 818 owl:maxQualifiedCardinality
...@@ -817,22 +822,22 @@ ILAP:Schedule ...@@ -817,22 +822,22 @@ ILAP:Schedule
817 ] . 822 ] .
818 823
819 ILAP:ScheduledActivity 824 ILAP:ScheduledActivity
820 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 825 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
821 rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ; 826 rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ;
822 rdfs:subClassOf ILAP:PlannedActivity ; 827 rdfs:subClassOf ILAP:PlannedActivity ;
823 rdfs:subClassOf 828 rdfs:subClassOf
824 [ rdf:type owl:Restriction ; 829 [ rdf:type owl:Restriction ;
825 owl:maxQualifiedCardinality 830 owl:maxQualifiedCardinality
826 "1"^^xsd:nonNegativeInteger ; 831 "1"^^xsd:nonNegativeInteger ;
827 - owl:onClass ILAP:PlannedActivity ; 832 + owl:onClass ILAP:Schedule ;
828 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 833 + owl:onProperty ILAP:hasActivitySchedule
829 ] ; 834 ] ;
830 rdfs:subClassOf 835 rdfs:subClassOf
831 [ rdf:type owl:Restriction ; 836 [ rdf:type owl:Restriction ;
832 owl:maxQualifiedCardinality 837 owl:maxQualifiedCardinality
833 "1"^^xsd:nonNegativeInteger ; 838 "1"^^xsd:nonNegativeInteger ;
834 - owl:onClass ILAP:Schedule ; 839 + owl:onClass ILAP:PlannedActivity ;
835 - owl:onProperty ILAP:hasActivitySchedule 840 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
836 ] . 841 ] .
837 842
838 ILAP:ScheduledMilestone 843 ILAP:ScheduledMilestone
...@@ -856,9 +861,9 @@ ILAP:ShutdownType ...@@ -856,9 +861,9 @@ ILAP:ShutdownType
856 rdfs:subClassOf owl:Thing . 861 rdfs:subClassOf owl:Thing .
857 862
858 ILAP:Source 863 ILAP:Source
859 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 864 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
860 rdfs:label "Source"^^xsd:string ; 865 rdfs:label "Source"^^xsd:string ;
861 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . 866 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
862 867
863 ILAP:StartMilestone 868 ILAP:StartMilestone
864 rdf:type owl:Class ; 869 rdf:type owl:Class ;
...@@ -866,22 +871,22 @@ ILAP:StartMilestone ...@@ -866,22 +871,22 @@ ILAP:StartMilestone
866 rdfs:subClassOf ILAP:MilestoneType . 871 rdfs:subClassOf ILAP:MilestoneType .
867 872
868 ILAP:StartToFinish 873 ILAP:StartToFinish
869 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 874 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
870 rdfs:label "Start to Finish"^^xsd:string ; 875 rdfs:label "Start to Finish"^^xsd:string ;
871 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 876 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
872 877
873 ILAP:StartToStart 878 ILAP:StartToStart
874 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 879 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
875 rdfs:label "Start to Start"^^xsd:string ; 880 rdfs:label "Start to Start"^^xsd:string ;
876 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 881 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
877 882
878 ILAP:Status 883 ILAP:Status
879 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; 884 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ;
880 rdfs:label "Status"^^xsd:string ; 885 rdfs:label "Status"^^xsd:string ;
881 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . 886 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing .
882 887
883 ILAP:TargetSchedule 888 ILAP:TargetSchedule
884 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 889 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
885 rdfs:label "Target Schedule"^^xsd:string ; 890 rdfs:label "Target Schedule"^^xsd:string ;
886 rdfs:subClassOf ILAP:Schedule . 891 rdfs:subClassOf ILAP:Schedule .
887 892
...@@ -903,12 +908,12 @@ ILAP:UnitBased ...@@ -903,12 +908,12 @@ ILAP:UnitBased
903 ILAP:Value 908 ILAP:Value
904 rdf:type owl:Class ; 909 rdf:type owl:Class ;
905 rdfs:label "Value"^^xsd:string ; 910 rdfs:label "Value"^^xsd:string ;
906 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . 911 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> .
907 912
908 ILAP:WeekendsFreeCalendar 913 ILAP:WeekendsFreeCalendar
909 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 914 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
910 rdfs:label "Weekends Free Calendar"^^xsd:string ; 915 rdfs:label "Weekends Free Calendar"^^xsd:string ;
911 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . 916 + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
912 917
913 ILAP:WorkOrder 918 ILAP:WorkOrder
914 rdf:type owl:Class ; 919 rdf:type owl:Class ;
...@@ -916,18 +921,18 @@ ILAP:WorkOrder ...@@ -916,18 +921,18 @@ ILAP:WorkOrder
916 rdfs:subClassOf ILAP:WorkTask . 921 rdfs:subClassOf ILAP:WorkTask .
917 922
918 ILAP:WorkTask 923 ILAP:WorkTask
919 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 924 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
920 rdfs:label "Work Task"^^xsd:string ; 925 rdfs:label "Work Task"^^xsd:string ;
921 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; 926 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ;
922 rdfs:subClassOf 927 rdfs:subClassOf
923 [ rdf:type owl:Restriction ; 928 [ rdf:type owl:Restriction ;
924 - owl:allValuesFrom BRREG:LegalEntity ; 929 + owl:onProperty ILAP:hasWorkTaskActivity ;
925 - owl:onProperty ILAP:hasWorkTaskResponsible 930 + owl:someValuesFrom ILAP:Activity
926 ] ; 931 ] ;
927 rdfs:subClassOf 932 rdfs:subClassOf
928 [ rdf:type owl:Restriction ; 933 [ rdf:type owl:Restriction ;
929 - owl:onProperty ILAP:hasWorkTaskActivity ; 934 + owl:allValuesFrom BRREG:LegalEntity ;
930 - owl:someValuesFrom ILAP:Activity 935 + owl:onProperty ILAP:hasWorkTaskResponsible
931 ] . 936 ] .
932 937
933 ILAP:WorkTaskStatus 938 ILAP:WorkTaskStatus
...@@ -938,7 +943,7 @@ ILAP:WorkTaskStatus ...@@ -938,7 +943,7 @@ ILAP:WorkTaskStatus
938 ILAP:hasActivityActiveStatus 943 ILAP:hasActivityActiveStatus
939 rdf:type owl:ObjectProperty ; 944 rdf:type owl:ObjectProperty ;
940 rdfs:domain ILAP:Activity ; 945 rdfs:domain ILAP:Activity ;
941 - rdfs:label "has activity active status"^^xsd:string ; 946 + rdfs:label "has Activity Active Status"^^xsd:string ;
942 rdfs:subPropertyOf ILAP:hasActivityStatus . 947 rdfs:subPropertyOf ILAP:hasActivityStatus .
943 948
944 ILAP:hasActivityActualProgressPercent 949 ILAP:hasActivityActualProgressPercent
...@@ -950,7 +955,7 @@ ILAP:hasActivityActualProgressPercent ...@@ -950,7 +955,7 @@ ILAP:hasActivityActualProgressPercent
950 ILAP:hasActivityActualWeight 955 ILAP:hasActivityActualWeight
951 rdf:type owl:DatatypeProperty ; 956 rdf:type owl:DatatypeProperty ;
952 rdfs:domain ILAP:ScheduledActivity ; 957 rdfs:domain ILAP:ScheduledActivity ;
953 - rdfs:label "has activity actual weight"^^xsd:string ; 958 + rdfs:label "has Activity Actual Weight"^^xsd:string ;
954 rdfs:range xsd:float ; 959 rdfs:range xsd:float ;
955 rdfs:subPropertyOf ILAP:hasActivityWeight . 960 rdfs:subPropertyOf ILAP:hasActivityWeight .
956 961
...@@ -963,36 +968,36 @@ ILAP:hasActivityBaselineSchedule ...@@ -963,36 +968,36 @@ ILAP:hasActivityBaselineSchedule
963 ILAP:hasActivityCalendar 968 ILAP:hasActivityCalendar
964 rdf:type owl:ObjectProperty ; 969 rdf:type owl:ObjectProperty ;
965 rdfs:domain ILAP:Activity ; 970 rdfs:domain ILAP:Activity ;
966 - rdfs:label "has activity calendar"^^xsd:string ; 971 + rdfs:label "has Activity Calendar"^^xsd:string ;
967 rdfs:range ILAP:Calendar . 972 rdfs:range ILAP:Calendar .
968 973
969 ILAP:hasActivityContractor 974 ILAP:hasActivityContractor
970 rdf:type owl:ObjectProperty ; 975 rdf:type owl:ObjectProperty ;
971 - rdfs:label "has activity contractor"^^xsd:string ; 976 + rdfs:label "has Activity Contractor"^^xsd:string ;
972 rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . 977 rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
973 978
974 ILAP:hasActivityDiscipline 979 ILAP:hasActivityDiscipline
975 rdf:type owl:ObjectProperty ; 980 rdf:type owl:ObjectProperty ;
976 rdfs:domain ILAP:PlannedActivity ; 981 rdfs:domain ILAP:PlannedActivity ;
977 - rdfs:label "has activity discipline"^^xsd:string ; 982 + rdfs:label "has Activity Discipline"^^xsd:string ;
978 rdfs:range ILAP:Discipline . 983 rdfs:range ILAP:Discipline .
979 984
980 ILAP:hasActivityDuration 985 ILAP:hasActivityDuration
981 rdf:type owl:DatatypeProperty ; 986 rdf:type owl:DatatypeProperty ;
982 rdfs:domain ILAP:ScheduledActivity ; 987 rdfs:domain ILAP:ScheduledActivity ;
983 - rdfs:label "has activity duration"^^xsd:string ; 988 + rdfs:label "has Activity Duration"^^xsd:string ;
984 rdfs:range xsd:duration . 989 rdfs:range xsd:duration .
985 990
986 ILAP:hasActivityEstimatedWeight 991 ILAP:hasActivityEstimatedWeight
987 rdf:type owl:DatatypeProperty ; 992 rdf:type owl:DatatypeProperty ;
988 rdfs:domain ILAP:PlannedActivity ; 993 rdfs:domain ILAP:PlannedActivity ;
989 - rdfs:label "has activity estimated weight"^^xsd:string ; 994 + rdfs:label "has Activity Estimated Weight"^^xsd:string ;
990 rdfs:range xsd:float ; 995 rdfs:range xsd:float ;
991 rdfs:subPropertyOf ILAP:hasActivityWeight . 996 rdfs:subPropertyOf ILAP:hasActivityWeight .
992 997
993 ILAP:hasActivityFacility 998 ILAP:hasActivityFacility
994 rdf:type owl:ObjectProperty ; 999 rdf:type owl:ObjectProperty ;
995 - rdfs:label "has activity facility"^^xsd:string ; 1000 + rdfs:label "has Activity Facility"^^xsd:string ;
996 rdfs:range ILAP:Facility . 1001 rdfs:range ILAP:Facility .
997 1002
998 ILAP:hasActivityInScheduleActivityInPlan 1003 ILAP:hasActivityInScheduleActivityInPlan
...@@ -1004,37 +1009,37 @@ ILAP:hasActivityInScheduleActivityInPlan ...@@ -1004,37 +1009,37 @@ ILAP:hasActivityInScheduleActivityInPlan
1004 ILAP:hasActivityLocation 1009 ILAP:hasActivityLocation
1005 rdf:type owl:ObjectProperty ; 1010 rdf:type owl:ObjectProperty ;
1006 rdfs:domain ILAP:PlannedActivity ; 1011 rdfs:domain ILAP:PlannedActivity ;
1007 - rdfs:label "has location"^^xsd:string ; 1012 + rdfs:label "has Activity Location"^^xsd:string ;
1008 rdfs:range ILAP:Location . 1013 rdfs:range ILAP:Location .
1009 1014
1010 ILAP:hasActivityMaterialActualArrivalTime 1015 ILAP:hasActivityMaterialActualArrivalTime
1011 rdf:type owl:DatatypeProperty ; 1016 rdf:type owl:DatatypeProperty ;
1012 rdfs:domain ILAP:PlannedActivity ; 1017 rdfs:domain ILAP:PlannedActivity ;
1013 - rdfs:label "has activity actual ariival time"^^xsd:string ; 1018 + rdfs:label "has Activity Actual Arrival Time"^^xsd:string ;
1014 rdfs:range xsd:dateTime . 1019 rdfs:range xsd:dateTime .
1015 1020
1016 ILAP:hasActivityMaterialEstimatedArrivalTime 1021 ILAP:hasActivityMaterialEstimatedArrivalTime
1017 rdf:type owl:DatatypeProperty ; 1022 rdf:type owl:DatatypeProperty ;
1018 rdfs:domain ILAP:PlannedActivity ; 1023 rdfs:domain ILAP:PlannedActivity ;
1019 - rdfs:label "has activity material estimated arrival time"^^xsd:string ; 1024 + rdfs:label "has Activity Material Estimated Arrival Time"^^xsd:string ;
1020 rdfs:range xsd:dateTime . 1025 rdfs:range xsd:dateTime .
1021 1026
1022 ILAP:hasActivityMaterialOrderStatus 1027 ILAP:hasActivityMaterialOrderStatus
1023 rdf:type owl:ObjectProperty ; 1028 rdf:type owl:ObjectProperty ;
1024 - rdfs:label "has Activity Material order status"^^xsd:string ; 1029 + rdfs:label "has Activity Material Order Status"^^xsd:string ;
1025 rdfs:range ILAP:MaterialOrderStatus . 1030 rdfs:range ILAP:MaterialOrderStatus .
1026 1031
1027 ILAP:hasActivityOperator 1032 ILAP:hasActivityOperator
1028 rdf:type owl:ObjectProperty ; 1033 rdf:type owl:ObjectProperty ;
1029 rdfs:domain ILAP:PlannedActivity ; 1034 rdfs:domain ILAP:PlannedActivity ;
1030 - rdfs:label "has activity operator"^^xsd:string ; 1035 + rdfs:label "has Activity Operator"^^xsd:string ;
1031 rdfs:range ILAP:Operator ; 1036 rdfs:range ILAP:Operator ;
1032 rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . 1037 rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
1033 1038
1034 ILAP:hasActivityPartActivity 1039 ILAP:hasActivityPartActivity
1035 rdf:type owl:ObjectProperty ; 1040 rdf:type owl:ObjectProperty ;
1036 rdfs:domain ILAP:PlannedActivity ; 1041 rdfs:domain ILAP:PlannedActivity ;
1037 - rdfs:label "has activity part activity"^^xsd:string ; 1042 + rdfs:label "has Activity Part Activity"^^xsd:string ;
1038 rdfs:range ILAP:PlannedActivity . 1043 rdfs:range ILAP:PlannedActivity .
1039 1044
1040 ILAP:hasActivityPhase 1045 ILAP:hasActivityPhase
...@@ -1046,136 +1051,136 @@ ILAP:hasActivityPhase ...@@ -1046,136 +1051,136 @@ ILAP:hasActivityPhase
1046 ILAP:hasActivityPhysicalPercentComplete 1051 ILAP:hasActivityPhysicalPercentComplete
1047 rdf:type owl:DatatypeProperty ; 1052 rdf:type owl:DatatypeProperty ;
1048 rdfs:domain ILAP:PlannedActivity ; 1053 rdfs:domain ILAP:PlannedActivity ;
1049 - rdfs:label "has activity physical percent complete"^^xsd:string ; 1054 + rdfs:label "has Activity Physical Percent Complete"^^xsd:string ;
1050 rdfs:range xsd:float . 1055 rdfs:range xsd:float .
1051 1056
1052 ILAP:hasActivityPlan 1057 ILAP:hasActivityPlan
1053 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1058 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1054 rdfs:domain ILAP:PlannedActivity ; 1059 rdfs:domain ILAP:PlannedActivity ;
1055 - rdfs:label "has activity plan"^^xsd:string ; 1060 + rdfs:label "has Activity Plan"^^xsd:string ;
1056 rdfs:range ILAP:ProjectExecutionPlan . 1061 rdfs:range ILAP:ProjectExecutionPlan .
1057 1062
1058 ILAP:hasActivityPlannedProgressPercent 1063 ILAP:hasActivityPlannedProgressPercent
1059 rdf:type owl:DatatypeProperty ; 1064 rdf:type owl:DatatypeProperty ;
1060 rdfs:domain ILAP:PlannedActivity ; 1065 rdfs:domain ILAP:PlannedActivity ;
1061 - rdfs:label "has activity planned progress percentage"^^xsd:string ; 1066 + rdfs:label "has Activity Planned Progress Percentage"^^xsd:string ;
1062 rdfs:range xsd:integer . 1067 rdfs:range xsd:integer .
1063 1068
1064 ILAP:hasActivityPredecessor 1069 ILAP:hasActivityPredecessor
1065 rdf:type owl:ObjectProperty ; 1070 rdf:type owl:ObjectProperty ;
1066 rdfs:domain ILAP:PlannedActivity ; 1071 rdfs:domain ILAP:PlannedActivity ;
1067 - rdfs:label "has activitypredecessor"^^xsd:string ; 1072 + rdfs:label "has Activity Predecessor"^^xsd:string ;
1068 rdfs:range ILAP:ActivityDependency ; 1073 rdfs:range ILAP:ActivityDependency ;
1069 owl:inverseOf ILAP:hasSuccessorActivity . 1074 owl:inverseOf ILAP:hasSuccessorActivity .
1070 1075
1071 ILAP:hasActivityPreviousStatus 1076 ILAP:hasActivityPreviousStatus
1072 rdf:type owl:ObjectProperty ; 1077 rdf:type owl:ObjectProperty ;
1073 rdfs:domain ILAP:Activity ; 1078 rdfs:domain ILAP:Activity ;
1074 - rdfs:label "has activity previous status"^^xsd:string ; 1079 + rdfs:label "has Activity Previous Status"^^xsd:string ;
1075 rdfs:subPropertyOf ILAP:hasActivityStatus . 1080 rdfs:subPropertyOf ILAP:hasActivityStatus .
1076 1081
1077 ILAP:hasActivityRegulator 1082 ILAP:hasActivityRegulator
1078 rdf:type owl:ObjectProperty ; 1083 rdf:type owl:ObjectProperty ;
1079 rdfs:domain ILAP:PlannedActivity ; 1084 rdfs:domain ILAP:PlannedActivity ;
1080 - rdfs:label "has activity regulator"^^xsd:string ; 1085 + rdfs:label "has Activity Regulator"^^xsd:string ;
1081 rdfs:range ILAP:ResponsibleOrganization ; 1086 rdfs:range ILAP:ResponsibleOrganization ;
1082 rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . 1087 rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
1083 1088
1084 ILAP:hasActivityResource 1089 ILAP:hasActivityResource
1085 rdf:type owl:ObjectProperty ; 1090 rdf:type owl:ObjectProperty ;
1086 rdfs:domain ILAP:Activity ; 1091 rdfs:domain ILAP:Activity ;
1087 - rdfs:label "has activity resource"^^xsd:string ; 1092 + rdfs:label "has Activity Resource"^^xsd:string ;
1088 rdfs:range ILAP:Resource . 1093 rdfs:range ILAP:Resource .
1089 1094
1090 ILAP:hasActivityResourceProfile 1095 ILAP:hasActivityResourceProfile
1091 rdf:type owl:ObjectProperty ; 1096 rdf:type owl:ObjectProperty ;
1092 rdfs:domain ILAP:Activity ; 1097 rdfs:domain ILAP:Activity ;
1093 - rdfs:label "has activity resource profile"^^xsd:string ; 1098 + rdfs:label "has Activity Resource Profile"^^xsd:string ;
1094 rdfs:range ILAP:ResourceProfile . 1099 rdfs:range ILAP:ResourceProfile .
1095 1100
1096 ILAP:hasActivityResponsibleOrganization 1101 ILAP:hasActivityResponsibleOrganization
1097 rdf:type owl:ObjectProperty ; 1102 rdf:type owl:ObjectProperty ;
1098 rdfs:domain ILAP:Activity ; 1103 rdfs:domain ILAP:Activity ;
1099 - rdfs:label "has activity participant"^^xsd:string ; 1104 + rdfs:label "has Activity Responsible Organization"^^xsd:string ;
1100 rdfs:range ILAP:ResponsibleOrganization . 1105 rdfs:range ILAP:ResponsibleOrganization .
1101 1106
1102 ILAP:hasActivityResponsiblePerson 1107 ILAP:hasActivityResponsiblePerson
1103 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1108 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1104 rdfs:domain ILAP:PlannedActivity ; 1109 rdfs:domain ILAP:PlannedActivity ;
1105 - rdfs:label "has activity responsible"^^xsd:string ; 1110 + rdfs:label "has Activity Responsible Actor"^^xsd:string ;
1106 rdfs:range ILAP:ResponsiblePerson . 1111 rdfs:range ILAP:ResponsiblePerson .
1107 1112
1108 ILAP:hasActivityResult 1113 ILAP:hasActivityResult
1109 rdf:type owl:ObjectProperty ; 1114 rdf:type owl:ObjectProperty ;
1110 rdfs:domain ILAP:PlannedActivity ; 1115 rdfs:domain ILAP:PlannedActivity ;
1111 - rdfs:label "has activity result"^^xsd:string ; 1116 + rdfs:label "has Activity Result"^^xsd:string ;
1112 rdfs:range ILAP:Result . 1117 rdfs:range ILAP:Result .
1113 1118
1114 ILAP:hasActivityRisk 1119 ILAP:hasActivityRisk
1115 rdf:type owl:ObjectProperty ; 1120 rdf:type owl:ObjectProperty ;
1116 rdfs:domain ILAP:Activity ; 1121 rdfs:domain ILAP:Activity ;
1117 - rdfs:label "has activity risk"^^xsd:string ; 1122 + rdfs:label "has Activity Risk"^^xsd:string ;
1118 rdfs:range ILAP:Risk . 1123 rdfs:range ILAP:Risk .
1119 1124
1120 ILAP:hasActivitySchedule 1125 ILAP:hasActivitySchedule
1121 rdf:type owl:ObjectProperty ; 1126 rdf:type owl:ObjectProperty ;
1122 rdfs:domain ILAP:ScheduledActivity ; 1127 rdfs:domain ILAP:ScheduledActivity ;
1123 - rdfs:label "has activity schedule"^^xsd:string ; 1128 + rdfs:label "has Activity Schedule"^^xsd:string ;
1124 rdfs:range ILAP:Schedule . 1129 rdfs:range ILAP:Schedule .
1125 1130
1126 ILAP:hasActivityShutdown 1131 ILAP:hasActivityShutdown
1127 rdf:type owl:ObjectProperty ; 1132 rdf:type owl:ObjectProperty ;
1128 rdfs:domain ILAP:PlannedActivity ; 1133 rdfs:domain ILAP:PlannedActivity ;
1129 - rdfs:label "has activity shutdown"^^xsd:string ; 1134 + rdfs:label "has Activity Shutdown"^^xsd:string ;
1130 rdfs:range ILAP:Shutdown . 1135 rdfs:range ILAP:Shutdown .
1131 1136
1132 ILAP:hasActivityStatus 1137 ILAP:hasActivityStatus
1133 rdf:type owl:ObjectProperty ; 1138 rdf:type owl:ObjectProperty ;
1134 - rdfs:label "has activity status"^^xsd:string ; 1139 + rdfs:label "has Activity Status"^^xsd:string ;
1135 rdfs:range ILAP:Status . 1140 rdfs:range ILAP:Status .
1136 1141
1137 ILAP:hasActivitySuccessor 1142 ILAP:hasActivitySuccessor
1138 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1143 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1139 rdfs:domain ILAP:PlannedActivity ; 1144 rdfs:domain ILAP:PlannedActivity ;
1140 - rdfs:label "has activity successor"^^xsd:string ; 1145 + rdfs:label "has Activity Successor"^^xsd:string ;
1141 rdfs:range ILAP:ActivityDependency ; 1146 rdfs:range ILAP:ActivityDependency ;
1142 owl:inverseOf ILAP:hasPredecessorActivity . 1147 owl:inverseOf ILAP:hasPredecessorActivity .
1143 1148
1144 ILAP:hasActivitySupplier 1149 ILAP:hasActivitySupplier
1145 rdf:type owl:ObjectProperty ; 1150 rdf:type owl:ObjectProperty ;
1146 rdfs:domain ILAP:PlannedActivity ; 1151 rdfs:domain ILAP:PlannedActivity ;
1147 - rdfs:label "has activity supplier"^^xsd:string ; 1152 + rdfs:label "has Activity Supplier"^^xsd:string ;
1148 rdfs:range ILAP:ResponsibleOrganization ; 1153 rdfs:range ILAP:ResponsibleOrganization ;
1149 rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . 1154 rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
1150 1155
1151 ILAP:hasActivityTaskLeader 1156 ILAP:hasActivityTaskLeader
1152 rdf:type owl:ObjectProperty ; 1157 rdf:type owl:ObjectProperty ;
1153 rdfs:domain ILAP:PlannedActivity ; 1158 rdfs:domain ILAP:PlannedActivity ;
1154 - rdfs:label "has activity task leader"^^xsd:string ; 1159 + rdfs:label "has Activity Task Leader"^^xsd:string ;
1155 rdfs:range ILAP:ResponsiblePerson ; 1160 rdfs:range ILAP:ResponsiblePerson ;
1156 rdfs:subPropertyOf ILAP:hasActivityResponsiblePerson . 1161 rdfs:subPropertyOf ILAP:hasActivityResponsiblePerson .
1157 1162
1158 ILAP:hasActivityVendor 1163 ILAP:hasActivityVendor
1159 rdf:type owl:ObjectProperty ; 1164 rdf:type owl:ObjectProperty ;
1160 rdfs:domain ILAP:PlannedActivity ; 1165 rdfs:domain ILAP:PlannedActivity ;
1161 - rdfs:label "has activity vendor"^^xsd:string ; 1166 + rdfs:label "has Activity Vendor"^^xsd:string ;
1162 rdfs:range ILAP:ResponsibleOrganization ; 1167 rdfs:range ILAP:ResponsibleOrganization ;
1163 rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . 1168 rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
1164 1169
1165 ILAP:hasActivityWBSelement 1170 ILAP:hasActivityWBSelement
1166 rdf:type owl:ObjectProperty ; 1171 rdf:type owl:ObjectProperty ;
1167 rdfs:domain ILAP:PlannedActivity ; 1172 rdfs:domain ILAP:PlannedActivity ;
1168 - rdfs:label "has Activity Work Breakdown Structure"^^xsd:string ; 1173 + rdfs:label "has Activity WBS Element"^^xsd:string ;
1169 rdfs:range ILAP:ActivityWBS . 1174 rdfs:range ILAP:ActivityWBS .
1170 1175
1171 ILAP:hasActivityWeight 1176 ILAP:hasActivityWeight
1172 rdf:type owl:DatatypeProperty ; 1177 rdf:type owl:DatatypeProperty ;
1173 - rdfs:label "has activity weight"^^xsd:string . 1178 + rdfs:label "has Activity Weight"^^xsd:string .
1174 1179
1175 ILAP:hasActivityWorkVolume 1180 ILAP:hasActivityWorkVolume
1176 rdf:type owl:DatatypeProperty ; 1181 rdf:type owl:DatatypeProperty ;
1177 rdfs:domain ILAP:PlannedActivity ; 1182 rdfs:domain ILAP:PlannedActivity ;
1178 - rdfs:label "has activity work volume"^^xsd:string ; 1183 + rdfs:label "has Activity Work Volume"^^xsd:string ;
1179 rdfs:range xsd:float . 1184 rdfs:range xsd:float .
1180 1185
1181 ILAP:hasBaselineActivityDuration 1186 ILAP:hasBaselineActivityDuration
...@@ -1188,53 +1193,53 @@ ILAP:hasBaselineActivityDuration ...@@ -1188,53 +1193,53 @@ ILAP:hasBaselineActivityDuration
1188 ILAP:hasBaselineCreatedDate 1193 ILAP:hasBaselineCreatedDate
1189 rdf:type owl:DatatypeProperty ; 1194 rdf:type owl:DatatypeProperty ;
1190 rdfs:domain ILAP:Baseline ; 1195 rdfs:domain ILAP:Baseline ;
1191 - rdfs:label "has baseline created date"^^xsd:string ; 1196 + rdfs:label "has Baseline Created Date"^^xsd:string ;
1192 rdfs:range xsd:date . 1197 rdfs:range xsd:date .
1193 1198
1194 ILAP:hasCalendarDate 1199 ILAP:hasCalendarDate
1195 rdf:type owl:DatatypeProperty ; 1200 rdf:type owl:DatatypeProperty ;
1196 - rdfs:label "has calendar date"^^xsd:string . 1201 + rdfs:label "has Calendar Date"^^xsd:string .
1197 1202
1198 ILAP:hasCalendarFreePeriod 1203 ILAP:hasCalendarFreePeriod
1199 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1204 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1200 rdfs:domain ILAP:Calendar ; 1205 rdfs:domain ILAP:Calendar ;
1201 - rdfs:label "has calendarcalendar free period"^^xsd:string ; 1206 + rdfs:label "has Calendar Free Period"^^xsd:string ;
1202 rdfs:range ILAP:CalendarFreePeriod . 1207 rdfs:range ILAP:CalendarFreePeriod .
1203 1208
1204 ILAP:hasCalendarPeriodDay 1209 ILAP:hasCalendarPeriodDay
1205 rdf:type owl:ObjectProperty ; 1210 rdf:type owl:ObjectProperty ;
1206 rdfs:domain ILAP:CalendarPeriod ; 1211 rdfs:domain ILAP:CalendarPeriod ;
1207 - rdfs:label "has calendar period day"^^xsd:string ; 1212 + rdfs:label "has Calendar Period Day"^^xsd:string ;
1208 rdfs:range ILAP:CalendarDay . 1213 rdfs:range ILAP:CalendarDay .
1209 1214
1210 ILAP:hasCalendarPeriodFreeDay 1215 ILAP:hasCalendarPeriodFreeDay
1211 rdf:type owl:ObjectProperty ; 1216 rdf:type owl:ObjectProperty ;
1212 rdfs:domain ILAP:CalendarFreePeriod ; 1217 rdfs:domain ILAP:CalendarFreePeriod ;
1213 - rdfs:label "has calendar period free day"^^xsd:string ; 1218 + rdfs:label "has Calendar Period Free Day"^^xsd:string ;
1214 rdfs:range ILAP:CalendarDay ; 1219 rdfs:range ILAP:CalendarDay ;
1215 rdfs:subPropertyOf ILAP:hasCalendarPeriodDay . 1220 rdfs:subPropertyOf ILAP:hasCalendarPeriodDay .
1216 1221
1217 ILAP:hasCalendarPeriodFreeHour 1222 ILAP:hasCalendarPeriodFreeHour
1218 rdf:type owl:ObjectProperty ; 1223 rdf:type owl:ObjectProperty ;
1219 rdfs:domain ILAP:CalendarFreePeriod ; 1224 rdfs:domain ILAP:CalendarFreePeriod ;
1220 - rdfs:label "has calendar period free hour"^^xsd:string ; 1225 + rdfs:label "has Calendar Period Free Hour"^^xsd:string ;
1221 rdfs:range ILAP:CalendarHour ; 1226 rdfs:range ILAP:CalendarHour ;
1222 rdfs:subPropertyOf ILAP:hasCalendarPeriodHour . 1227 rdfs:subPropertyOf ILAP:hasCalendarPeriodHour .
1223 1228
1224 ILAP:hasCalendarPeriodHour 1229 ILAP:hasCalendarPeriodHour
1225 rdf:type owl:ObjectProperty ; 1230 rdf:type owl:ObjectProperty ;
1226 rdfs:domain ILAP:CalendarPeriod ; 1231 rdfs:domain ILAP:CalendarPeriod ;
1227 - rdfs:label "has calendar period hour"^^xsd:string ; 1232 + rdfs:label "has Calendar Period Hour"^^xsd:string ;
1228 rdfs:range ILAP:CalendarHour . 1233 rdfs:range ILAP:CalendarHour .
1229 1234
1230 ILAP:hasCalendarTime 1235 ILAP:hasCalendarTime
1231 rdf:type owl:DatatypeProperty ; 1236 rdf:type owl:DatatypeProperty ;
1232 - rdfs:label "has calendar time"^^xsd:string . 1237 + rdfs:label "has Calendar Time"^^xsd:string .
1233 1238
1234 ILAP:hasContractType 1239 ILAP:hasContractType
1235 rdf:type owl:ObjectProperty ; 1240 rdf:type owl:ObjectProperty ;
1236 rdfs:domain ILAP:Contract ; 1241 rdfs:domain ILAP:Contract ;
1237 - rdfs:label "has contract type"^^xsd:string ; 1242 + rdfs:label "has Contract Type"^^xsd:string ;
1238 rdfs:range ILAP:ContractType . 1243 rdfs:range ILAP:ContractType .
1239 1244
1240 ILAP:hasCurrentActivityDuration 1245 ILAP:hasCurrentActivityDuration
...@@ -1247,7 +1252,7 @@ ILAP:hasCurrentActivityDuration ...@@ -1247,7 +1252,7 @@ ILAP:hasCurrentActivityDuration
1247 ILAP:hasDataProject 1252 ILAP:hasDataProject
1248 rdf:type owl:ObjectProperty ; 1253 rdf:type owl:ObjectProperty ;
1249 rdfs:domain ILAP:Data ; 1254 rdfs:domain ILAP:Data ;
1250 - rdfs:label "has data project"^^xsd:string ; 1255 + rdfs:label "has Data Project"^^xsd:string ;
1251 rdfs:range ILAP:Project . 1256 rdfs:range ILAP:Project .
1252 1257
1253 ILAP:hasEarlyFinish 1258 ILAP:hasEarlyFinish
...@@ -1294,28 +1299,28 @@ ILAP:hasFixedStart ...@@ -1294,28 +1299,28 @@ ILAP:hasFixedStart
1294 ILAP:hasFreePeriodEndDate 1299 ILAP:hasFreePeriodEndDate
1295 rdf:type owl:DatatypeProperty ; 1300 rdf:type owl:DatatypeProperty ;
1296 rdfs:domain ILAP:CalendarFreePeriod ; 1301 rdfs:domain ILAP:CalendarFreePeriod ;
1297 - rdfs:label "has free period end date"^^xsd:string ; 1302 + rdfs:label "has Free Period End Date"^^xsd:string ;
1298 rdfs:range xsd:date ; 1303 rdfs:range xsd:date ;
1299 rdfs:subPropertyOf ILAP:hasCalendarDate . 1304 rdfs:subPropertyOf ILAP:hasCalendarDate .
1300 1305
1301 ILAP:hasFreePeriodEndTime 1306 ILAP:hasFreePeriodEndTime
1302 rdf:type owl:DatatypeProperty ; 1307 rdf:type owl:DatatypeProperty ;
1303 rdfs:domain ILAP:CalendarFreePeriod ; 1308 rdfs:domain ILAP:CalendarFreePeriod ;
1304 - rdfs:label "has free period end time"^^xsd:string ; 1309 + rdfs:label "has Free Period End Time"^^xsd:string ;
1305 rdfs:range xsd:time ; 1310 rdfs:range xsd:time ;
1306 rdfs:subPropertyOf ILAP:hasCalendarTime . 1311 rdfs:subPropertyOf ILAP:hasCalendarTime .
1307 1312
1308 ILAP:hasFreePeriodStartDate 1313 ILAP:hasFreePeriodStartDate
1309 rdf:type owl:DatatypeProperty ; 1314 rdf:type owl:DatatypeProperty ;
1310 rdfs:domain ILAP:CalendarFreePeriod ; 1315 rdfs:domain ILAP:CalendarFreePeriod ;
1311 - rdfs:label "has free period start date"^^xsd:string ; 1316 + rdfs:label "has Free Period Start Date"^^xsd:string ;
1312 rdfs:range xsd:date ; 1317 rdfs:range xsd:date ;
1313 rdfs:subPropertyOf ILAP:hasCalendarDate . 1318 rdfs:subPropertyOf ILAP:hasCalendarDate .
1314 1319
1315 ILAP:hasFreePeriodStartTime 1320 ILAP:hasFreePeriodStartTime
1316 rdf:type owl:DatatypeProperty ; 1321 rdf:type owl:DatatypeProperty ;
1317 rdfs:domain ILAP:CalendarFreePeriod ; 1322 rdfs:domain ILAP:CalendarFreePeriod ;
1318 - rdfs:label "has free period start time"^^xsd:string ; 1323 + rdfs:label "has Free Period Start Time"^^xsd:string ;
1319 rdfs:range xsd:time ; 1324 rdfs:range xsd:time ;
1320 rdfs:subPropertyOf ILAP:hasCalendarTime . 1325 rdfs:subPropertyOf ILAP:hasCalendarTime .
1321 1326
...@@ -1336,49 +1341,49 @@ ILAP:hasLateStart ...@@ -1336,49 +1341,49 @@ ILAP:hasLateStart
1336 ILAP:hasLocationLatitude 1341 ILAP:hasLocationLatitude
1337 rdf:type owl:DatatypeProperty ; 1342 rdf:type owl:DatatypeProperty ;
1338 rdfs:domain ILAP:Location ; 1343 rdfs:domain ILAP:Location ;
1339 - rdfs:label "has location latitude"^^xsd:string ; 1344 + rdfs:label "has Location Latitude"^^xsd:string ;
1340 rdfs:range xsd:integer . 1345 rdfs:range xsd:integer .
1341 1346
1342 ILAP:hasLocationLongitude 1347 ILAP:hasLocationLongitude
1343 rdf:type owl:DatatypeProperty ; 1348 rdf:type owl:DatatypeProperty ;
1344 rdfs:domain ILAP:Location ; 1349 rdfs:domain ILAP:Location ;
1345 - rdfs:label "has location longitude"^^xsd:string ; 1350 + rdfs:label "has Location Longitude"^^xsd:string ;
1346 rdfs:range xsd:integer . 1351 rdfs:range xsd:integer .
1347 1352
1348 ILAP:hasMilestonePredecessor 1353 ILAP:hasMilestonePredecessor
1349 rdf:type owl:ObjectProperty ; 1354 rdf:type owl:ObjectProperty ;
1350 rdfs:domain ILAP:Milestone ; 1355 rdfs:domain ILAP:Milestone ;
1351 - rdfs:label "has milestone predecessor"^^xsd:string ; 1356 + rdfs:label "has Milestone Predecessor"^^xsd:string ;
1352 rdfs:range ILAP:ActivityDependency . 1357 rdfs:range ILAP:ActivityDependency .
1353 1358
1354 ILAP:hasMilestoneSuccessor 1359 ILAP:hasMilestoneSuccessor
1355 rdf:type owl:ObjectProperty ; 1360 rdf:type owl:ObjectProperty ;
1356 rdfs:domain ILAP:Milestone ; 1361 rdfs:domain ILAP:Milestone ;
1357 - rdfs:label "has milestone successor"^^xsd:string ; 1362 + rdfs:label "has Milestone Successor"^^xsd:string ;
1358 rdfs:range ILAP:ActivityDependency . 1363 rdfs:range ILAP:ActivityDependency .
1359 1364
1360 ILAP:hasMilestoneType 1365 ILAP:hasMilestoneType
1361 rdf:type owl:ObjectProperty ; 1366 rdf:type owl:ObjectProperty ;
1362 rdfs:domain ILAP:Milestone ; 1367 rdfs:domain ILAP:Milestone ;
1363 - rdfs:label "has milestone type"^^xsd:string ; 1368 + rdfs:label "has Milestone Type"^^xsd:string ;
1364 rdfs:range ILAP:MilestoneType . 1369 rdfs:range ILAP:MilestoneType .
1365 1370
1366 ILAP:hasObjectDescription 1371 ILAP:hasObjectDescription
1367 rdf:type owl:DatatypeProperty ; 1372 rdf:type owl:DatatypeProperty ;
1368 rdfs:domain owl:Thing ; 1373 rdfs:domain owl:Thing ;
1369 - rdfs:label "has object description"^^xsd:string ; 1374 + rdfs:label "has Object Description"^^xsd:string ;
1370 rdfs:range xsd:string . 1375 rdfs:range xsd:string .
1371 1376
1372 ILAP:hasObjectName 1377 ILAP:hasObjectName
1373 rdf:type owl:DatatypeProperty ; 1378 rdf:type owl:DatatypeProperty ;
1374 rdfs:domain owl:Thing ; 1379 rdfs:domain owl:Thing ;
1375 - rdfs:label "has object name"^^xsd:string ; 1380 + rdfs:label "has Object Name"^^xsd:string ;
1376 rdfs:range xsd:string . 1381 rdfs:range xsd:string .
1377 1382
1378 ILAP:hasObjectReferenceID 1383 ILAP:hasObjectReferenceID
1379 rdf:type owl:DatatypeProperty ; 1384 rdf:type owl:DatatypeProperty ;
1380 rdfs:domain owl:Thing ; 1385 rdfs:domain owl:Thing ;
1381 - rdfs:label "has object reference ID"^^xsd:string ; 1386 + rdfs:label "has Object Reference ID"^^xsd:string ;
1382 rdfs:range xsd:string . 1387 rdfs:range xsd:string .
1383 1388
1384 ILAP:hasOriginalActivityDuration 1389 ILAP:hasOriginalActivityDuration
...@@ -1391,13 +1396,13 @@ ILAP:hasOriginalActivityDuration ...@@ -1391,13 +1396,13 @@ ILAP:hasOriginalActivityDuration
1391 ILAP:hasPhaseDecisionGate 1396 ILAP:hasPhaseDecisionGate
1392 rdf:type owl:ObjectProperty ; 1397 rdf:type owl:ObjectProperty ;
1393 rdfs:domain ILAP:Phase ; 1398 rdfs:domain ILAP:Phase ;
1394 - rdfs:label "has phase decision gate"^^xsd:string ; 1399 + rdfs:label "has Phase Decision Gate"^^xsd:string ;
1395 rdfs:range ILAP:DecisionGate . 1400 rdfs:range ILAP:DecisionGate .
1396 1401
1397 ILAP:hasPlanAsset 1402 ILAP:hasPlanAsset
1398 rdf:type owl:ObjectProperty ; 1403 rdf:type owl:ObjectProperty ;
1399 rdfs:domain ILAP:ProjectExecutionPlan ; 1404 rdfs:domain ILAP:ProjectExecutionPlan ;
1400 - rdfs:label "has plan asset"^^xsd:string ; 1405 + rdfs:label "has Plan Asset"^^xsd:string ;
1401 rdfs:range ILAP:Asset . 1406 rdfs:range ILAP:Asset .
1402 1407
1403 ILAP:hasPlanAssetOwner 1408 ILAP:hasPlanAssetOwner
...@@ -1409,13 +1414,13 @@ ILAP:hasPlanAssetOwner ...@@ -1409,13 +1414,13 @@ ILAP:hasPlanAssetOwner
1409 ILAP:hasPlanContentType 1414 ILAP:hasPlanContentType
1410 rdf:type owl:ObjectProperty ; 1415 rdf:type owl:ObjectProperty ;
1411 rdfs:domain ILAP:ProjectExecutionPlan ; 1416 rdfs:domain ILAP:ProjectExecutionPlan ;
1412 - rdfs:label "has plan content type"^^xsd:string ; 1417 + rdfs:label "has Plan Content Type"^^xsd:string ;
1413 rdfs:range ILAP:PlanContentType . 1418 rdfs:range ILAP:PlanContentType .
1414 1419
1415 ILAP:hasPlanContractType 1420 ILAP:hasPlanContractType
1416 rdf:type owl:ObjectProperty ; 1421 rdf:type owl:ObjectProperty ;
1417 rdfs:domain ILAP:ProjectExecutionPlan ; 1422 rdfs:domain ILAP:ProjectExecutionPlan ;
1418 - rdfs:label "has contract form"^^xsd:string ; 1423 + rdfs:label "has Plan Contract Form"^^xsd:string ;
1419 rdfs:range ILAP:PlanContractType . 1424 rdfs:range ILAP:PlanContractType .
1420 1425
1421 ILAP:hasPlanContractor 1426 ILAP:hasPlanContractor
...@@ -1427,37 +1432,37 @@ ILAP:hasPlanContractor ...@@ -1427,37 +1432,37 @@ ILAP:hasPlanContractor
1427 ILAP:hasPlanExpenseType 1432 ILAP:hasPlanExpenseType
1428 rdf:type owl:ObjectProperty ; 1433 rdf:type owl:ObjectProperty ;
1429 rdfs:domain ILAP:ProjectExecutionPlan ; 1434 rdfs:domain ILAP:ProjectExecutionPlan ;
1430 - rdfs:label "has plan expense type"^^xsd:string ; 1435 + rdfs:label "has Plan Expense Type"^^xsd:string ;
1431 rdfs:range ILAP:PlanExpenseType . 1436 rdfs:range ILAP:PlanExpenseType .
1432 1437
1433 ILAP:hasPlanFacility 1438 ILAP:hasPlanFacility
1434 rdf:type owl:ObjectProperty ; 1439 rdf:type owl:ObjectProperty ;
1435 rdfs:domain ILAP:ProjectExecutionPlan ; 1440 rdfs:domain ILAP:ProjectExecutionPlan ;
1436 - rdfs:label "has plan facility"^^xsd:string ; 1441 + rdfs:label "has Plan Facility"^^xsd:string ;
1437 rdfs:range ILAP:Facility . 1442 rdfs:range ILAP:Facility .
1438 1443
1439 ILAP:hasPlanField 1444 ILAP:hasPlanField
1440 rdf:type owl:ObjectProperty ; 1445 rdf:type owl:ObjectProperty ;
1441 rdfs:domain ILAP:ProjectExecutionPlan ; 1446 rdfs:domain ILAP:ProjectExecutionPlan ;
1442 - rdfs:label "has plan field"^^xsd:string ; 1447 + rdfs:label "has Plan Field"^^xsd:string ;
1443 rdfs:range ILAP:Field . 1448 rdfs:range ILAP:Field .
1444 1449
1445 ILAP:hasPlanGeoArea 1450 ILAP:hasPlanGeoArea
1446 rdf:type owl:ObjectProperty ; 1451 rdf:type owl:ObjectProperty ;
1447 rdfs:domain ILAP:ProjectExecutionPlan ; 1452 rdfs:domain ILAP:ProjectExecutionPlan ;
1448 - rdfs:label "has plan focus area"^^xsd:string ; 1453 + rdfs:label "has Plan Geo Area"^^xsd:string ;
1449 rdfs:range ILAP:PlanGeoArea . 1454 rdfs:range ILAP:PlanGeoArea .
1450 1455
1451 ILAP:hasPlanLevel 1456 ILAP:hasPlanLevel
1452 rdf:type owl:ObjectProperty ; 1457 rdf:type owl:ObjectProperty ;
1453 rdfs:domain ILAP:ProjectExecutionPlan ; 1458 rdfs:domain ILAP:ProjectExecutionPlan ;
1454 - rdfs:label "has plan level"^^xsd:string ; 1459 + rdfs:label "has Plan Level"^^xsd:string ;
1455 rdfs:range ILAP:PlanLevel . 1460 rdfs:range ILAP:PlanLevel .
1456 1461
1457 ILAP:hasPlanLicense 1462 ILAP:hasPlanLicense
1458 rdf:type owl:ObjectProperty ; 1463 rdf:type owl:ObjectProperty ;
1459 rdfs:domain ILAP:ProjectExecutionPlan ; 1464 rdfs:domain ILAP:ProjectExecutionPlan ;
1460 - rdfs:label "has plan license"^^xsd:string ; 1465 + rdfs:label "has Plan License"^^xsd:string ;
1461 rdfs:range ILAP:License . 1466 rdfs:range ILAP:License .
1462 1467
1463 ILAP:hasPlanLicensePartner 1468 ILAP:hasPlanLicensePartner
...@@ -1469,13 +1474,13 @@ ILAP:hasPlanLicensePartner ...@@ -1469,13 +1474,13 @@ ILAP:hasPlanLicensePartner
1469 ILAP:hasPlanLifecycleStage 1474 ILAP:hasPlanLifecycleStage
1470 rdf:type owl:ObjectProperty ; 1475 rdf:type owl:ObjectProperty ;
1471 rdfs:domain ILAP:ProjectExecutionPlan ; 1476 rdfs:domain ILAP:ProjectExecutionPlan ;
1472 - rdfs:label "has plan lifecycle stage"^^xsd:string ; 1477 + rdfs:label "has Plan Lifecycle Stage"^^xsd:string ;
1473 rdfs:range ILAP:PlanLifecycleStage . 1478 rdfs:range ILAP:PlanLifecycleStage .
1474 1479
1475 ILAP:hasPlanObjectiveType 1480 ILAP:hasPlanObjectiveType
1476 rdf:type owl:ObjectProperty ; 1481 rdf:type owl:ObjectProperty ;
1477 rdfs:domain ILAP:ProjectExecutionPlan ; 1482 rdfs:domain ILAP:ProjectExecutionPlan ;
1478 - rdfs:label "has plan objective type"^^xsd:string ; 1483 + rdfs:label "has Plan Objective Type"^^xsd:string ;
1479 rdfs:range ILAP:PlanObjectiveType . 1484 rdfs:range ILAP:PlanObjectiveType .
1480 1485
1481 ILAP:hasPlanOperator 1486 ILAP:hasPlanOperator
...@@ -1493,7 +1498,7 @@ ILAP:hasPlanProject ...@@ -1493,7 +1498,7 @@ ILAP:hasPlanProject
1493 ILAP:hasPlanProjectType 1498 ILAP:hasPlanProjectType
1494 rdf:type owl:ObjectProperty ; 1499 rdf:type owl:ObjectProperty ;
1495 rdfs:domain ILAP:ProjectExecutionPlan ; 1500 rdfs:domain ILAP:ProjectExecutionPlan ;
1496 - rdfs:label "has project type"^^xsd:string ; 1501 + rdfs:label "has Plan Project Type"^^xsd:string ;
1497 rdfs:range ILAP:PlanProjectType . 1502 rdfs:range ILAP:PlanProjectType .
1498 1503
1499 ILAP:hasPlanRegulator 1504 ILAP:hasPlanRegulator
...@@ -1503,15 +1508,15 @@ ILAP:hasPlanRegulator ...@@ -1503,15 +1508,15 @@ ILAP:hasPlanRegulator
1503 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1508 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1504 1509
1505 ILAP:hasPlanResponsible 1510 ILAP:hasPlanResponsible
1506 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1511 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1507 rdfs:domain ILAP:ProjectExecutionPlan ; 1512 rdfs:domain ILAP:ProjectExecutionPlan ;
1508 - rdfs:label "has plan responsible"^^xsd:string ; 1513 + rdfs:label "has Plan Responsible"^^xsd:string ;
1509 rdfs:range ILAP:ResponsibleOrganization . 1514 rdfs:range ILAP:ResponsibleOrganization .
1510 1515
1511 ILAP:hasPlanRollUpPlan 1516 ILAP:hasPlanRollUpPlan
1512 rdf:type owl:ObjectProperty ; 1517 rdf:type owl:ObjectProperty ;
1513 rdfs:domain ILAP:ProjectExecutionPlan ; 1518 rdfs:domain ILAP:ProjectExecutionPlan ;
1514 - rdfs:label "has plan roll up plan"^^xsd:string ; 1519 + rdfs:label "has Plan Roll Up Plan"^^xsd:string ;
1515 rdfs:range ILAP:ProjectExecutionPlan . 1520 rdfs:range ILAP:ProjectExecutionPlan .
1516 1521
1517 ILAP:hasPlanShutdown 1522 ILAP:hasPlanShutdown
...@@ -1523,7 +1528,7 @@ ILAP:hasPlanShutdown ...@@ -1523,7 +1528,7 @@ ILAP:hasPlanShutdown
1523 ILAP:hasPlanSubplan 1528 ILAP:hasPlanSubplan
1524 rdf:type owl:ObjectProperty ; 1529 rdf:type owl:ObjectProperty ;
1525 rdfs:domain ILAP:ProjectExecutionPlan ; 1530 rdfs:domain ILAP:ProjectExecutionPlan ;
1526 - rdfs:label "has plan subplan"^^xsd:string ; 1531 + rdfs:label "has Plan Subplan"^^xsd:string ;
1527 rdfs:range ILAP:ProjectExecutionPlan . 1532 rdfs:range ILAP:ProjectExecutionPlan .
1528 1533
1529 ILAP:hasPlanSupplier 1534 ILAP:hasPlanSupplier
...@@ -1535,20 +1540,20 @@ ILAP:hasPlanSupplier ...@@ -1535,20 +1540,20 @@ ILAP:hasPlanSupplier
1535 ILAP:hasPredecessorActivity 1540 ILAP:hasPredecessorActivity
1536 rdf:type owl:ObjectProperty ; 1541 rdf:type owl:ObjectProperty ;
1537 rdfs:domain ILAP:ActivityDependency ; 1542 rdfs:domain ILAP:ActivityDependency ;
1538 - rdfs:label "has predecessor activity"^^xsd:string ; 1543 + rdfs:label "has Predecessor Activity"^^xsd:string ;
1539 rdfs:range ILAP:PlannedActivity ; 1544 rdfs:range ILAP:PlannedActivity ;
1540 owl:inverseOf ILAP:hasActivitySuccessor . 1545 owl:inverseOf ILAP:hasActivitySuccessor .
1541 1546
1542 ILAP:hasPredecessorMilestone 1547 ILAP:hasPredecessorMilestone
1543 rdf:type owl:ObjectProperty ; 1548 rdf:type owl:ObjectProperty ;
1544 rdfs:domain ILAP:ActivityDependency ; 1549 rdfs:domain ILAP:ActivityDependency ;
1545 - rdfs:label "has predecessor milestone"^^xsd:string ; 1550 + rdfs:label "has Predecessor Milestone"^^xsd:string ;
1546 rdfs:range ILAP:Milestone . 1551 rdfs:range ILAP:Milestone .
1547 1552
1548 ILAP:hasProfilePoint 1553 ILAP:hasProfilePoint
1549 rdf:type owl:ObjectProperty ; 1554 rdf:type owl:ObjectProperty ;
1550 rdfs:domain ILAP:ResourceProfile ; 1555 rdfs:domain ILAP:ResourceProfile ;
1551 - rdfs:label "has profile point"^^xsd:string ; 1556 + rdfs:label "has Profile Point"^^xsd:string ;
1552 rdfs:range ILAP:ResourceProfilePoint . 1557 rdfs:range ILAP:ResourceProfilePoint .
1553 1558
1554 ILAP:hasProfilePointXValue 1559 ILAP:hasProfilePointXValue
...@@ -1563,28 +1568,34 @@ ILAP:hasProfilePointYValue ...@@ -1563,28 +1568,34 @@ ILAP:hasProfilePointYValue
1563 rdfs:label "has Profile Point Y Value"^^xsd:string ; 1568 rdfs:label "has Profile Point Y Value"^^xsd:string ;
1564 rdfs:range xsd:float . 1569 rdfs:range xsd:float .
1565 1570
1571 +ILAP:hasProjectContract
1572 + rdf:type owl:ObjectProperty ;
1573 + rdfs:domain ILAP:Project ;
1574 + rdfs:label "has Project Contract"^^xsd:string ;
1575 + rdfs:range ILAP:Contract .
1576 +
1566 ILAP:hasProjectResponsible 1577 ILAP:hasProjectResponsible
1567 rdf:type owl:ObjectProperty ; 1578 rdf:type owl:ObjectProperty ;
1568 rdfs:domain ILAP:Project ; 1579 rdfs:domain ILAP:Project ;
1569 - rdfs:label "has project responsible"^^xsd:string ; 1580 + rdfs:label "has Project Responsible"^^xsd:string ;
1570 rdfs:range ILAP:ResponsibleOrganization . 1581 rdfs:range ILAP:ResponsibleOrganization .
1571 1582
1572 ILAP:hasProjectSubproject 1583 ILAP:hasProjectSubproject
1573 rdf:type owl:ObjectProperty ; 1584 rdf:type owl:ObjectProperty ;
1574 rdfs:domain ILAP:Project ; 1585 rdfs:domain ILAP:Project ;
1575 - rdfs:label "has project subproject"^^xsd:string ; 1586 + rdfs:label "has Project Subproject"^^xsd:string ;
1576 rdfs:range ILAP:Project . 1587 rdfs:range ILAP:Project .
1577 1588
1578 ILAP:hasReferenceApplication 1589 ILAP:hasReferenceApplication
1579 rdf:type owl:ObjectProperty ; 1590 rdf:type owl:ObjectProperty ;
1580 rdfs:domain ILAP:ExternalReference ; 1591 rdfs:domain ILAP:ExternalReference ;
1581 - rdfs:label "has reference application"^^xsd:string ; 1592 + rdfs:label "has Reference Application"^^xsd:string ;
1582 rdfs:range ILAP:Application . 1593 rdfs:range ILAP:Application .
1583 1594
1584 ILAP:hasReferenceSource 1595 ILAP:hasReferenceSource
1585 rdf:type owl:ObjectProperty ; 1596 rdf:type owl:ObjectProperty ;
1586 rdfs:domain ILAP:ExternalReference ; 1597 rdfs:domain ILAP:ExternalReference ;
1587 - rdfs:label "has reference source"^^xsd:string ; 1598 + rdfs:label "has Reference Source"^^xsd:string ;
1588 rdfs:range ILAP:Source . 1599 rdfs:range ILAP:Source .
1589 1600
1590 ILAP:hasRemainingActivityDuration 1601 ILAP:hasRemainingActivityDuration
...@@ -1597,49 +1608,49 @@ ILAP:hasRemainingActivityDuration ...@@ -1597,49 +1608,49 @@ ILAP:hasRemainingActivityDuration
1597 ILAP:hasResourceCalendar 1608 ILAP:hasResourceCalendar
1598 rdf:type owl:ObjectProperty ; 1609 rdf:type owl:ObjectProperty ;
1599 rdfs:domain ILAP:Resource ; 1610 rdfs:domain ILAP:Resource ;
1600 - rdfs:label "has resource calendar"^^xsd:string ; 1611 + rdfs:label "has Resource Calendar"^^xsd:string ;
1601 rdfs:range ILAP:Calendar . 1612 rdfs:range ILAP:Calendar .
1602 1613
1603 ILAP:hasResourceEarnedQuantity 1614 ILAP:hasResourceEarnedQuantity
1604 rdf:type owl:DatatypeProperty ; 1615 rdf:type owl:DatatypeProperty ;
1605 rdfs:domain ILAP:Resource ; 1616 rdfs:domain ILAP:Resource ;
1606 - rdfs:label "has resource earned quantity"^^xsd:string ; 1617 + rdfs:label "has Resource Earned Quantity"^^xsd:string ;
1607 rdfs:range xsd:float . 1618 rdfs:range xsd:float .
1608 1619
1609 ILAP:hasResourceExpendedQuantity 1620 ILAP:hasResourceExpendedQuantity
1610 rdf:type owl:DatatypeProperty ; 1621 rdf:type owl:DatatypeProperty ;
1611 rdfs:domain ILAP:Resource ; 1622 rdfs:domain ILAP:Resource ;
1612 - rdfs:label "has resource expended quantity"^^xsd:string ; 1623 + rdfs:label "has Resource Expended Quantity"^^xsd:string ;
1613 rdfs:range xsd:float . 1624 rdfs:range xsd:float .
1614 1625
1615 ILAP:hasResourceProfile 1626 ILAP:hasResourceProfile
1616 rdf:type owl:ObjectProperty ; 1627 rdf:type owl:ObjectProperty ;
1617 rdfs:domain ILAP:Resource ; 1628 rdfs:domain ILAP:Resource ;
1618 - rdfs:label "has resource profile"^^xsd:string ; 1629 + rdfs:label "has Resource Profile"^^xsd:string ;
1619 rdfs:range ILAP:ResourceProfile . 1630 rdfs:range ILAP:ResourceProfile .
1620 1631
1621 ILAP:hasResourceRemainingQuantity 1632 ILAP:hasResourceRemainingQuantity
1622 rdf:type owl:DatatypeProperty ; 1633 rdf:type owl:DatatypeProperty ;
1623 rdfs:domain ILAP:Resource ; 1634 rdfs:domain ILAP:Resource ;
1624 - rdfs:label "has resource remaining quantity"^^xsd:string ; 1635 + rdfs:label "has Resource Remaining Quantity"^^xsd:string ;
1625 rdfs:range xsd:float . 1636 rdfs:range xsd:float .
1626 1637
1627 ILAP:hasResourceStructure 1638 ILAP:hasResourceStructure
1628 rdf:type owl:ObjectProperty ; 1639 rdf:type owl:ObjectProperty ;
1629 rdfs:domain ILAP:Resource ; 1640 rdfs:domain ILAP:Resource ;
1630 - rdfs:label "has resource structure"^^xsd:string ; 1641 + rdfs:label "has Resource Structure"^^xsd:string ;
1631 rdfs:range ILAP:ResourceStructure . 1642 rdfs:range ILAP:ResourceStructure .
1632 1643
1633 ILAP:hasRiskCriticality 1644 ILAP:hasRiskCriticality
1634 rdf:type owl:ObjectProperty ; 1645 rdf:type owl:ObjectProperty ;
1635 rdfs:domain ILAP:Risk ; 1646 rdfs:domain ILAP:Risk ;
1636 - rdfs:label "has risk criticality"^^xsd:string ; 1647 + rdfs:label "has Risk Criticality"^^xsd:string ;
1637 rdfs:range ILAP:Criticality . 1648 rdfs:range ILAP:Criticality .
1638 1649
1639 ILAP:hasRiskType 1650 ILAP:hasRiskType
1640 rdf:type owl:ObjectProperty ; 1651 rdf:type owl:ObjectProperty ;
1641 rdfs:domain ILAP:Risk ; 1652 rdfs:domain ILAP:Risk ;
1642 - rdfs:label "has risk type"^^xsd:string ; 1653 + rdfs:label "has Risk Type"^^xsd:string ;
1643 rdfs:range ILAP:RiskType . 1654 rdfs:range ILAP:RiskType .
1644 1655
1645 ILAP:hasScheduleBaseline 1656 ILAP:hasScheduleBaseline
...@@ -1651,12 +1662,12 @@ ILAP:hasScheduleBaseline ...@@ -1651,12 +1662,12 @@ ILAP:hasScheduleBaseline
1651 ILAP:hasScheduleDate 1662 ILAP:hasScheduleDate
1652 rdf:type owl:DatatypeProperty ; 1663 rdf:type owl:DatatypeProperty ;
1653 rdfs:domain ILAP:ScheduledActivity ; 1664 rdfs:domain ILAP:ScheduledActivity ;
1654 - rdfs:label "has schedule date"^^xsd:string . 1665 + rdfs:label "has Schedule Date"^^xsd:string .
1655 1666
1656 ILAP:hasSchedulePlan 1667 ILAP:hasSchedulePlan
1657 rdf:type owl:ObjectProperty ; 1668 rdf:type owl:ObjectProperty ;
1658 rdfs:domain ILAP:Schedule ; 1669 rdfs:domain ILAP:Schedule ;
1659 - rdfs:label "has schedule plan "^^xsd:string ; 1670 + rdfs:label "has Schedule Plan "^^xsd:string ;
1660 rdfs:range ILAP:ProjectExecutionPlan . 1671 rdfs:range ILAP:ProjectExecutionPlan .
1661 1672
1662 ILAP:hasScheduledFinish 1673 ILAP:hasScheduledFinish
...@@ -1700,26 +1711,26 @@ ILAP:hasShutdownType ...@@ -1700,26 +1711,26 @@ ILAP:hasShutdownType
1700 ILAP:hasSourceApplicaton 1711 ILAP:hasSourceApplicaton
1701 rdf:type owl:ObjectProperty ; 1712 rdf:type owl:ObjectProperty ;
1702 rdfs:domain ILAP:Source ; 1713 rdfs:domain ILAP:Source ;
1703 - rdfs:label "has source applicaton"^^xsd:string ; 1714 + rdfs:label "has Source Applicaton"^^xsd:string ;
1704 rdfs:range ILAP:Application . 1715 rdfs:range ILAP:Application .
1705 1716
1706 ILAP:hasSuccessorActivity 1717 ILAP:hasSuccessorActivity
1707 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1718 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1708 rdfs:domain ILAP:ActivityDependency ; 1719 rdfs:domain ILAP:ActivityDependency ;
1709 - rdfs:label "has successor activity "^^xsd:string ; 1720 + rdfs:label "has Successor Activity "^^xsd:string ;
1710 rdfs:range ILAP:PlannedActivity ; 1721 rdfs:range ILAP:PlannedActivity ;
1711 owl:inverseOf ILAP:hasActivityPredecessor . 1722 owl:inverseOf ILAP:hasActivityPredecessor .
1712 1723
1713 ILAP:hasSuccessorCalendar 1724 ILAP:hasSuccessorCalendar
1714 rdf:type owl:ObjectProperty ; 1725 rdf:type owl:ObjectProperty ;
1715 rdfs:domain ILAP:ActivityDependency ; 1726 rdfs:domain ILAP:ActivityDependency ;
1716 - rdfs:label "has successor calendar"^^xsd:string ; 1727 + rdfs:label "has Successor Calendar"^^xsd:string ;
1717 rdfs:range ILAP:Calendar . 1728 rdfs:range ILAP:Calendar .
1718 1729
1719 ILAP:hasSuccessorLag 1730 ILAP:hasSuccessorLag
1720 rdf:type owl:DatatypeProperty ; 1731 rdf:type owl:DatatypeProperty ;
1721 rdfs:domain ILAP:ActivityDependency ; 1732 rdfs:domain ILAP:ActivityDependency ;
1722 - rdfs:label "has successor lag"^^xsd:string ; 1733 + rdfs:label "has Successor Lag"^^xsd:string ;
1723 rdfs:range xsd:integer . 1734 rdfs:range xsd:integer .
1724 1735
1725 ILAP:hasSuccessorMilestone 1736 ILAP:hasSuccessorMilestone
...@@ -1731,7 +1742,7 @@ ILAP:hasSuccessorMilestone ...@@ -1731,7 +1742,7 @@ ILAP:hasSuccessorMilestone
1731 ILAP:hasTimeNow 1742 ILAP:hasTimeNow
1732 rdf:type owl:DatatypeProperty ; 1743 rdf:type owl:DatatypeProperty ;
1733 rdfs:domain ILAP:Schedule ; 1744 rdfs:domain ILAP:Schedule ;
1734 - rdfs:label "has time now"^^xsd:string ; 1745 + rdfs:label "has Time Now"^^xsd:string ;
1735 rdfs:range xsd:dateTime , xsd:date . 1746 rdfs:range xsd:dateTime , xsd:date .
1736 1747
1737 ILAP:hasWBScomponent 1748 ILAP:hasWBScomponent
......
...@@ -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 ;
...@@ -28,7 +28,7 @@ ILAP:ABEX ...@@ -28,7 +28,7 @@ ILAP:ABEX
28 ILAP:AccruedTimeContract 28 ILAP:AccruedTimeContract
29 rdf:type owl:Class ; 29 rdf:type owl:Class ;
30 rdfs:label "Accrued time contract"^^xsd:string ; 30 rdfs:label "Accrued time contract"^^xsd:string ;
31 - rdfs:subClassOf ILAP:Contract . 31 + rdfs:subClassOf ILAP:ContractType .
32 32
33 ILAP:Active 33 ILAP:Active
34 rdf:type ILAP:Status ; 34 rdf:type ILAP:Status ;
...@@ -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 ;
...@@ -220,7 +220,7 @@ ILAP:FourD_E_and_I ...@@ -220,7 +220,7 @@ ILAP:FourD_E_and_I
220 ILAP:FrameAgreement 220 ILAP:FrameAgreement
221 rdf:type owl:Class ; 221 rdf:type owl:Class ;
222 rdfs:label "Frame agreement"^^xsd:string ; 222 rdfs:label "Frame agreement"^^xsd:string ;
223 - rdfs:subClassOf ILAP:Contract . 223 + rdfs:subClassOf ILAP:ContractType .
224 224
225 ILAP:Friday 225 ILAP:Friday
226 rdf:type ILAP:CalendarDay ; 226 rdf:type ILAP:CalendarDay ;
...@@ -265,7 +265,7 @@ ILAP:GreenFieldProject ...@@ -265,7 +265,7 @@ ILAP:GreenFieldProject
265 ILAP:GuaranteeWork 265 ILAP:GuaranteeWork
266 rdf:type owl:Class ; 266 rdf:type owl:Class ;
267 rdfs:label "Guarantee work"^^xsd:string ; 267 rdfs:label "Guarantee work"^^xsd:string ;
268 - rdfs:subClassOf ILAP:Contract . 268 + rdfs:subClassOf ILAP:ContractType .
269 269
270 ILAP:HC_systemsWork 270 ILAP:HC_systemsWork
271 rdf:type owl:Class ; 271 rdf:type owl:Class ;
...@@ -300,7 +300,7 @@ ILAP:IFS ...@@ -300,7 +300,7 @@ ILAP:IFS
300 ILAP:IncentiveContract 300 ILAP:IncentiveContract
301 rdf:type owl:Class ; 301 rdf:type owl:Class ;
302 rdfs:label "Incentive contract"^^xsd:string ; 302 rdfs:label "Incentive contract"^^xsd:string ;
303 - rdfs:subClassOf ILAP:Contract . 303 + rdfs:subClassOf ILAP:ContractType .
304 304
305 ILAP:IncreasedRecovery 305 ILAP:IncreasedRecovery
306 rdf:type ILAP:PlanObjectiveType ; 306 rdf:type ILAP:PlanObjectiveType ;
...@@ -317,7 +317,7 @@ ILAP:IndependentOfOperation ...@@ -317,7 +317,7 @@ ILAP:IndependentOfOperation
317 ILAP:InvoicableWork 317 ILAP:InvoicableWork
318 rdf:type owl:Class ; 318 rdf:type owl:Class ;
319 rdfs:label "Invoicable work"^^xsd:string ; 319 rdfs:label "Invoicable work"^^xsd:string ;
320 - rdfs:subClassOf ILAP:Contract . 320 + rdfs:subClassOf ILAP:ContractType .
321 321
322 ILAP:L1_ProgramPortfolioSchedule 322 ILAP:L1_ProgramPortfolioSchedule
323 rdf:type ILAP:PlanLevel ; 323 rdf:type ILAP:PlanLevel ;
...@@ -370,7 +370,7 @@ ILAP:LowPriority ...@@ -370,7 +370,7 @@ ILAP:LowPriority
370 ILAP:LumpSumContract 370 ILAP:LumpSumContract
371 rdf:type owl:Class ; 371 rdf:type owl:Class ;
372 rdfs:label "Lump sum contract"^^xsd:string ; 372 rdfs:label "Lump sum contract"^^xsd:string ;
373 - rdfs:subClassOf ILAP:Contract . 373 + rdfs:subClassOf ILAP:ContractType .
374 374
375 ILAP:MS_Project 375 ILAP:MS_Project
376 rdf:type ILAP:Application ; 376 rdf:type ILAP:Application ;
...@@ -411,7 +411,7 @@ ILAP:MaterialOnOrder ...@@ -411,7 +411,7 @@ ILAP:MaterialOnOrder
411 ILAP:MeasuredProgressContract 411 ILAP:MeasuredProgressContract
412 rdf:type owl:Class ; 412 rdf:type owl:Class ;
413 rdfs:label "Measured progress contract"^^xsd:string ; 413 rdfs:label "Measured progress contract"^^xsd:string ;
414 - rdfs:subClassOf ILAP:Contract . 414 + rdfs:subClassOf ILAP:ContractType .
415 415
416 ILAP:MiniShutdown 416 ILAP:MiniShutdown
417 rdf:type ILAP:ShutdownType ; 417 rdf:type ILAP:ShutdownType ;
...@@ -436,7 +436,7 @@ ILAP:New ...@@ -436,7 +436,7 @@ ILAP:New
436 ILAP:NonInvoicableWork 436 ILAP:NonInvoicableWork
437 rdf:type owl:Class ; 437 rdf:type owl:Class ;
438 rdfs:label "Non invoicable work"^^xsd:string ; 438 rdfs:label "Non invoicable work"^^xsd:string ;
439 - rdfs:subClassOf ILAP:Contract . 439 + rdfs:subClassOf ILAP:ContractType .
440 440
441 ILAP:NonScheduledShutdown 441 ILAP:NonScheduledShutdown
442 rdf:type ILAP:ShutdownType ; 442 rdf:type ILAP:ShutdownType ;
...@@ -520,7 +520,7 @@ ILAP:Regular8To16WorkingDayCalendar ...@@ -520,7 +520,7 @@ ILAP:Regular8To16WorkingDayCalendar
520 ILAP:ReimbursableContract 520 ILAP:ReimbursableContract
521 rdf:type owl:Class ; 521 rdf:type owl:Class ;
522 rdfs:label "Reimbursable contract"^^xsd:string ; 522 rdfs:label "Reimbursable contract"^^xsd:string ;
523 - rdfs:subClassOf ILAP:Contract . 523 + rdfs:subClassOf ILAP:ContractType .
524 524
525 ILAP:Released 525 ILAP:Released
526 rdf:type ILAP:Status ; 526 rdf:type ILAP:Status ;
...@@ -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 ;
...@@ -630,7 +630,7 @@ ILAP:TIMEX ...@@ -630,7 +630,7 @@ ILAP:TIMEX
630 ILAP:TargetBudget 630 ILAP:TargetBudget
631 rdf:type owl:Class ; 631 rdf:type owl:Class ;
632 rdfs:label "Target budget"^^xsd:string ; 632 rdfs:label "Target budget"^^xsd:string ;
633 - rdfs:subClassOf ILAP:Contract . 633 + rdfs:subClassOf ILAP:ContractType .
634 634
635 ILAP:Thursday 635 ILAP:Thursday
636 rdf:type ILAP:CalendarDay ; 636 rdf:type ILAP:CalendarDay ;
...@@ -768,10 +768,10 @@ ILAP:hasWorkTaskResponsible ...@@ -768,10 +768,10 @@ 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:Asset , ILAP:Result . 774 + rdfs:subClassOf ILAP:Result , ILAP:Asset .
775 775
776 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 776 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
777 rdfs:subClassOf ILAP:Phase . 777 rdfs:subClassOf ILAP:Phase .
...@@ -781,63 +781,63 @@ USERFIELDS:UserField ...@@ -781,63 +781,63 @@ 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/OperatingCompany> 837 <http://data.posccaesar.org/npd/ontology/OperatingCompany>
838 rdf:type owl:Class ; 838 rdf:type owl:Class ;
839 - rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ; 839 + rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ;
840 - rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator . 840 + rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor .
841 841
842 <http://data.posccaesar.org/npd/ontology/productionFacility> 842 <http://data.posccaesar.org/npd/ontology/productionFacility>
843 rdf:type owl:Class ; 843 rdf:type owl:Class ;
...@@ -847,7 +847,7 @@ USERFIELDS:UserField ...@@ -847,7 +847,7 @@ USERFIELDS:UserField
847 rdl:RDS282149 847 rdl:RDS282149
848 rdf:type owl:Class ; 848 rdf:type owl:Class ;
849 rdfs:label "RDS282149"^^xsd:string ; 849 rdfs:label "RDS282149"^^xsd:string ;
850 - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . 850 + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
851 851
852 <http://data.posccaesar.orgnpd/ontology/License> 852 <http://data.posccaesar.orgnpd/ontology/License>
853 rdf:type owl:Class ; 853 rdf:type owl:Class ;
......
...@@ -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 "G139 (WUX.27F.G139.AE)"^^xsd:string , "H373-DUCT"^^xsd:string , "H207-WHRU"^^xsd:string . 25 + USERFIELDS:hasShort "H207-WHRU"^^xsd:string , "H373-DUCT"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^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,15 @@ ILAP:ActivityPlan_1 ...@@ -43,15 +43,15 @@ 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 , "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 . 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 .
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 - SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; 52 + ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ;
53 - ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; 53 + ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ;
54 - ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . 54 + ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD .
55 55
56 <http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0> 56 <http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0>
57 rdf:type USERFIELDS:FreeTextField ; 57 rdf:type USERFIELDS:FreeTextField ;
...@@ -64,28 +64,28 @@ ILAP:ActivityWBS_1 ...@@ -64,28 +64,28 @@ ILAP:ActivityWBS_1
64 rdf:type USERFIELDS:FreeTextField ; 64 rdf:type USERFIELDS:FreeTextField ;
65 rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 65 rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
66 USERFIELDS:hasDescription 66 USERFIELDS:hasDescription
67 - "Vidar Kjempenes"^^xsd:string , "Jostein Larsen"^^xsd:string ; 67 + "Jostein Larsen"^^xsd:string , "Vidar Kjempenes"^^xsd:string ;
68 - USERFIELDS:hasShort "VK"^^xsd:string , "JL"^^xsd:string . 68 + USERFIELDS:hasShort "JL"^^xsd:string , "VK"^^xsd:string .
69 69
70 <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0> 70 <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0>
71 rdf:type USERFIELDS:FreeTextField ; 71 rdf:type USERFIELDS:FreeTextField ;
72 rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 72 rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
73 USERFIELDS:hasDescription 73 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 ; 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 ;
75 - 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 . 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 .
76 76
77 <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8> 77 <http://data.posccaesar.org/ilap/CM-oppdragForReinertsenToStatoil1.8>
78 rdf:type USERFIELDS:FreeTextField ; 78 rdf:type USERFIELDS:FreeTextField ;
79 rdfs:label "CM-oppdrag for Reinertsen to Statoil1.8"^^xsd:string ; 79 rdfs:label "CM-oppdrag for Reinertsen to Statoil1.8"^^xsd:string ;
80 USERFIELDS:hasDescription 80 USERFIELDS:hasDescription
81 - "Not CM-oppdrag"^^xsd:string , "CM-oppdrag"^^xsd:string . 81 + "CM-oppdrag"^^xsd:string , "Not CM-oppdrag"^^xsd:string .
82 82
83 <http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0> 83 <http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0>
84 rdf:type USERFIELDS:FreeTextField ; 84 rdf:type USERFIELDS:FreeTextField ;
85 rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 85 rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
86 USERFIELDS:hasDescription 86 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 ; 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 ;
88 - 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 . 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 .
89 89
90 ILAP:COR_KD_1 90 ILAP:COR_KD_1
91 rdf:type SCCS:COR_KD ; 91 rdf:type SCCS:COR_KD ;
...@@ -107,8 +107,8 @@ ILAP:COR_KX_1 ...@@ -107,8 +107,8 @@ ILAP:COR_KX_1
107 rdf:type USERFIELDS:FreeTextField ; 107 rdf:type USERFIELDS:FreeTextField ;
108 rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 108 rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
109 USERFIELDS:hasDescription 109 USERFIELDS:hasDescription
110 - "Hotwork and Platform SD"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Document Control"^^xsd:string ; 110 + "Document Control"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string , "Hotwork and Platform SD"^^xsd:string ;
111 - USERFIELDS:hasShort "X"^^xsd:string , "HA09AD-TH"^^xsd:string , "DDZEG0000"^^xsd:string . 111 + USERFIELDS:hasShort "DDZEG0000"^^xsd:string , "HA09AD-TH"^^xsd:string , "X"^^xsd:string .
112 112
113 ILAP:Calendar_1 113 ILAP:Calendar_1
114 rdf:type ILAP:Calendar ; 114 rdf:type ILAP:Calendar ;
...@@ -122,7 +122,9 @@ ILAP:Calendar_1 ...@@ -122,7 +122,9 @@ ILAP:Calendar_1
122 122
123 ILAP:Contract_1 123 ILAP:Contract_1
124 rdf:type ILAP:Contract ; 124 rdf:type ILAP:Contract ;
125 - rdfs:label "Contract 1"^^xsd:string . 125 + rdfs:label "Contract 1"^^xsd:string ;
126 + ILAP:hasContractType
127 + ILAP:LumpSumContract .
126 128
127 <http://data.posccaesar.org/ilap/CopsasActIDForRosenbergToConocoPhilllips2.0> 129 <http://data.posccaesar.org/ilap/CopsasActIDForRosenbergToConocoPhilllips2.0>
128 rdf:type USERFIELDS:FreeTextField ; 130 rdf:type USERFIELDS:FreeTextField ;
...@@ -152,7 +154,7 @@ ILAP:Contract_1 ...@@ -152,7 +154,7 @@ ILAP:Contract_1
152 rdf:type USERFIELDS:FreeTextField ; 154 rdf:type USERFIELDS:FreeTextField ;
153 rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ; 155 rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ;
154 USERFIELDS:hasDescription 156 USERFIELDS:hasDescription
155 - "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 . 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 .
156 158
157 ILAP:FinishToStart_1_2 159 ILAP:FinishToStart_1_2
158 rdf:type ILAP:FinishToStart ; 160 rdf:type ILAP:FinishToStart ;
...@@ -189,13 +191,13 @@ ILAP:IncentiveContract_2 ...@@ -189,13 +191,13 @@ ILAP:IncentiveContract_2
189 rdf:type USERFIELDS:FreeTextField ; 191 rdf:type USERFIELDS:FreeTextField ;
190 rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ; 192 rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ;
191 USERFIELDS:hasDescription 193 USERFIELDS:hasDescription
192 - "Andreas Gurk"^^xsd:string , "Andreas Forberg "^^xsd:string , "Christer Andersson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Lennart Svensson"^^xsd:string . 194 + "Lennart Svensson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Christer Andersson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Andreas Gurk"^^xsd:string .
193 195
194 <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8> 196 <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8>
195 rdf:type USERFIELDS:FreeTextField ; 197 rdf:type USERFIELDS:FreeTextField ;
196 rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ; 198 rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ;
197 USERFIELDS:hasDescription 199 USERFIELDS:hasDescription
198 - "6"^^xsd:string , "5"^^xsd:string , "4"^^xsd:string , "3"^^xsd:string , "2"^^xsd:string , "1"^^xsd:string , "18"^^xsd:string . 200 + "18"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string , "5"^^xsd:string , "6"^^xsd:string .
199 201
200 ILAP:InvoicableWork_1 202 ILAP:InvoicableWork_1
201 rdf:type ILAP:InvoicableWork ; 203 rdf:type ILAP:InvoicableWork ;
...@@ -205,7 +207,7 @@ ILAP:InvoicableWork_1 ...@@ -205,7 +207,7 @@ ILAP:InvoicableWork_1
205 rdf:type USERFIELDS:FreeTextField ; 207 rdf:type USERFIELDS:FreeTextField ;
206 rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ; 208 rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ;
207 USERFIELDS:hasDescription 209 USERFIELDS:hasDescription
208 - "Sluttrapport"^^xsd:string , "RFOC"^^xsd:string , "Studierapport"^^xsd:string . 210 + "Studierapport"^^xsd:string , "RFOC"^^xsd:string , "Sluttrapport"^^xsd:string .
209 211
210 <http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8> 212 <http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8>
211 rdf:type USERFIELDS:FreeTextField ; 213 rdf:type USERFIELDS:FreeTextField ;
...@@ -218,7 +220,7 @@ ILAP:InvoicableWork_1 ...@@ -218,7 +220,7 @@ ILAP:InvoicableWork_1
218 rdf:type USERFIELDS:FreeTextField ; 220 rdf:type USERFIELDS:FreeTextField ;
219 rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 221 rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
220 USERFIELDS:hasDescription 222 USERFIELDS:hasDescription
221 - "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 ; 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 ;
222 USERFIELDS:hasShort "SR"^^xsd:string . 224 USERFIELDS:hasShort "SR"^^xsd:string .
223 225
224 <http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0> 226 <http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0>
...@@ -229,7 +231,7 @@ ILAP:InvoicableWork_1 ...@@ -229,7 +231,7 @@ ILAP:InvoicableWork_1
229 <http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0> 231 <http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0>
230 rdf:type USERFIELDS:FreeTextField ; 232 rdf:type USERFIELDS:FreeTextField ;
231 rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 233 rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
232 - 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 . 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 .
233 235
234 ILAP:LumpSumContract_1 236 ILAP:LumpSumContract_1
235 rdf:type ILAP:LumpSumContract ; 237 rdf:type ILAP:LumpSumContract ;
...@@ -280,7 +282,7 @@ ILAP:PBS_ACAA_1 ...@@ -280,7 +282,7 @@ ILAP:PBS_ACAA_1
280 rdf:type USERFIELDS:FreeTextField ; 282 rdf:type USERFIELDS:FreeTextField ;
281 rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ; 283 rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ;
282 USERFIELDS:hasDescription 284 USERFIELDS:hasDescription
283 - "Gry Helle Nakstad"^^xsd:string , "Erik Havnes"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Mattias Allebert"^^xsd:string . 285 + "Mattias Allebert"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Erik Havnes"^^xsd:string , "Gry Helle Nakstad"^^xsd:string .
284 286
285 ILAP:PlannedActivity_1 287 ILAP:PlannedActivity_1
286 rdf:type ILAP:PlannedActivity ; 288 rdf:type ILAP:PlannedActivity ;
...@@ -386,7 +388,7 @@ ILAP:ProjectExecutionSubPlan_UC1 ...@@ -386,7 +388,7 @@ ILAP:ProjectExecutionSubPlan_UC1
386 rdf:type USERFIELDS:FreeTextField ; 388 rdf:type USERFIELDS:FreeTextField ;
387 rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ; 389 rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ;
388 USERFIELDS:hasDescription 390 USERFIELDS:hasDescription
389 - "Gunn Elin Harba"^^xsd:string , "Geir Sve"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Ove Løberg"^^xsd:string . 391 + "Ove Løberg"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Geir Sve"^^xsd:string , "Gunn Elin Harba"^^xsd:string .
390 392
391 <http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0> 393 <http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0>
392 rdf:type USERFIELDS:FreeTextField ; 394 rdf:type USERFIELDS:FreeTextField ;
...@@ -415,6 +417,8 @@ ILAP:ReimbursableContract_1 ...@@ -415,6 +417,8 @@ ILAP:ReimbursableContract_1
415 <http://data.posccaesar.org/ilap/ReinertsenToStatoil1.8> 417 <http://data.posccaesar.org/ilap/ReinertsenToStatoil1.8>
416 rdf:type ILAP:Project ; 418 rdf:type ILAP:Project ;
417 rdfs:label "Reinertsen to Statoil 1.8"^^xsd:string ; 419 rdfs:label "Reinertsen to Statoil 1.8"^^xsd:string ;
420 + ILAP:hasProjectContract
421 + ILAP:Contract_1 ;
418 USERFIELDS:hasUserField 422 USERFIELDS:hasUserField
419 <http://data.posccaesar.org/ilap/UserFieldsForScheduledActivity2inILAPuseCaseReinertsenToStatoil1.8> . 423 <http://data.posccaesar.org/ilap/UserFieldsForScheduledActivity2inILAPuseCaseReinertsenToStatoil1.8> .
420 424
...@@ -514,14 +518,14 @@ ILAP:SummerShutdown_UC1 ...@@ -514,14 +518,14 @@ ILAP:SummerShutdown_UC1
514 ILAP:hasShutdownPriority 518 ILAP:hasShutdownPriority
515 ILAP:NormalPriority ; 519 ILAP:NormalPriority ;
516 ILAP:hasShutdownType 520 ILAP:hasShutdownType
517 - ILAP:SystemShutdown , ILAP:ScheduledShutdown , ILAP:ProductionShutdown . 521 + ILAP:ProductionShutdown , ILAP:ScheduledShutdown , ILAP:SystemShutdown .
518 522
519 <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0> 523 <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0>
520 rdf:type USERFIELDS:FreeTextField ; 524 rdf:type USERFIELDS:FreeTextField ;
521 rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 525 rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
522 USERFIELDS:hasDescription 526 USERFIELDS:hasDescription
523 - "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 ; 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 ;
524 - 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 . 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 .
525 529
526 ILAP:TargetBudget_1 530 ILAP:TargetBudget_1
527 rdf:type ILAP:TargetBudget ; 531 rdf:type ILAP:TargetBudget ;
...@@ -537,14 +541,14 @@ ILAP:UserField ...@@ -537,14 +541,14 @@ ILAP:UserField
537 rdfs:subClassOf 541 rdfs:subClassOf
538 [ rdf:type owl:Restriction ; 542 [ rdf:type owl:Restriction ;
539 owl:onDataRange xsd:string ; 543 owl:onDataRange xsd:string ;
540 - owl:onProperty ILAP:hasValueSource ; 544 + owl:onProperty ILAP:hasValue ;
541 owl:qualifiedCardinality 545 owl:qualifiedCardinality
542 "1"^^xsd:nonNegativeInteger 546 "1"^^xsd:nonNegativeInteger
543 ] ; 547 ] ;
544 rdfs:subClassOf 548 rdfs:subClassOf
545 [ rdf:type owl:Restriction ; 549 [ rdf:type owl:Restriction ;
546 owl:onDataRange xsd:string ; 550 owl:onDataRange xsd:string ;
547 - owl:onProperty ILAP:hasValue ; 551 + owl:onProperty ILAP:hasValueSource ;
548 owl:qualifiedCardinality 552 owl:qualifiedCardinality
549 "1"^^xsd:nonNegativeInteger 553 "1"^^xsd:nonNegativeInteger
550 ] . 554 ] .
...@@ -699,15 +703,15 @@ USERFIELDS:UserField ...@@ -699,15 +703,15 @@ USERFIELDS:UserField
699 [ rdf:type owl:Restriction ; 703 [ rdf:type owl:Restriction ;
700 owl:maxQualifiedCardinality 704 owl:maxQualifiedCardinality
701 "1"^^xsd:nonNegativeInteger ; 705 "1"^^xsd:nonNegativeInteger ;
702 - owl:onClass ILAP:MilestoneType ; 706 + owl:onClass ILAP:Contractor ;
703 - owl:onProperty USERFIELDS:hasMilestone 707 + owl:onProperty USERFIELDS:hasContractor
704 ] ; 708 ] ;
705 rdfs:subClassOf 709 rdfs:subClassOf
706 [ rdf:type owl:Restriction ; 710 [ rdf:type owl:Restriction ;
707 owl:maxQualifiedCardinality 711 owl:maxQualifiedCardinality
708 "1"^^xsd:nonNegativeInteger ; 712 "1"^^xsd:nonNegativeInteger ;
709 - owl:onClass ILAP:Contractor ; 713 + owl:onClass ILAP:MilestoneType ;
710 - owl:onProperty USERFIELDS:hasContractor 714 + owl:onProperty USERFIELDS:hasMilestone
711 ] . 715 ] .
712 716
713 USERFIELDS:hasCategory 717 USERFIELDS:hasCategory
...@@ -716,6 +720,9 @@ USERFIELDS:hasCategory ...@@ -716,6 +720,9 @@ USERFIELDS:hasCategory
716 USERFIELDS:hasContractor 720 USERFIELDS:hasContractor
717 rdfs:range ILAP:ResponsibleOrganization . 721 rdfs:range ILAP:ResponsibleOrganization .
718 722
723 +USERFIELDS:hasDescription
724 + rdfs:label "has Userfield Description"^^xsd:string .
725 +
719 USERFIELDS:hasDiscipline 726 USERFIELDS:hasDiscipline
720 rdfs:range ILAP:Discipline . 727 rdfs:range ILAP:Discipline .
721 728
...@@ -735,6 +742,9 @@ USERFIELDS:hasProduct ...@@ -735,6 +742,9 @@ USERFIELDS:hasProduct
735 USERFIELDS:hasProjectPhase 742 USERFIELDS:hasProjectPhase
736 rdfs:range ILAP:Phase . 743 rdfs:range ILAP:Phase .
737 744
745 +USERFIELDS:hasShort
746 + rdfs:label "has Userfield Short"^^xsd:string .
747 +
738 USERFIELDS:hasShutdownType 748 USERFIELDS:hasShutdownType
739 rdfs:range ILAP:ShutdownType . 749 rdfs:range ILAP:ShutdownType .
740 750
......