Tore Christiansen

Added UserFields ontology and tied to Planning Values

...@@ -14,50 +14,50 @@ ILAP: ...@@ -14,50 +14,50 @@ ILAP:
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 15
16 ILAP:Activity 16 ILAP:Activity
17 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 17 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
18 rdfs:label "Activity"^^xsd:string ; 18 rdfs:label "Activity"^^xsd:string ;
19 rdfs:subClassOf 19 rdfs:subClassOf
20 [ rdf:type owl:Restriction ; 20 [ rdf:type owl:Restriction ;
21 - owl:allValuesFrom ILAP:Status ; 21 + owl:allValuesFrom ILAP:Discipline ;
22 - owl:onProperty ILAP:hasActivityStatus 22 + owl:onProperty ILAP:hasActivityDiscipline
23 ] ; 23 ] ;
24 rdfs:subClassOf 24 rdfs:subClassOf
25 [ rdf:type owl:Restriction ; 25 [ rdf:type owl:Restriction ;
26 - owl:onProperty ILAP:hasExternalReference ; 26 + owl:allValuesFrom ILAP:Calendar ;
27 - owl:someValuesFrom ILAP:ExternalReference 27 + owl:onProperty ILAP:hasActivityCalendar
28 ] ; 28 ] ;
29 rdfs:subClassOf 29 rdfs:subClassOf
30 [ rdf:type owl:Restriction ; 30 [ rdf:type owl:Restriction ;
31 - owl:allValuesFrom ILAP:Calendar ; 31 + owl:onProperty ILAP:hasExternalReference ;
32 - owl:onProperty ILAP:hasActivityCalendar 32 + owl:someValuesFrom ILAP:ExternalReference
33 ] ; 33 ] ;
34 rdfs:subClassOf 34 rdfs:subClassOf
35 [ rdf:type owl:Restriction ; 35 [ rdf:type owl:Restriction ;
36 - owl:allValuesFrom ILAP:Discipline ; 36 + owl:allValuesFrom ILAP:Status ;
37 - owl:onProperty ILAP:hasActivityDiscipline 37 + owl:onProperty ILAP:hasActivityStatus
38 ] . 38 ] .
39 39
40 ILAP:ActivityDependency 40 ILAP:ActivityDependency
41 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 41 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
42 rdfs:label "Activity Dependency"^^xsd:string ; 42 rdfs:label "Activity Dependency"^^xsd:string ;
43 rdfs:subClassOf ILAP:Constraint ; 43 rdfs:subClassOf ILAP:Constraint ;
44 rdfs:subClassOf 44 rdfs:subClassOf
45 [ rdf:type owl:Restriction ; 45 [ rdf:type owl:Restriction ;
46 owl:onClass ILAP:Activity ; 46 owl:onClass ILAP:Activity ;
47 - owl:onProperty ILAP:hasSuccessorActivity ; 47 + owl:onProperty ILAP:hasPredecessorActivity ;
48 owl:qualifiedCardinality 48 owl:qualifiedCardinality
49 "1"^^xsd:nonNegativeInteger 49 "1"^^xsd:nonNegativeInteger
50 ] ; 50 ] ;
51 rdfs:subClassOf 51 rdfs:subClassOf
52 [ rdf:type owl:Restriction ; 52 [ rdf:type owl:Restriction ;
53 owl:onClass ILAP:Activity ; 53 owl:onClass ILAP:Activity ;
54 - owl:onProperty ILAP:hasPredecessorActivity ; 54 + owl:onProperty ILAP:hasSuccessorActivity ;
55 owl:qualifiedCardinality 55 owl:qualifiedCardinality
56 "1"^^xsd:nonNegativeInteger 56 "1"^^xsd:nonNegativeInteger
57 ] . 57 ] .
58 58
59 ILAP:ActivityPlan 59 ILAP:ActivityPlan
60 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 60 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
61 rdfs:label "Activity Plan"^^xsd:string ; 61 rdfs:label "Activity Plan"^^xsd:string ;
62 rdfs:subClassOf ILAP:Network ; 62 rdfs:subClassOf ILAP:Network ;
63 rdfs:subClassOf 63 rdfs:subClassOf
...@@ -72,22 +72,22 @@ ILAP:ActivityStatus ...@@ -72,22 +72,22 @@ ILAP:ActivityStatus
72 rdfs:subClassOf ILAP:Status . 72 rdfs:subClassOf ILAP:Status .
73 73
74 ILAP:ActivityWBS 74 ILAP:ActivityWBS
75 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 75 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
76 rdfs:label "Activity WBS"^^xsd:string ; 76 rdfs:label "Activity WBS"^^xsd:string ;
77 rdfs:subClassOf ILAP:Network . 77 rdfs:subClassOf ILAP:Network .
78 78
79 ILAP:Application 79 ILAP:Application
80 rdf:type owl:Class ; 80 rdf:type owl:Class ;
81 rdfs:label "Application"^^xsd:string ; 81 rdfs:label "Application"^^xsd:string ;
82 - rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . 82 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing .
83 83
84 ILAP:Asset 84 ILAP:Asset
85 rdf:type owl:Class ; 85 rdf:type owl:Class ;
86 rdfs:label "Asset"^^xsd:string ; 86 rdfs:label "Asset"^^xsd:string ;
87 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . 87 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing .
88 88
89 ILAP:Baseline 89 ILAP:Baseline
90 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 90 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
91 rdfs:label "Baseline"^^xsd:string ; 91 rdfs:label "Baseline"^^xsd:string ;
92 rdfs:subClassOf ILAP:Network . 92 rdfs:subClassOf ILAP:Network .
93 93
...@@ -100,9 +100,9 @@ ILAP:CAPEX ...@@ -100,9 +100,9 @@ ILAP:CAPEX
100 rdfs:label "CAPEX"^^xsd:string . 100 rdfs:label "CAPEX"^^xsd:string .
101 101
102 ILAP:Calendar 102 ILAP:Calendar
103 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 103 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
104 rdfs:label "Calendar"^^xsd:string ; 104 rdfs:label "Calendar"^^xsd:string ;
105 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; 105 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ;
106 rdfs:subClassOf 106 rdfs:subClassOf
107 [ rdf:type owl:Restriction ; 107 [ rdf:type owl:Restriction ;
108 owl:allValuesFrom ILAP:CalendarFreePeriod ; 108 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -110,14 +110,14 @@ ILAP:Calendar ...@@ -110,14 +110,14 @@ ILAP:Calendar
110 ] . 110 ] .
111 111
112 ILAP:CalendarDay 112 ILAP:CalendarDay
113 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 113 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
114 rdfs:label "Calendar day"^^xsd:string ; 114 rdfs:label "Calendar day"^^xsd:string ;
115 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . 115 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> .
116 116
117 ILAP:CalendarFreePeriod 117 ILAP:CalendarFreePeriod
118 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 118 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
119 rdfs:label "Calendar free period"^^xsd:string ; 119 rdfs:label "Calendar free period"^^xsd:string ;
120 - rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; 120 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ;
121 rdfs:subClassOf 121 rdfs:subClassOf
122 [ rdf:type owl:Restriction ; 122 [ rdf:type owl:Restriction ;
123 owl:onClass ILAP:Calendar ; 123 owl:onClass ILAP:Calendar ;
...@@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod ...@@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod
129 ] . 129 ] .
130 130
131 ILAP:CalendarFreePeriodWeekRepeat 131 ILAP:CalendarFreePeriodWeekRepeat
132 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; 132 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ;
133 rdfs:label "Free day"^^xsd:string ; 133 rdfs:label "Free day"^^xsd:string ;
134 - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . 134 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod .
135 135
136 ILAP:CalendarHour 136 ILAP:CalendarHour
137 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 137 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
138 rdfs:label "calendar hour"^^xsd:string ; 138 rdfs:label "calendar hour"^^xsd:string ;
139 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . 139 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> .
140 140
141 ILAP:CalendarPeriod 141 ILAP:CalendarPeriod
142 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; 142 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ;
143 rdfs:label "Calendar period"^^xsd:string ; 143 rdfs:label "Calendar period"^^xsd:string ;
144 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; 144 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ;
145 rdfs:subClassOf 145 rdfs:subClassOf
146 [ rdf:type owl:Restriction ; 146 [ rdf:type owl:Restriction ;
147 - owl:allValuesFrom ILAP:CalendarHour ; 147 + owl:allValuesFrom ILAP:CalendarDay ;
148 - owl:onProperty ILAP:hasCalendarPeriodHour 148 + owl:onProperty ILAP:hasCalendarPeriodDay
149 ] ; 149 ] ;
150 rdfs:subClassOf 150 rdfs:subClassOf
151 [ rdf:type owl:Restriction ; 151 [ rdf:type owl:Restriction ;
152 - owl:allValuesFrom ILAP:CalendarDay ; 152 + owl:allValuesFrom ILAP:CalendarHour ;
153 - owl:onProperty ILAP:hasCalendarPeriodDay 153 + owl:onProperty ILAP:hasCalendarPeriodHour
154 ] . 154 ] .
155 155
156 ILAP:Category 156 ILAP:Category
...@@ -166,7 +166,7 @@ ILAP:CommissioningMilestone ...@@ -166,7 +166,7 @@ ILAP:CommissioningMilestone
166 ILAP:Constraint 166 ILAP:Constraint
167 rdf:type owl:Class ; 167 rdf:type owl:Class ;
168 rdfs:label "Constraint"^^xsd:string ; 168 rdfs:label "Constraint"^^xsd:string ;
169 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . 169 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing .
170 170
171 ILAP:ConstructionMilestone 171 ILAP:ConstructionMilestone
172 rdf:type owl:Class ; 172 rdf:type owl:Class ;
...@@ -176,7 +176,7 @@ ILAP:ConstructionMilestone ...@@ -176,7 +176,7 @@ ILAP:ConstructionMilestone
176 ILAP:Contract 176 ILAP:Contract
177 rdf:type owl:Class ; 177 rdf:type owl:Class ;
178 rdfs:label "Contract"^^xsd:string ; 178 rdfs:label "Contract"^^xsd:string ;
179 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . 179 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing .
180 180
181 ILAP:ContractMilestone 181 ILAP:ContractMilestone
182 rdf:type owl:Class ; 182 rdf:type owl:Class ;
...@@ -201,7 +201,7 @@ ILAP:ControlSchedule ...@@ -201,7 +201,7 @@ ILAP:ControlSchedule
201 ILAP:Cost 201 ILAP:Cost
202 rdf:type owl:Class ; 202 rdf:type owl:Class ;
203 rdfs:label "Cost"^^xsd:string ; 203 rdfs:label "Cost"^^xsd:string ;
204 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . 204 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing .
205 205
206 ILAP:CostBased 206 ILAP:CostBased
207 rdf:type owl:Class ; 207 rdf:type owl:Class ;
...@@ -209,14 +209,14 @@ ILAP:CostBased ...@@ -209,14 +209,14 @@ ILAP:CostBased
209 rdfs:subClassOf ILAP:Resource . 209 rdfs:subClassOf ILAP:Resource .
210 210
211 ILAP:CurrentSchedule 211 ILAP:CurrentSchedule
212 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 212 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
213 rdfs:label "Current schedule"^^xsd:string ; 213 rdfs:label "Current schedule"^^xsd:string ;
214 rdfs:subClassOf ILAP:Schedule . 214 rdfs:subClassOf ILAP:Schedule .
215 215
216 ILAP:Data 216 ILAP:Data
217 rdf:type owl:Class ; 217 rdf:type owl:Class ;
218 rdfs:label "Data"^^xsd:string ; 218 rdfs:label "Data"^^xsd:string ;
219 - rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; 219 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ;
220 rdfs:subClassOf 220 rdfs:subClassOf
221 [ rdf:type owl:Restriction ; 221 [ rdf:type owl:Restriction ;
222 owl:onClass ILAP:Project ; 222 owl:onClass ILAP:Project ;
...@@ -246,7 +246,7 @@ ILAP:DesignMilestone ...@@ -246,7 +246,7 @@ ILAP:DesignMilestone
246 rdfs:subClassOf ILAP:MilestoneType . 246 rdfs:subClassOf ILAP:MilestoneType .
247 247
248 ILAP:Discipline 248 ILAP:Discipline
249 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 249 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
250 rdfs:label "Discipline"^^xsd:string ; 250 rdfs:label "Discipline"^^xsd:string ;
251 rdfs:subClassOf owl:Thing . 251 rdfs:subClassOf owl:Thing .
252 252
...@@ -261,13 +261,15 @@ ILAP:EngineeringMilestone ...@@ -261,13 +261,15 @@ ILAP:EngineeringMilestone
261 rdfs:subClassOf ILAP:MilestoneType . 261 rdfs:subClassOf ILAP:MilestoneType .
262 262
263 ILAP:ExternalReference 263 ILAP:ExternalReference
264 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; 264 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ;
265 rdfs:label "External Reference"^^xsd:string ; 265 rdfs:label "External Reference"^^xsd:string ;
266 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; 266 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ;
267 rdfs:subClassOf 267 rdfs:subClassOf
268 [ rdf:type owl:Restriction ; 268 [ rdf:type owl:Restriction ;
269 - owl:allValuesFrom ILAP:Application ; 269 + owl:onDataRange xsd:string ;
270 - owl:onProperty ILAP:hasReferenceApplication 270 + owl:onProperty ILAP:hasObjectReferenceID ;
271 + owl:qualifiedCardinality
272 + "1"^^xsd:nonNegativeInteger
271 ] ; 273 ] ;
272 rdfs:subClassOf 274 rdfs:subClassOf
273 [ rdf:type owl:Restriction ; 275 [ rdf:type owl:Restriction ;
...@@ -276,10 +278,8 @@ ILAP:ExternalReference ...@@ -276,10 +278,8 @@ ILAP:ExternalReference
276 ] ; 278 ] ;
277 rdfs:subClassOf 279 rdfs:subClassOf
278 [ rdf:type owl:Restriction ; 280 [ rdf:type owl:Restriction ;
279 - owl:onDataRange xsd:string ; 281 + owl:allValuesFrom ILAP:Application ;
280 - owl:onProperty ILAP:hasObjectReferenceID ; 282 + owl:onProperty ILAP:hasReferenceApplication
281 - owl:qualifiedCardinality
282 - "1"^^xsd:nonNegativeInteger
283 ] . 283 ] .
284 284
285 ILAP:Facility 285 ILAP:Facility
...@@ -293,14 +293,14 @@ ILAP:Field ...@@ -293,14 +293,14 @@ ILAP:Field
293 rdfs:subClassOf owl:Thing . 293 rdfs:subClassOf owl:Thing .
294 294
295 ILAP:FinishToFinish 295 ILAP:FinishToFinish
296 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 296 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
297 rdfs:label "Finish to finish"^^xsd:string ; 297 rdfs:label "Finish to finish"^^xsd:string ;
298 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 298 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
299 299
300 ILAP:FinishToStart 300 ILAP:FinishToStart
301 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 301 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
302 rdfs:label "Finish to start"^^xsd:string ; 302 rdfs:label "Finish to start"^^xsd:string ;
303 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 303 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
304 304
305 ILAP:FunctionalLocation 305 ILAP:FunctionalLocation
306 rdf:type owl:Class ; 306 rdf:type owl:Class ;
...@@ -315,7 +315,7 @@ ILAP:GeographicLocation ...@@ -315,7 +315,7 @@ ILAP:GeographicLocation
315 ILAP:Information 315 ILAP:Information
316 rdf:type owl:Class ; 316 rdf:type owl:Class ;
317 rdfs:label "Information"^^xsd:string ; 317 rdfs:label "Information"^^xsd:string ;
318 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . 318 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing .
319 319
320 ILAP:Knowledge 320 ILAP:Knowledge
321 rdf:type owl:Class ; 321 rdf:type owl:Class ;
...@@ -333,14 +333,14 @@ ILAP:LifecyclePhase ...@@ -333,14 +333,14 @@ ILAP:LifecyclePhase
333 rdfs:subClassOf ILAP:Phase . 333 rdfs:subClassOf ILAP:Phase .
334 334
335 ILAP:LiveSchedule 335 ILAP:LiveSchedule
336 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 336 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
337 rdfs:label "Live schedule"^^xsd:string ; 337 rdfs:label "Live schedule"^^xsd:string ;
338 rdfs:subClassOf ILAP:Schedule . 338 rdfs:subClassOf ILAP:Schedule .
339 339
340 ILAP:Location 340 ILAP:Location
341 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; 341 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ;
342 rdfs:label "Location"^^xsd:string ; 342 rdfs:label "Location"^^xsd:string ;
343 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . 343 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> .
344 344
345 ILAP:MaterialOrderStatus 345 ILAP:MaterialOrderStatus
346 rdf:type owl:Class ; 346 rdf:type owl:Class ;
...@@ -348,7 +348,7 @@ ILAP:MaterialOrderStatus ...@@ -348,7 +348,7 @@ ILAP:MaterialOrderStatus
348 rdfs:subClassOf ILAP:Status . 348 rdfs:subClassOf ILAP:Status .
349 349
350 ILAP:Milestone 350 ILAP:Milestone
351 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; 351 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ;
352 rdfs:label "Milestone"^^xsd:string . 352 rdfs:label "Milestone"^^xsd:string .
353 353
354 ILAP:MilestoneType 354 ILAP:MilestoneType
...@@ -359,7 +359,7 @@ ILAP:MilestoneType ...@@ -359,7 +359,7 @@ ILAP:MilestoneType
359 ILAP:Network 359 ILAP:Network
360 rdf:type owl:Class ; 360 rdf:type owl:Class ;
361 rdfs:label "Network"^^xsd:string ; 361 rdfs:label "Network"^^xsd:string ;
362 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . 362 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing .
363 363
364 ILAP:OPEX 364 ILAP:OPEX
365 rdfs:label "OPEX"^^xsd:string . 365 rdfs:label "OPEX"^^xsd:string .
...@@ -390,49 +390,49 @@ ILAP:PhysicalLocation ...@@ -390,49 +390,49 @@ ILAP:PhysicalLocation
390 rdfs:subClassOf ILAP:Location . 390 rdfs:subClassOf ILAP:Location .
391 391
392 ILAP:PlanClassifier 392 ILAP:PlanClassifier
393 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 393 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
394 rdfs:label "Plan classifier"^^xsd:string ; 394 rdfs:label "Plan classifier"^^xsd:string ;
395 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . 395 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> .
396 396
397 ILAP:PlanContentType 397 ILAP:PlanContentType
398 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 398 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
399 rdfs:label "Plan content type"^^xsd:string ; 399 rdfs:label "Plan content type"^^xsd:string ;
400 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . 400 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> .
401 401
402 ILAP:PlanContractType 402 ILAP:PlanContractType
403 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 403 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
404 rdfs:label "Plan contract type"^^xsd:string ; 404 rdfs:label "Plan contract type"^^xsd:string ;
405 rdfs:subClassOf ILAP:PlanClassifier . 405 rdfs:subClassOf ILAP:PlanClassifier .
406 406
407 ILAP:PlanExpenseType 407 ILAP:PlanExpenseType
408 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 408 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
409 rdfs:label "Plan expense type"^^xsd:string ; 409 rdfs:label "Plan expense type"^^xsd:string ;
410 rdfs:subClassOf ILAP:PlanClassifier . 410 rdfs:subClassOf ILAP:PlanClassifier .
411 411
412 ILAP:PlanGeoArea 412 ILAP:PlanGeoArea
413 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; 413 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ;
414 rdfs:label "Plan geographic area"^^xsd:string ; 414 rdfs:label "Plan geographic area"^^xsd:string ;
415 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 415 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
416 416
417 ILAP:PlanLevel 417 ILAP:PlanLevel
418 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 418 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
419 rdfs:label "Plan level"^^xsd:string ; 419 rdfs:label "Plan level"^^xsd:string ;
420 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 420 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
421 421
422 ILAP:PlanLifecycleStage 422 ILAP:PlanLifecycleStage
423 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 423 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
424 rdfs:label "Plan lifecycle stage"^^xsd:string ; 424 rdfs:label "Plan lifecycle stage"^^xsd:string ;
425 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . 425 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier .
426 426
427 ILAP:PlanObjectiveType 427 ILAP:PlanObjectiveType
428 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; 428 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
429 rdfs:label "Plan objective type"^^xsd:string ; 429 rdfs:label "Plan objective type"^^xsd:string ;
430 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . 430 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier .
431 431
432 ILAP:PlanProjectType 432 ILAP:PlanProjectType
433 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 433 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
434 rdfs:label "Plan project type"^^xsd:string ; 434 rdfs:label "Plan project type"^^xsd:string ;
435 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . 435 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier .
436 436
437 ILAP:PlannedActivity 437 ILAP:PlannedActivity
438 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 438 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -440,57 +440,57 @@ ILAP:PlannedActivity ...@@ -440,57 +440,57 @@ ILAP:PlannedActivity
440 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 440 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
441 rdfs:subClassOf 441 rdfs:subClassOf
442 [ rdf:type owl:Restriction ; 442 [ rdf:type owl:Restriction ;
443 - owl:allValuesFrom ILAP:ActivityWBS ;
444 - owl:onProperty ILAP:hasActivityWBSelement
445 - ] ;
446 - rdfs:subClassOf
447 - [ rdf:type owl:Restriction ;
448 owl:allValuesFrom ILAP:ActivityDependency ; 443 owl:allValuesFrom ILAP:ActivityDependency ;
449 - owl:onProperty ILAP:hasActivityPredecessor 444 + owl:onProperty ILAP:hasActivitySuccessor
450 ] ; 445 ] ;
451 rdfs:subClassOf 446 rdfs:subClassOf
452 [ rdf:type owl:Restriction ; 447 [ rdf:type owl:Restriction ;
453 owl:maxQualifiedCardinality 448 owl:maxQualifiedCardinality
454 "1"^^xsd:nonNegativeInteger ; 449 "1"^^xsd:nonNegativeInteger ;
455 - owl:onClass ILAP:Facility ; 450 + owl:onClass ILAP:ProjectExecutionPlan ;
456 - owl:onProperty ILAP:hasActivityFacility 451 + owl:onProperty ILAP:hasActivityPlan
457 ] ; 452 ] ;
458 rdfs:subClassOf 453 rdfs:subClassOf
459 [ rdf:type owl:Restriction ; 454 [ rdf:type owl:Restriction ;
460 - owl:allValuesFrom ILAP:ResponsiblePerson ; 455 + owl:allValuesFrom ILAP:Location ;
461 - owl:onProperty ILAP:hasActivityResponsiblePerson 456 + owl:onProperty ILAP:hasActivityLocation
462 ] ; 457 ] ;
463 rdfs:subClassOf 458 rdfs:subClassOf
464 [ rdf:type owl:Restriction ; 459 [ rdf:type owl:Restriction ;
465 - owl:maxQualifiedCardinality 460 + owl:onProperty ILAP:hasActivityDiscipline ;
466 - "1"^^xsd:nonNegativeInteger ; 461 + owl:someValuesFrom ILAP:Discipline
467 - owl:onClass ILAP:ProjectExecutionPlan ;
468 - owl:onProperty ILAP:hasActivityPlan
469 ] ; 462 ] ;
470 rdfs:subClassOf 463 rdfs:subClassOf
471 [ rdf:type owl:Restriction ; 464 [ rdf:type owl:Restriction ;
472 - owl:allValuesFrom ILAP:ResourceProfile ; 465 + owl:allValuesFrom ILAP:Result ;
473 - owl:onProperty ILAP:hasActivityResourceProfile 466 + owl:onProperty ILAP:hasActivityResult
474 ] ; 467 ] ;
475 rdfs:subClassOf 468 rdfs:subClassOf
476 [ rdf:type owl:Restriction ; 469 [ rdf:type owl:Restriction ;
477 - owl:onProperty ILAP:hasActivityDiscipline ; 470 + owl:allValuesFrom ILAP:ActivityDependency ;
478 - owl:someValuesFrom ILAP:Discipline 471 + owl:onProperty ILAP:hasActivityPredecessor
479 ] ; 472 ] ;
480 rdfs:subClassOf 473 rdfs:subClassOf
481 [ rdf:type owl:Restriction ; 474 [ rdf:type owl:Restriction ;
482 - owl:allValuesFrom ILAP:ActivityDependency ; 475 + owl:allValuesFrom ILAP:ActivityWBS ;
483 - owl:onProperty ILAP:hasActivitySuccessor 476 + owl:onProperty ILAP:hasActivityWBSelement
484 ] ; 477 ] ;
485 rdfs:subClassOf 478 rdfs:subClassOf
486 [ rdf:type owl:Restriction ; 479 [ rdf:type owl:Restriction ;
487 - owl:allValuesFrom ILAP:Result ; 480 + owl:allValuesFrom ILAP:ResponsiblePerson ;
488 - owl:onProperty ILAP:hasActivityResult 481 + owl:onProperty ILAP:hasActivityResponsiblePerson
489 ] ; 482 ] ;
490 rdfs:subClassOf 483 rdfs:subClassOf
491 [ rdf:type owl:Restriction ; 484 [ rdf:type owl:Restriction ;
492 - owl:allValuesFrom ILAP:Location ; 485 + owl:allValuesFrom ILAP:ResourceProfile ;
493 - owl:onProperty ILAP:hasActivityLocation 486 + owl:onProperty ILAP:hasActivityResourceProfile
487 + ] ;
488 + rdfs:subClassOf
489 + [ rdf:type owl:Restriction ;
490 + owl:maxQualifiedCardinality
491 + "1"^^xsd:nonNegativeInteger ;
492 + owl:onClass ILAP:Facility ;
493 + owl:onProperty ILAP:hasActivityFacility
494 ] . 494 ] .
495 495
496 ILAP:PlannedMilestone 496 ILAP:PlannedMilestone
...@@ -519,13 +519,18 @@ ILAP:Programme ...@@ -519,13 +519,18 @@ ILAP:Programme
519 rdfs:subClassOf ILAP:Project . 519 rdfs:subClassOf ILAP:Project .
520 520
521 ILAP:Project 521 ILAP:Project
522 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 522 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
523 rdfs:label "Project"^^xsd:string ; 523 rdfs:label "Project"^^xsd:string ;
524 rdfs:subClassOf ILAP:Activity ; 524 rdfs:subClassOf ILAP:Activity ;
525 rdfs:subClassOf 525 rdfs:subClassOf
526 [ rdf:type owl:Restriction ; 526 [ rdf:type owl:Restriction ;
527 - owl:allValuesFrom BRREG:OilCompany ; 527 + owl:allValuesFrom ILAP:Project ;
528 - owl:onProperty ILAP:hasProjectResponsible 528 + owl:onProperty ILAP:hasProjectSubproject
529 + ] ;
530 + rdfs:subClassOf
531 + [ rdf:type owl:Restriction ;
532 + owl:allValuesFrom ILAP:ExternalReference ;
533 + owl:onProperty ILAP:hasExternalReference
529 ] ; 534 ] ;
530 rdfs:subClassOf 535 rdfs:subClassOf
531 [ rdf:type owl:Restriction ; 536 [ rdf:type owl:Restriction ;
...@@ -536,13 +541,8 @@ ILAP:Project ...@@ -536,13 +541,8 @@ ILAP:Project
536 ] ; 541 ] ;
537 rdfs:subClassOf 542 rdfs:subClassOf
538 [ rdf:type owl:Restriction ; 543 [ rdf:type owl:Restriction ;
539 - owl:allValuesFrom ILAP:ExternalReference ; 544 + owl:allValuesFrom BRREG:OilCompany ;
540 - owl:onProperty ILAP:hasExternalReference 545 + owl:onProperty ILAP:hasProjectResponsible
541 - ] ;
542 - rdfs:subClassOf
543 - [ rdf:type owl:Restriction ;
544 - owl:allValuesFrom ILAP:Project ;
545 - owl:onProperty ILAP:hasProjectSubproject
546 ] . 546 ] .
547 547
548 ILAP:ProjectEffectiveness 548 ILAP:ProjectEffectiveness
...@@ -561,45 +561,45 @@ ILAP:ProjectExecutionPlan ...@@ -561,45 +561,45 @@ ILAP:ProjectExecutionPlan
561 rdfs:subClassOf ILAP:Network ; 561 rdfs:subClassOf ILAP:Network ;
562 rdfs:subClassOf 562 rdfs:subClassOf
563 [ rdf:type owl:Restriction ; 563 [ rdf:type owl:Restriction ;
564 - owl:allValuesFrom ILAP:PlanContractType ; 564 + owl:allValuesFrom ILAP:PlanObjectiveType ;
565 - owl:onProperty ILAP:hasPlanContractType 565 + owl:onProperty ILAP:hasPlanObjectiveType
566 ] ; 566 ] ;
567 rdfs:subClassOf 567 rdfs:subClassOf
568 [ rdf:type owl:Restriction ; 568 [ rdf:type owl:Restriction ;
569 owl:allValuesFrom ILAP:ProjectExecutionPlan ; 569 owl:allValuesFrom ILAP:ProjectExecutionPlan ;
570 - owl:onProperty ILAP:hasPlanSubplan 570 + owl:onProperty ILAP:hasPlanRollUpPlan
571 ] ; 571 ] ;
572 rdfs:subClassOf 572 rdfs:subClassOf
573 [ rdf:type owl:Restriction ; 573 [ rdf:type owl:Restriction ;
574 - owl:maxQualifiedCardinality 574 + owl:onProperty ILAP:hasPlanGeoArea ;
575 - "1"^^xsd:nonNegativeInteger ; 575 + owl:someValuesFrom ILAP:PlanGeoArea
576 - owl:onClass ILAP:PlanLevel ;
577 - owl:onProperty ILAP:hasPlanLevel
578 ] ; 576 ] ;
579 rdfs:subClassOf 577 rdfs:subClassOf
580 [ rdf:type owl:Restriction ; 578 [ rdf:type owl:Restriction ;
581 - owl:allValuesFrom BRREG:LegalEntity ; 579 + owl:allValuesFrom ILAP:PlanContractType ;
582 - owl:onProperty ILAP:hasPlanResponsible 580 + owl:onProperty ILAP:hasPlanContractType
583 ] ; 581 ] ;
584 rdfs:subClassOf 582 rdfs:subClassOf
585 [ rdf:type owl:Restriction ; 583 [ rdf:type owl:Restriction ;
586 - owl:onProperty ILAP:hasPlanLevel ; 584 + owl:allValuesFrom BRREG:LegalEntity ;
587 - owl:someValuesFrom ILAP:PlanLevel 585 + owl:onProperty ILAP:hasPlanResponsible
588 ] ; 586 ] ;
589 rdfs:subClassOf 587 rdfs:subClassOf
590 [ rdf:type owl:Restriction ; 588 [ rdf:type owl:Restriction ;
591 - owl:allValuesFrom ILAP:PlanObjectiveType ; 589 + owl:maxQualifiedCardinality
592 - owl:onProperty ILAP:hasPlanObjectiveType 590 + "1"^^xsd:nonNegativeInteger ;
591 + owl:onClass ILAP:Project ;
592 + owl:onProperty ILAP:hasPlanProject
593 ] ; 593 ] ;
594 rdfs:subClassOf 594 rdfs:subClassOf
595 [ rdf:type owl:Restriction ; 595 [ rdf:type owl:Restriction ;
596 - owl:allValuesFrom ILAP:PlanLifecycleStage ; 596 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
597 - owl:onProperty ILAP:hasPlanLifecycleStage 597 + owl:onProperty ILAP:hasPlanSubplan
598 ] ; 598 ] ;
599 rdfs:subClassOf 599 rdfs:subClassOf
600 [ rdf:type owl:Restriction ; 600 [ rdf:type owl:Restriction ;
601 - owl:onProperty ILAP:hasPlanGeoArea ; 601 + owl:onProperty ILAP:hasPlanContentType ;
602 - owl:someValuesFrom ILAP:PlanGeoArea 602 + owl:someValuesFrom ILAP:PlanContentType
603 ] ; 603 ] ;
604 rdfs:subClassOf 604 rdfs:subClassOf
605 [ rdf:type owl:Restriction ; 605 [ rdf:type owl:Restriction ;
...@@ -608,25 +608,25 @@ ILAP:ProjectExecutionPlan ...@@ -608,25 +608,25 @@ ILAP:ProjectExecutionPlan
608 ] ; 608 ] ;
609 rdfs:subClassOf 609 rdfs:subClassOf
610 [ rdf:type owl:Restriction ; 610 [ rdf:type owl:Restriction ;
611 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 611 + owl:onProperty ILAP:hasPlanLevel ;
612 - owl:onProperty ILAP:hasPlanRollUpPlan 612 + owl:someValuesFrom ILAP:PlanLevel
613 + ] ;
614 + rdfs:subClassOf
615 + [ rdf:type owl:Restriction ;
616 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
617 + owl:onProperty ILAP:hasPlanLifecycleStage
613 ] ; 618 ] ;
614 rdfs:subClassOf 619 rdfs:subClassOf
615 [ rdf:type owl:Restriction ; 620 [ rdf:type owl:Restriction ;
616 owl:maxQualifiedCardinality 621 owl:maxQualifiedCardinality
617 "1"^^xsd:nonNegativeInteger ; 622 "1"^^xsd:nonNegativeInteger ;
618 - owl:onClass ILAP:Project ; 623 + owl:onClass ILAP:PlanLevel ;
619 - owl:onProperty ILAP:hasPlanProject 624 + owl:onProperty ILAP:hasPlanLevel
620 ] ; 625 ] ;
621 rdfs:subClassOf 626 rdfs:subClassOf
622 [ rdf:type owl:Restriction ; 627 [ rdf:type owl:Restriction ;
623 owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 628 owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
624 owl:onProperty ILAP:hasPlanAsset 629 owl:onProperty ILAP:hasPlanAsset
625 - ] ;
626 - rdfs:subClassOf
627 - [ rdf:type owl:Restriction ;
628 - owl:onProperty ILAP:hasPlanContentType ;
629 - owl:someValuesFrom ILAP:PlanContentType
630 ] . 630 ] .
631 631
632 ILAP:ProjectMilestone 632 ILAP:ProjectMilestone
...@@ -640,9 +640,9 @@ ILAP:ProjectPhase ...@@ -640,9 +640,9 @@ ILAP:ProjectPhase
640 rdfs:subClassOf ILAP:Phase . 640 rdfs:subClassOf ILAP:Phase .
641 641
642 ILAP:Regular8To16WorkingDayCalendar 642 ILAP:Regular8To16WorkingDayCalendar
643 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 643 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
644 rdfs:label "Regular8To16Working day calendar"^^xsd:string ; 644 rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
645 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . 645 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> .
646 646
647 ILAP:Regulator 647 ILAP:Regulator
648 rdf:type owl:Class ; 648 rdf:type owl:Class ;
...@@ -650,9 +650,9 @@ ILAP:Regulator ...@@ -650,9 +650,9 @@ ILAP:Regulator
650 rdfs:subClassOf ILAP:ResponsibleOrganization . 650 rdfs:subClassOf ILAP:ResponsibleOrganization .
651 651
652 ILAP:Resource 652 ILAP:Resource
653 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 653 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
654 rdfs:label "Resource"^^xsd:string ; 654 rdfs:label "Resource"^^xsd:string ;
655 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . 655 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing .
656 656
657 ILAP:ResourceEstimate 657 ILAP:ResourceEstimate
658 rdf:type owl:Class ; 658 rdf:type owl:Class ;
...@@ -660,14 +660,14 @@ ILAP:ResourceEstimate ...@@ -660,14 +660,14 @@ ILAP:ResourceEstimate
660 rdfs:subClassOf ILAP:ResourceStructure . 660 rdfs:subClassOf ILAP:ResourceStructure .
661 661
662 ILAP:ResourceProfile 662 ILAP:ResourceProfile
663 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; 663 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
664 rdfs:label "Resource profile"^^xsd:string ; 664 rdfs:label "Resource profile"^^xsd:string ;
665 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . 665 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
666 666
667 ILAP:ResourceProfilePoint 667 ILAP:ResourceProfilePoint
668 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 668 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
669 rdfs:label "resource Profile point"^^xsd:string ; 669 rdfs:label "resource Profile point"^^xsd:string ;
670 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . 670 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
671 671
672 ILAP:ResourceStructure 672 ILAP:ResourceStructure
673 rdf:type owl:Class ; 673 rdf:type owl:Class ;
...@@ -675,17 +675,17 @@ ILAP:ResourceStructure ...@@ -675,17 +675,17 @@ ILAP:ResourceStructure
675 rdfs:subClassOf ILAP:Network . 675 rdfs:subClassOf ILAP:Network .
676 676
677 ILAP:ResponsibleOrganization 677 ILAP:ResponsibleOrganization
678 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; 678 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ;
679 rdfs:label "Responsible organization"^^xsd:string ; 679 rdfs:label "Responsible organization"^^xsd:string ;
680 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . 680 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing .
681 681
682 ILAP:ResponsiblePerson 682 ILAP:ResponsiblePerson
683 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; 683 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ;
684 rdfs:label "Responsible"^^xsd:string ; 684 rdfs:label "Responsible"^^xsd:string ;
685 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . 685 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing .
686 686
687 ILAP:Result 687 ILAP:Result
688 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; 688 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
689 rdfs:label "Result"^^xsd:string ; 689 rdfs:label "Result"^^xsd:string ;
690 rdfs:subClassOf owl:Thing . 690 rdfs:subClassOf owl:Thing .
691 691
...@@ -705,9 +705,9 @@ ILAP:RiskType ...@@ -705,9 +705,9 @@ ILAP:RiskType
705 rdfs:subClassOf owl:Thing . 705 rdfs:subClassOf owl:Thing .
706 706
707 ILAP:Schedule 707 ILAP:Schedule
708 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 708 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
709 rdfs:label "Scheduled Activity Network"^^xsd:string ; 709 rdfs:label "Scheduled Activity Network"^^xsd:string ;
710 - rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; 710 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ;
711 rdfs:subClassOf 711 rdfs:subClassOf
712 [ rdf:type owl:Restriction ; 712 [ rdf:type owl:Restriction ;
713 owl:maxQualifiedCardinality 713 owl:maxQualifiedCardinality
...@@ -717,22 +717,22 @@ ILAP:Schedule ...@@ -717,22 +717,22 @@ ILAP:Schedule
717 ] . 717 ] .
718 718
719 ILAP:ScheduledActivity 719 ILAP:ScheduledActivity
720 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 720 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
721 rdfs:label "Activity in Network Schedule"^^xsd:string ; 721 rdfs:label "Activity in Network Schedule"^^xsd:string ;
722 rdfs:subClassOf ILAP:PlannedActivity ; 722 rdfs:subClassOf ILAP:PlannedActivity ;
723 rdfs:subClassOf 723 rdfs:subClassOf
724 [ rdf:type owl:Restriction ; 724 [ rdf:type owl:Restriction ;
725 owl:maxQualifiedCardinality 725 owl:maxQualifiedCardinality
726 "1"^^xsd:nonNegativeInteger ; 726 "1"^^xsd:nonNegativeInteger ;
727 - owl:onClass ILAP:PlannedActivity ; 727 + owl:onClass ILAP:Schedule ;
728 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 728 + owl:onProperty ILAP:hasActivitySchedule
729 ] ; 729 ] ;
730 rdfs:subClassOf 730 rdfs:subClassOf
731 [ rdf:type owl:Restriction ; 731 [ rdf:type owl:Restriction ;
732 owl:maxQualifiedCardinality 732 owl:maxQualifiedCardinality
733 "1"^^xsd:nonNegativeInteger ; 733 "1"^^xsd:nonNegativeInteger ;
734 - owl:onClass ILAP:Schedule ; 734 + owl:onClass ILAP:PlannedActivity ;
735 - owl:onProperty ILAP:hasActivitySchedule 735 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
736 ] . 736 ] .
737 737
738 ILAP:ScheduledMilestone 738 ILAP:ScheduledMilestone
...@@ -756,19 +756,9 @@ ILAP:ShutdownType ...@@ -756,19 +756,9 @@ ILAP:ShutdownType
756 rdfs:subClassOf owl:Thing . 756 rdfs:subClassOf owl:Thing .
757 757
758 ILAP:Source 758 ILAP:Source
759 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 759 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
760 rdfs:label "Source"^^xsd:string ; 760 rdfs:label "Source"^^xsd:string ;
761 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . 761 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
762 -
763 -ILAP:SourceSpecifiedUserField
764 - rdf:type owl:Class ;
765 - rdfs:label "Source specified user field"^^xsd:string ;
766 - rdfs:subClassOf ILAP:UserField .
767 -
768 -ILAP:SpecifiedUserField
769 - rdf:type owl:Class ;
770 - rdfs:label "Specified user field"^^xsd:string ;
771 - rdfs:subClassOf ILAP:UserField .
772 762
773 ILAP:StartMilestone 763 ILAP:StartMilestone
774 rdf:type owl:Class ; 764 rdf:type owl:Class ;
...@@ -776,22 +766,22 @@ ILAP:StartMilestone ...@@ -776,22 +766,22 @@ ILAP:StartMilestone
776 rdfs:subClassOf ILAP:MilestoneType . 766 rdfs:subClassOf ILAP:MilestoneType .
777 767
778 ILAP:StartToFinish 768 ILAP:StartToFinish
779 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 769 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
780 rdfs:label "Start to finish"^^xsd:string ; 770 rdfs:label "Start to finish"^^xsd:string ;
781 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 771 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
782 772
783 ILAP:StartToStart 773 ILAP:StartToStart
784 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 774 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
785 rdfs:label "Start to start"^^xsd:string ; 775 rdfs:label "Start to start"^^xsd:string ;
786 - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . 776 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency .
787 777
788 ILAP:Status 778 ILAP:Status
789 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; 779 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ;
790 rdfs:label "Status"^^xsd:string ; 780 rdfs:label "Status"^^xsd:string ;
791 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . 781 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> .
792 782
793 ILAP:TargetSchedule 783 ILAP:TargetSchedule
794 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 784 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
795 rdfs:label "Target schedule"^^xsd:string ; 785 rdfs:label "Target schedule"^^xsd:string ;
796 rdfs:subClassOf ILAP:Schedule . 786 rdfs:subClassOf ILAP:Schedule .
797 787
...@@ -805,27 +795,15 @@ ILAP:UnitBased ...@@ -805,27 +795,15 @@ ILAP:UnitBased
805 rdfs:label "Unit based"^^xsd:string ; 795 rdfs:label "Unit based"^^xsd:string ;
806 rdfs:subClassOf ILAP:Resource . 796 rdfs:subClassOf ILAP:Resource .
807 797
808 -ILAP:UserField
809 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
810 - rdfs:label "User field"^^xsd:string ;
811 - rdfs:subClassOf ILAP:Data ;
812 - rdfs:subClassOf
813 - [ rdf:type owl:Restriction ;
814 - owl:maxQualifiedCardinality
815 - "1"^^xsd:nonNegativeInteger ;
816 - owl:onClass ILAP:Source ;
817 - owl:onProperty ILAP:hasUserFieldSource
818 - ] .
819 -
820 ILAP:Value 798 ILAP:Value
821 rdf:type owl:Class ; 799 rdf:type owl:Class ;
822 rdfs:label "Value"^^xsd:string ; 800 rdfs:label "Value"^^xsd:string ;
823 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . 801 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing .
824 802
825 ILAP:WeekendsFreeCalendar 803 ILAP:WeekendsFreeCalendar
826 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 804 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
827 rdfs:label "Weekends free calendar"^^xsd:string ; 805 rdfs:label "Weekends free calendar"^^xsd:string ;
828 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . 806 + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> .
829 807
830 ILAP:WorkOrder 808 ILAP:WorkOrder
831 rdf:type owl:Class ; 809 rdf:type owl:Class ;
...@@ -833,18 +811,18 @@ ILAP:WorkOrder ...@@ -833,18 +811,18 @@ ILAP:WorkOrder
833 rdfs:subClassOf ILAP:WorkTask . 811 rdfs:subClassOf ILAP:WorkTask .
834 812
835 ILAP:WorkTask 813 ILAP:WorkTask
836 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 814 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
837 rdfs:label "Work task"^^xsd:string ; 815 rdfs:label "Work task"^^xsd:string ;
838 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; 816 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ;
839 rdfs:subClassOf 817 rdfs:subClassOf
840 [ rdf:type owl:Restriction ; 818 [ rdf:type owl:Restriction ;
841 - owl:allValuesFrom BRREG:LegalEntity ; 819 + owl:onProperty ILAP:hasWorkTaskActivity ;
842 - owl:onProperty ILAP:hasWorkTaskResponsible 820 + owl:someValuesFrom ILAP:Activity
843 ] ; 821 ] ;
844 rdfs:subClassOf 822 rdfs:subClassOf
845 [ rdf:type owl:Restriction ; 823 [ rdf:type owl:Restriction ;
846 - owl:onProperty ILAP:hasWorkTaskActivity ; 824 + owl:allValuesFrom BRREG:LegalEntity ;
847 - owl:someValuesFrom ILAP:Activity 825 + owl:onProperty ILAP:hasWorkTaskResponsible
848 ] . 826 ] .
849 827
850 ILAP:WorkTaskStatus 828 ILAP:WorkTaskStatus
...@@ -969,7 +947,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -969,7 +947,7 @@ ILAP:hasActivityPhysicalPercentComplete
969 rdfs:range xsd:float . 947 rdfs:range xsd:float .
970 948
971 ILAP:hasActivityPlan 949 ILAP:hasActivityPlan
972 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 950 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
973 rdfs:domain ILAP:PlannedActivity ; 951 rdfs:domain ILAP:PlannedActivity ;
974 rdfs:label "has activity plan"^^xsd:string ; 952 rdfs:label "has activity plan"^^xsd:string ;
975 rdfs:range ILAP:ProjectExecutionPlan . 953 rdfs:range ILAP:ProjectExecutionPlan .
...@@ -1019,7 +997,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -1019,7 +997,7 @@ ILAP:hasActivityResponsibleOrganization
1019 rdfs:range ILAP:ResponsibleOrganization . 997 rdfs:range ILAP:ResponsibleOrganization .
1020 998
1021 ILAP:hasActivityResponsiblePerson 999 ILAP:hasActivityResponsiblePerson
1022 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1000 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1023 rdfs:domain ILAP:PlannedActivity ; 1001 rdfs:domain ILAP:PlannedActivity ;
1024 rdfs:label "has activity responsible"^^xsd:string ; 1002 rdfs:label "has activity responsible"^^xsd:string ;
1025 rdfs:range ILAP:ResponsiblePerson . 1003 rdfs:range ILAP:ResponsiblePerson .
...@@ -1054,7 +1032,7 @@ ILAP:hasActivityStatus ...@@ -1054,7 +1032,7 @@ ILAP:hasActivityStatus
1054 rdfs:range ILAP:Status . 1032 rdfs:range ILAP:Status .
1055 1033
1056 ILAP:hasActivitySuccessor 1034 ILAP:hasActivitySuccessor
1057 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1035 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1058 rdfs:domain ILAP:PlannedActivity ; 1036 rdfs:domain ILAP:PlannedActivity ;
1059 rdfs:label "has activity successor"^^xsd:string ; 1037 rdfs:label "has activity successor"^^xsd:string ;
1060 rdfs:range ILAP:ActivityDependency ; 1038 rdfs:range ILAP:ActivityDependency ;
...@@ -1115,7 +1093,7 @@ ILAP:hasCalendarDate ...@@ -1115,7 +1093,7 @@ ILAP:hasCalendarDate
1115 rdfs:label "has calendar date"^^xsd:string . 1093 rdfs:label "has calendar date"^^xsd:string .
1116 1094
1117 ILAP:hasCalendarFreePeriod 1095 ILAP:hasCalendarFreePeriod
1118 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1096 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1119 rdfs:domain ILAP:Calendar ; 1097 rdfs:domain ILAP:Calendar ;
1120 rdfs:label "has calendarcalendar free period"^^xsd:string ; 1098 rdfs:label "has calendarcalendar free period"^^xsd:string ;
1121 rdfs:range ILAP:CalendarFreePeriod . 1099 rdfs:range ILAP:CalendarFreePeriod .
...@@ -1416,7 +1394,7 @@ ILAP:hasPlanRegulator ...@@ -1416,7 +1394,7 @@ ILAP:hasPlanRegulator
1416 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1394 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1417 1395
1418 ILAP:hasPlanResponsible 1396 ILAP:hasPlanResponsible
1419 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1397 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1420 rdfs:domain ILAP:ProjectExecutionPlan ; 1398 rdfs:domain ILAP:ProjectExecutionPlan ;
1421 rdfs:label "has plan responsible"^^xsd:string ; 1399 rdfs:label "has plan responsible"^^xsd:string ;
1422 rdfs:range ILAP:ResponsibleOrganization . 1400 rdfs:range ILAP:ResponsibleOrganization .
...@@ -1447,8 +1425,7 @@ ILAP:hasPlanSupplier ...@@ -1447,8 +1425,7 @@ ILAP:hasPlanSupplier
1447 1425
1448 ILAP:hasPlanUserField 1426 ILAP:hasPlanUserField
1449 rdf:type owl:ObjectProperty ; 1427 rdf:type owl:ObjectProperty ;
1450 - rdfs:label "has plan user field"^^xsd:string ; 1428 + rdfs:label "has plan user field"^^xsd:string .
1451 - rdfs:range ILAP:UserField .
1452 1429
1453 ILAP:hasPredecessorActivity 1430 ILAP:hasPredecessorActivity
1454 rdf:type owl:ObjectProperty ; 1431 rdf:type owl:ObjectProperty ;
...@@ -1616,7 +1593,7 @@ ILAP:hasSourceApplicaton ...@@ -1616,7 +1593,7 @@ ILAP:hasSourceApplicaton
1616 rdfs:range ILAP:Application . 1593 rdfs:range ILAP:Application .
1617 1594
1618 ILAP:hasSuccessorActivity 1595 ILAP:hasSuccessorActivity
1619 - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; 1596 + rdf:type owl:TransitiveProperty , owl:ObjectProperty ;
1620 rdfs:domain ILAP:ActivityDependency ; 1597 rdfs:domain ILAP:ActivityDependency ;
1621 rdfs:label "has successor activity "^^xsd:string ; 1598 rdfs:label "has successor activity "^^xsd:string ;
1622 rdfs:range ILAP:PlannedActivity ; 1599 rdfs:range ILAP:PlannedActivity ;
...@@ -1644,25 +1621,11 @@ ILAP:hasTimeNow ...@@ -1644,25 +1621,11 @@ ILAP:hasTimeNow
1644 rdf:type owl:DatatypeProperty ; 1621 rdf:type owl:DatatypeProperty ;
1645 rdfs:domain ILAP:Schedule ; 1622 rdfs:domain ILAP:Schedule ;
1646 rdfs:label "has time now"^^xsd:string ; 1623 rdfs:label "has time now"^^xsd:string ;
1647 - rdfs:range xsd:date , xsd:dateTime . 1624 + rdfs:range xsd:dateTime , xsd:date .
1648 -
1649 -ILAP:hasUserFieldName
1650 - rdf:type owl:DatatypeProperty ;
1651 - rdfs:domain ILAP:UserField ;
1652 - rdfs:label "has user field name"^^xsd:string ;
1653 - rdfs:range xsd:string .
1654 1625
1655 ILAP:hasUserFieldSource 1626 ILAP:hasUserFieldSource
1656 rdf:type owl:ObjectProperty ; 1627 rdf:type owl:ObjectProperty ;
1657 - rdfs:domain ILAP:SourceSpecifiedUserField ; 1628 + rdfs:label "has user field source"^^xsd:string .
1658 - rdfs:label "has user field source"^^xsd:string ;
1659 - rdfs:range ILAP:Source .
1660 -
1661 -ILAP:hasUserFieldValue
1662 - rdf:type owl:DatatypeProperty ;
1663 - rdfs:domain ILAP:UserField ;
1664 - rdfs:label "has user field value"^^xsd:string ;
1665 - rdfs:range xsd:string .
1666 1629
1667 ILAP:hasWBScomponent 1630 ILAP:hasWBScomponent
1668 rdf:type owl:ObjectProperty ; 1631 rdf:type owl:ObjectProperty ;
......
1 # baseURI: http://data.posccaesar.org/NCS_PLANNING/ 1 # baseURI: http://data.posccaesar.org/NCS_PLANNING/
2 # imports: http://data.posccaesar.org/ilap/ 2 # imports: http://data.posccaesar.org/ilap/
3 +# imports: http://data.posccaesar.org/ilap/USERFIELDS
3 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS 4 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS
4 5
5 @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . 6 @prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
...@@ -13,7 +14,7 @@ ...@@ -13,7 +14,7 @@
13 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 14 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
14 15
15 : rdf:type owl:Ontology ; 16 : rdf:type owl:Ontology ;
16 - owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> . 17 + owl:imports ILAP:USERFIELDS , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
17 18
18 ILAP: 19 ILAP:
19 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
...@@ -125,7 +126,7 @@ ILAP:DependentOnShutdown ...@@ -125,7 +126,7 @@ ILAP:DependentOnShutdown
125 126
126 ILAP:Development 127 ILAP:Development
127 rdf:type ILAP:PlanLifecycleStage ; 128 rdf:type ILAP:PlanLifecycleStage ;
128 - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . 129 + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
129 130
130 ILAP:DisasterRecovery 131 ILAP:DisasterRecovery
131 rdf:type ILAP:PlanObjectiveType ; 132 rdf:type ILAP:PlanObjectiveType ;
...@@ -152,8 +153,8 @@ ILAP:DuringNormalOperation ...@@ -152,8 +153,8 @@ ILAP:DuringNormalOperation
152 rdfs:label "During Normal Operation"^^xsd:string . 153 rdfs:label "During Normal Operation"^^xsd:string .
153 154
154 ILAP:DuringShutdown 155 ILAP:DuringShutdown
155 - rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; 156 + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ;
156 - rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . 157 + rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string .
157 158
158 ILAP:EquipmentShutdown 159 ILAP:EquipmentShutdown
159 rdf:type ILAP:ShutdownType ; 160 rdf:type ILAP:ShutdownType ;
...@@ -499,7 +500,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -499,7 +500,7 @@ ILAP:StandardFreeWeekendPeriod
499 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 500 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
500 rdfs:label "Standard free weekend period"^^xsd:string ; 501 rdfs:label "Standard free weekend period"^^xsd:string ;
501 ILAP:hasCalendarPeriodFreeDay 502 ILAP:hasCalendarPeriodFreeDay
502 - ILAP:Saturday , ILAP:Sunday . 503 + ILAP:Sunday , ILAP:Saturday .
503 504
504 ILAP:StandardWorkWeekdayPeriod 505 ILAP:StandardWorkWeekdayPeriod
505 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 506 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -537,6 +538,9 @@ ILAP:Unknown ...@@ -537,6 +538,9 @@ ILAP:Unknown
537 rdf:type ILAP:Status ; 538 rdf:type ILAP:Status ;
538 rdfs:label "Unknown"^^xsd:string . 539 rdfs:label "Unknown"^^xsd:string .
539 540
541 +ILAP:UserField
542 + rdfs:subClassOf ILAP:Data .
543 +
540 ILAP:VesselOperation 544 ILAP:VesselOperation
541 rdf:type ILAP:RiskType ; 545 rdf:type ILAP:RiskType ;
542 rdfs:label "Vessel operation"^^xsd:string . 546 rdfs:label "Vessel operation"^^xsd:string .
...@@ -649,18 +653,18 @@ ILAP:hasWorkTaskResponsible ...@@ -649,18 +653,18 @@ ILAP:hasWorkTaskResponsible
649 rdfs:range ILAP:ResponsiblePerson . 653 rdfs:range ILAP:ResponsiblePerson .
650 654
651 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 655 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
652 - rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . 656 + rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category .
653 657
654 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 658 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
655 - rdfs:subClassOf ILAP:Asset , ILAP:Result . 659 + rdfs:subClassOf ILAP:Result , ILAP:Asset .
656 660
657 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 661 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
658 rdfs:subClassOf ILAP:Phase . 662 rdfs:subClassOf ILAP:Phase .
659 663
660 <http://data.posccaesar.org/npd/ontology/OperatingCompany> 664 <http://data.posccaesar.org/npd/ontology/OperatingCompany>
661 rdf:type owl:Class ; 665 rdf:type owl:Class ;
662 - rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ; 666 + rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ;
663 - rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator . 667 + rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor .
664 668
665 <http://data.posccaesar.org/npd/ontology/productionFacility> 669 <http://data.posccaesar.org/npd/ontology/productionFacility>
666 rdf:type owl:Class ; 670 rdf:type owl:Class ;
...@@ -670,7 +674,7 @@ ILAP:hasWorkTaskResponsible ...@@ -670,7 +674,7 @@ ILAP:hasWorkTaskResponsible
670 rdl:RDS282149 674 rdl:RDS282149
671 rdf:type owl:Class ; 675 rdf:type owl:Class ;
672 rdfs:label "RDS282149"^^xsd:string ; 676 rdfs:label "RDS282149"^^xsd:string ;
673 - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . 677 + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
674 678
675 <http://data.posccaesar.orgnpd/ontology/License> 679 <http://data.posccaesar.orgnpd/ontology/License>
676 rdf:type owl:Class ; 680 rdf:type owl:Class ;
......
...@@ -21,9 +21,9 @@ ILAP:ActivityWBS_1 ...@@ -21,9 +21,9 @@ ILAP:ActivityWBS_1
21 rdf:type ILAP:ActivityWBS ; 21 rdf:type ILAP:ActivityWBS ;
22 rdfs:label "Activity WBS 1"^^xsd:string ; 22 rdfs:label "Activity WBS 1"^^xsd:string ;
23 ILAP:hasWBScomponent 23 ILAP:hasWBScomponent
24 - SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; 24 + ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ;
25 - ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; 25 + ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ;
26 - ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . 26 + ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD .
27 27
28 ILAP:COR_KD_1 28 ILAP:COR_KD_1
29 rdf:type SCCS:COR_KD ; 29 rdf:type SCCS:COR_KD ;
...@@ -89,7 +89,8 @@ ILAP:PlannedActivity_2 ...@@ -89,7 +89,8 @@ ILAP:PlannedActivity_2
89 ILAP:hasActivityWeight 89 ILAP:hasActivityWeight
90 "55000"^^xsd:float ; 90 "55000"^^xsd:float ;
91 ILAP:hasActivityWorkVolume 91 ILAP:hasActivityWorkVolume
92 - "1500"^^xsd:float . 92 + "1500"^^xsd:float ;
93 + ILAP:hasUserField <http://data.posccaesar.org/ilap/USERFIELDS/hasIndexCode> .
93 94
94 ILAP:ProjectExecutionPlan_1 95 ILAP:ProjectExecutionPlan_1
95 rdf:type ILAP:ProjectExecutionPlan ; 96 rdf:type ILAP:ProjectExecutionPlan ;
...@@ -128,9 +129,7 @@ ILAP:ProjectExecutionPlan_UC1 ...@@ -128,9 +129,7 @@ ILAP:ProjectExecutionPlan_UC1
128 ILAP:hasPlanShutdown 129 ILAP:hasPlanShutdown
129 ILAP:SummerShutdown_UC1 ; 130 ILAP:SummerShutdown_UC1 ;
130 ILAP:hasPlanSupplier 131 ILAP:hasPlanSupplier
131 - ILAP:ResponsibleOrganization ; 132 + ILAP:ResponsibleOrganization .
132 - ILAP:hasPlanUserField
133 - ILAP:hasContract .
134 133
135 ILAP:ProjectExecutionSubPlan_1 134 ILAP:ProjectExecutionSubPlan_1
136 rdf:type ILAP:ProjectExecutionPlan ; 135 rdf:type ILAP:ProjectExecutionPlan ;
...@@ -167,7 +166,7 @@ ILAP:SummerShutdown_UC1 ...@@ -167,7 +166,7 @@ ILAP:SummerShutdown_UC1
167 ILAP:hasShutdownPriority 166 ILAP:hasShutdownPriority
168 ILAP:NormalPriority ; 167 ILAP:NormalPriority ;
169 ILAP:hasShutdownType 168 ILAP:hasShutdownType
170 - ILAP:SystemShutdown , ILAP:ProductionShutdown , ILAP:ScheduledShutdown . 169 + ILAP:ScheduledShutdown , ILAP:ProductionShutdown , ILAP:SystemShutdown .
171 170
172 ILAP:UseCaseAibelToCOPNO 171 ILAP:UseCaseAibelToCOPNO
173 rdf:type ILAP:Source ; 172 rdf:type ILAP:Source ;
...@@ -188,15 +187,11 @@ ILAP:hasActivityMaterialOrderStatus ...@@ -188,15 +187,11 @@ ILAP:hasActivityMaterialOrderStatus
188 ILAP:hasActivityPreviousStatus 187 ILAP:hasActivityPreviousStatus
189 rdfs:range ILAP:Status . 188 rdfs:range ILAP:Status .
190 189
191 -ILAP:hasContract
192 - rdf:type ILAP:SourceSpecifiedUserField ;
193 - rdfs:label "has contract"^^xsd:string ;
194 - ILAP:hasUserFieldName
195 - "Comp.Format"^^xsd:string ;
196 - ILAP:hasUserFieldSource
197 - ILAP:UseCaseAibelToCOPNO ;
198 - ILAP:hasUserFieldValue
199 - "Reimbursement"^^xsd:string .
200 -
201 ILAP:hasPlanUserField 190 ILAP:hasPlanUserField
202 rdfs:domain ILAP:ProjectExecutionPlan . 191 rdfs:domain ILAP:ProjectExecutionPlan .
192 +
193 +ILAP:hasUserField
194 + rdfs:domain ILAP:Activity .
195 +
196 +ILAP:hasUserFieldSource
197 + rdfs:range ILAP:UserField .
......
...@@ -7,238 +7,238 @@ ...@@ -7,238 +7,238 @@
7 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 7 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 8 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9 9
10 -ILAP:Source
11 - rdf:type owl:Class ;
12 - rdfs:subClassOf owl:Thing .
13 -
14 USERFIELDS: 10 USERFIELDS:
15 rdf:type owl:Ontology ; 11 rdf:type owl:Ontology ;
16 owl:imports ILAP: ; 12 owl:imports ILAP: ;
17 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 13 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
18 14
19 USERFIELDS:hasActivityProgress 15 USERFIELDS:hasActivityProgress
20 - rdf:type ILAP:Source ; 16 + rdf:type ILAP:UserField ;
21 rdfs:label "Activity progress" . 17 rdfs:label "Activity progress" .
22 18
23 USERFIELDS:hasArea 19 USERFIELDS:hasArea
24 - rdf:type ILAP:Source ; 20 + rdf:type ILAP:UserField ;
25 rdfs:label "Area" . 21 rdfs:label "Area" .
26 22
27 USERFIELDS:hasAreaCode 23 USERFIELDS:hasAreaCode
28 - rdf:type ILAP:Source ; 24 + rdf:type ILAP:UserField ;
29 rdfs:label "Area code" . 25 rdfs:label "Area code" .
30 26
31 USERFIELDS:hasAssignment 27 USERFIELDS:hasAssignment
32 - rdf:type ILAP:Source ; 28 + rdf:type ILAP:UserField ;
33 rdfs:label "Assignment" . 29 rdfs:label "Assignment" .
34 30
35 USERFIELDS:hasBudgetYear 31 USERFIELDS:hasBudgetYear
36 - rdf:type ILAP:Source ; 32 + rdf:type ILAP:UserField ;
37 rdfs:label "Budget year" . 33 rdfs:label "Budget year" .
38 34
39 USERFIELDS:hasBuildingBlock 35 USERFIELDS:hasBuildingBlock
40 - rdf:type ILAP:Source ; 36 + rdf:type ILAP:UserField ;
41 rdfs:label "Building block" . 37 rdfs:label "Building block" .
42 38
43 USERFIELDS:hasCTR 39 USERFIELDS:hasCTR
44 - rdf:type ILAP:Source ; 40 + rdf:type ILAP:UserField ;
45 rdfs:label "CTR" . 41 rdfs:label "CTR" .
46 42
47 USERFIELDS:hasCause 43 USERFIELDS:hasCause
48 - rdf:type ILAP:Source ; 44 + rdf:type ILAP:UserField ;
49 rdfs:label "Cause" . 45 rdfs:label "Cause" .
50 46
51 USERFIELDS:hasCauseCategory 47 USERFIELDS:hasCauseCategory
52 - rdf:type ILAP:Source ; 48 + rdf:type ILAP:UserField ;
53 rdfs:label "Cause category" . 49 rdfs:label "Cause category" .
54 50
55 USERFIELDS:hasCommissioningPackage 51 USERFIELDS:hasCommissioningPackage
56 - rdf:type ILAP:Source ; 52 + rdf:type ILAP:UserField ;
57 rdfs:label "Commissioning package" . 53 rdfs:label "Commissioning package" .
58 54
59 USERFIELDS:hasCompletionStatus 55 USERFIELDS:hasCompletionStatus
60 - rdf:type ILAP:Source ; 56 + rdf:type ILAP:UserField ;
61 rdfs:label "Competition status" . 57 rdfs:label "Competition status" .
62 58
63 USERFIELDS:hasContractType 59 USERFIELDS:hasContractType
64 - rdf:type ILAP:Source ; 60 + rdf:type ILAP:UserField ;
65 rdfs:label "Contract type" . 61 rdfs:label "Contract type" .
66 62
67 USERFIELDS:hasCostBreakdownStructure 63 USERFIELDS:hasCostBreakdownStructure
68 - rdf:type ILAP:Source ; 64 + rdf:type ILAP:UserField ;
69 rdfs:label "Cost breakdown structure" . 65 rdfs:label "Cost breakdown structure" .
70 66
71 USERFIELDS:hasCostCenter 67 USERFIELDS:hasCostCenter
72 - rdf:type ILAP:Source ; 68 + rdf:type ILAP:UserField ;
73 rdfs:label "Cost center" . 69 rdfs:label "Cost center" .
74 70
75 USERFIELDS:hasCriticalPath 71 USERFIELDS:hasCriticalPath
76 - rdf:type ILAP:Source ; 72 + rdf:type ILAP:UserField ;
77 rdfs:label "Critical path" . 73 rdfs:label "Critical path" .
78 74
79 USERFIELDS:hasCustomerWBS1 75 USERFIELDS:hasCustomerWBS1
80 - rdf:type ILAP:Source ; 76 + rdf:type ILAP:UserField ;
81 rdfs:label "Customer WBS1" . 77 rdfs:label "Customer WBS1" .
82 78
83 USERFIELDS:hasCustomerWBS2 79 USERFIELDS:hasCustomerWBS2
84 - rdf:type ILAP:Source ; 80 + rdf:type ILAP:UserField ;
85 rdfs:label "Customer WBS2" . 81 rdfs:label "Customer WBS2" .
86 82
87 USERFIELDS:hasCustomerWBS3 83 USERFIELDS:hasCustomerWBS3
88 - rdf:type ILAP:Source ; 84 + rdf:type ILAP:UserField ;
89 rdfs:label "Customer WBS3" . 85 rdfs:label "Customer WBS3" .
90 86
91 USERFIELDS:hasDelivery 87 USERFIELDS:hasDelivery
92 - rdf:type ILAP:Source ; 88 + rdf:type ILAP:UserField ;
93 rdfs:label "Delivery" . 89 rdfs:label "Delivery" .
94 90
95 USERFIELDS:hasExecutionMilestone 91 USERFIELDS:hasExecutionMilestone
96 - rdf:type ILAP:Source ; 92 + rdf:type ILAP:UserField ;
97 rdfs:label "Execution milestone" . 93 rdfs:label "Execution milestone" .
98 94
99 USERFIELDS:hasExecutionSubDiscipline 95 USERFIELDS:hasExecutionSubDiscipline
100 - rdf:type ILAP:Source ; 96 + rdf:type ILAP:UserField ;
101 rdfs:label "Execution subdiscipline" . 97 rdfs:label "Execution subdiscipline" .
102 98
103 USERFIELDS:hasGeographicLocation 99 USERFIELDS:hasGeographicLocation
104 - rdf:type ILAP:Source ; 100 + rdf:type ILAP:UserField ;
105 rdfs:label "Geographical location" . 101 rdfs:label "Geographical location" .
106 102
107 USERFIELDS:hasHabitat 103 USERFIELDS:hasHabitat
108 - rdf:type ILAP:Source ; 104 + rdf:type ILAP:UserField ;
109 rdfs:label "Habitat" . 105 rdfs:label "Habitat" .
110 106
111 USERFIELDS:hasIndexCode 107 USERFIELDS:hasIndexCode
112 - rdf:type ILAP:Source ; 108 + rdf:type ILAP:UserField ;
113 rdfs:label "Index code" . 109 rdfs:label "Index code" .
114 110
115 USERFIELDS:hasJobCardStatus 111 USERFIELDS:hasJobCardStatus
116 - rdf:type ILAP:Source ; 112 + rdf:type ILAP:UserField ;
117 rdfs:label "Job card status" . 113 rdfs:label "Job card status" .
118 114
119 USERFIELDS:hasKPIStatus 115 USERFIELDS:hasKPIStatus
120 - rdf:type ILAP:Source ; 116 + rdf:type ILAP:UserField ;
121 rdfs:label "KPI status" . 117 rdfs:label "KPI status" .
122 118
123 USERFIELDS:hasLocationOfWork 119 USERFIELDS:hasLocationOfWork
124 - rdf:type ILAP:Source ; 120 + rdf:type ILAP:UserField ;
125 rdfs:label "Location of work"^^xsd:string . 121 rdfs:label "Location of work"^^xsd:string .
126 122
127 USERFIELDS:hasLocationOnPlatform 123 USERFIELDS:hasLocationOnPlatform
128 - rdf:type ILAP:Source ; 124 + rdf:type ILAP:UserField ;
129 rdfs:label "Location on platform" . 125 rdfs:label "Location on platform" .
130 126
131 USERFIELDS:hasMechanicalCompletionPackage 127 USERFIELDS:hasMechanicalCompletionPackage
132 - rdf:type ILAP:Source ; 128 + rdf:type ILAP:UserField ;
133 rdfs:label "Mechanical Completion package" . 129 rdfs:label "Mechanical Completion package" .
134 130
135 USERFIELDS:hasModificationPackage 131 USERFIELDS:hasModificationPackage
136 - rdf:type ILAP:Source ; 132 + rdf:type ILAP:UserField ;
137 rdfs:label "Modification package" . 133 rdfs:label "Modification package" .
138 134
139 USERFIELDS:hasNetwork 135 USERFIELDS:hasNetwork
140 - rdf:type ILAP:Source ; 136 + rdf:type ILAP:UserField ;
141 rdfs:label "Network" . 137 rdfs:label "Network" .
142 138
143 USERFIELDS:hasNotification 139 USERFIELDS:hasNotification
144 - rdf:type ILAP:Source ; 140 + rdf:type ILAP:UserField ;
145 rdfs:label "Notification" . 141 rdfs:label "Notification" .
146 142
147 USERFIELDS:hasOwnerDepartment 143 USERFIELDS:hasOwnerDepartment
148 - rdf:type ILAP:Source ; 144 + rdf:type ILAP:UserField ;
149 rdfs:label "Owner department" . 145 rdfs:label "Owner department" .
150 146
151 USERFIELDS:hasPartProject 147 USERFIELDS:hasPartProject
152 - rdf:type ILAP:Source ; 148 + rdf:type ILAP:UserField ;
153 rdfs:label "Project part" . 149 rdfs:label "Project part" .
154 150
155 USERFIELDS:hasPortfolio 151 USERFIELDS:hasPortfolio
156 - rdf:type ILAP:Source ; 152 + rdf:type ILAP:UserField ;
157 rdfs:label "Portfolio" . 153 rdfs:label "Portfolio" .
158 154
159 USERFIELDS:hasProcurementPackage 155 USERFIELDS:hasProcurementPackage
160 - rdf:type ILAP:Source ; 156 + rdf:type ILAP:UserField ;
161 rdfs:label "Procurement package" . 157 rdfs:label "Procurement package" .
162 158
163 USERFIELDS:hasProjectCode 159 USERFIELDS:hasProjectCode
164 - rdf:type ILAP:Source ; 160 + rdf:type ILAP:UserField ;
165 rdfs:label "Project code" . 161 rdfs:label "Project code" .
166 162
167 USERFIELDS:hasProjectType 163 USERFIELDS:hasProjectType
168 - rdf:type ILAP:Source ; 164 + rdf:type ILAP:UserField ;
169 rdfs:label "Project type" . 165 rdfs:label "Project type" .
170 166
171 USERFIELDS:hasQuality 167 USERFIELDS:hasQuality
172 - rdf:type ILAP:Source ; 168 + rdf:type ILAP:UserField ;
173 rdfs:label "Quality" . 169 rdfs:label "Quality" .
174 170
175 USERFIELDS:hasRank 171 USERFIELDS:hasRank
176 - rdf:type ILAP:Source ; 172 + rdf:type ILAP:UserField ;
177 rdfs:label "Rank" . 173 rdfs:label "Rank" .
178 174
179 USERFIELDS:hasReporting 175 USERFIELDS:hasReporting
180 - rdf:type ILAP:Source ; 176 + rdf:type ILAP:UserField ;
181 rdfs:label "Reporting" . 177 rdfs:label "Reporting" .
182 178
183 USERFIELDS:hasSRGL 179 USERFIELDS:hasSRGL
184 - rdf:type ILAP:Source ; 180 + rdf:type ILAP:UserField ;
185 rdfs:label "SRGL" . 181 rdfs:label "SRGL" .
186 182
187 USERFIELDS:hasSection 183 USERFIELDS:hasSection
188 - rdf:type ILAP:Source ; 184 + rdf:type ILAP:UserField ;
189 rdfs:label "Section" . 185 rdfs:label "Section" .
190 186
191 USERFIELDS:hasSectionStatus 187 USERFIELDS:hasSectionStatus
192 - rdf:type ILAP:Source ; 188 + rdf:type ILAP:UserField ;
193 rdfs:label "Seciton status" . 189 rdfs:label "Seciton status" .
194 190
195 USERFIELDS:hasShaft 191 USERFIELDS:hasShaft
196 - rdf:type ILAP:Source ; 192 + rdf:type ILAP:UserField ;
197 rdfs:label "Shaft" . 193 rdfs:label "Shaft" .
198 194
199 USERFIELDS:hasShutDownPeriod 195 USERFIELDS:hasShutDownPeriod
200 - rdf:type ILAP:Source ; 196 + rdf:type ILAP:UserField ;
201 rdfs:label "Shutdown period" . 197 rdfs:label "Shutdown period" .
202 198
203 USERFIELDS:hasSubProjectType 199 USERFIELDS:hasSubProjectType
204 - rdf:type ILAP:Source ; 200 + rdf:type ILAP:UserField ;
205 rdfs:label "Subproject type" . 201 rdfs:label "Subproject type" .
206 202
207 USERFIELDS:hasSupplierATS 203 USERFIELDS:hasSupplierATS
208 - rdf:type ILAP:Source ; 204 + rdf:type ILAP:UserField ;
209 rdfs:label "Supplier ATS" . 205 rdfs:label "Supplier ATS" .
210 206
211 USERFIELDS:hasSystemType 207 USERFIELDS:hasSystemType
212 - rdf:type ILAP:Source ; 208 + rdf:type ILAP:UserField ;
213 rdfs:label "System type" . 209 rdfs:label "System type" .
214 210
215 USERFIELDS:hasWBS1 211 USERFIELDS:hasWBS1
216 - rdf:type ILAP:Source ; 212 + rdf:type ILAP:UserField ;
217 rdfs:label "WBS1" . 213 rdfs:label "WBS1" .
218 214
219 USERFIELDS:hasWBS2 215 USERFIELDS:hasWBS2
220 - rdf:type ILAP:Source ; 216 + rdf:type ILAP:UserField ;
221 rdfs:label "WBS2" . 217 rdfs:label "WBS2" .
222 218
223 USERFIELDS:hasWBS3 219 USERFIELDS:hasWBS3
224 - rdf:type ILAP:Source ; 220 + rdf:type ILAP:UserField ;
225 rdfs:label "WBS3" . 221 rdfs:label "WBS3" .
226 222
227 USERFIELDS:hasWBS4 223 USERFIELDS:hasWBS4
228 - rdf:type ILAP:Source ; 224 + rdf:type ILAP:UserField ;
229 rdfs:label "WBS4" . 225 rdfs:label "WBS4" .
230 226
231 USERFIELDS:hasWBS5 227 USERFIELDS:hasWBS5
232 - rdf:type ILAP:Source ; 228 + rdf:type ILAP:UserField ;
233 rdfs:label "WBS5" . 229 rdfs:label "WBS5" .
234 230
235 USERFIELDS:hasWorkOrder 231 USERFIELDS:hasWorkOrder
236 - rdf:type ILAP:WorkOrder , ILAP:Source ; 232 + rdf:type ILAP:UserField , ILAP:WorkOrder ;
237 rdfs:label "Work order" . 233 rdfs:label "Work order" .
238 234
235 +ILAP:UserField
236 + rdf:type owl:Class ;
237 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing .
238 +
239 ILAP:hasUserField 239 ILAP:hasUserField
240 rdf:type owl:ObjectProperty ; 240 rdf:type owl:ObjectProperty ;
241 - rdfs:range ILAP:Source . 241 + rdfs:range ILAP:UserField .
242 242
243 ILAP:hasValue 243 ILAP:hasValue
244 rdf:type owl:DatatypeProperty ; 244 rdf:type owl:DatatypeProperty ;
...@@ -247,5 +247,5 @@ ILAP:hasValue ...@@ -247,5 +247,5 @@ ILAP:hasValue
247 247
248 ILAP:hasValueSource 248 ILAP:hasValueSource
249 rdf:type owl:DatatypeProperty ; 249 rdf:type owl:DatatypeProperty ;
250 - rdfs:domain USERFIELDS:hasBuildingBlock , USERFIELDS:hasCostBreakdownStructure , USERFIELDS:hasSection , USERFIELDS:hasCustomerWBS3 , USERFIELDS:hasHabitat , USERFIELDS:hasProcurementPackage , USERFIELDS:hasRank , USERFIELDS:hasWorkOrder , USERFIELDS:hasActivityProgress , USERFIELDS:hasNetwork , USERFIELDS:hasAreaCode , USERFIELDS:hasContractType , USERFIELDS:hasOwnerDepartment , USERFIELDS:hasWBS1 , USERFIELDS:hasCostCenter , USERFIELDS:hasIndexCode , USERFIELDS:hasWBS2 , USERFIELDS:hasProjectCode , USERFIELDS:hasMechanicalCompletionPackage , ILAP:hasUserField , USERFIELDS:hasCommissioningPackage , USERFIELDS:hasPortfolio , USERFIELDS:hasProjectType , USERFIELDS:hasCustomerWBS1 , USERFIELDS:hasExecutionSubDiscipline , USERFIELDS:hasKPIStatus , USERFIELDS:hasDelivery , USERFIELDS:hasNotification , USERFIELDS:hasSectionStatus , USERFIELDS:hasCauseCategory , USERFIELDS:hasCTR , USERFIELDS:hasWBS4 , USERFIELDS:hasCriticalPath , USERFIELDS:hasModificationPackage , USERFIELDS:hasSRGL , USERFIELDS:hasWBS3 , USERFIELDS:hasBudgetYear , USERFIELDS:hasReporting , USERFIELDS:hasGeographicLocation , USERFIELDS:hasAssignment , USERFIELDS:hasSystemType , USERFIELDS:hasCompletionStatus , USERFIELDS:hasExecutionMilestone , USERFIELDS:hasCustomerWBS2 , USERFIELDS:hasQuality , USERFIELDS:hasLocationOfWork , USERFIELDS:hasShutDownPeriod , USERFIELDS:hasShaft , USERFIELDS:hasPartProject , USERFIELDS:hasWBS5 , USERFIELDS:hasSubProjectType , USERFIELDS:hasLocationOnPlatform , USERFIELDS:hasCause , USERFIELDS:hasSupplierATS , USERFIELDS:hasArea , USERFIELDS:hasJobCardStatus ; 250 + rdfs:domain USERFIELDS:hasBuildingBlock , USERFIELDS:hasCostBreakdownStructure , USERFIELDS:hasSection , USERFIELDS:hasCustomerWBS3 , USERFIELDS:hasHabitat , USERFIELDS:hasRank , USERFIELDS:hasProcurementPackage , USERFIELDS:hasWorkOrder , USERFIELDS:hasActivityProgress , USERFIELDS:hasNetwork , USERFIELDS:hasAreaCode , USERFIELDS:hasContractType , USERFIELDS:hasOwnerDepartment , USERFIELDS:hasWBS1 , USERFIELDS:hasCostCenter , USERFIELDS:hasIndexCode , USERFIELDS:hasWBS2 , USERFIELDS:hasProjectCode , USERFIELDS:hasMechanicalCompletionPackage , ILAP:hasUserField , USERFIELDS:hasCommissioningPackage , USERFIELDS:hasPortfolio , USERFIELDS:hasProjectType , USERFIELDS:hasCustomerWBS1 , USERFIELDS:hasExecutionSubDiscipline , USERFIELDS:hasKPIStatus , USERFIELDS:hasDelivery , USERFIELDS:hasNotification , USERFIELDS:hasSectionStatus , USERFIELDS:hasCauseCategory , USERFIELDS:hasCTR , USERFIELDS:hasWBS4 , USERFIELDS:hasCriticalPath , USERFIELDS:hasModificationPackage , USERFIELDS:hasSRGL , USERFIELDS:hasWBS3 , USERFIELDS:hasBudgetYear , USERFIELDS:hasReporting , USERFIELDS:hasGeographicLocation , USERFIELDS:hasAssignment , USERFIELDS:hasSystemType , USERFIELDS:hasCompletionStatus , USERFIELDS:hasExecutionMilestone , USERFIELDS:hasCustomerWBS2 , USERFIELDS:hasQuality , USERFIELDS:hasLocationOfWork , USERFIELDS:hasPartProject , USERFIELDS:hasShaft , USERFIELDS:hasShutDownPeriod , USERFIELDS:hasSubProjectType , USERFIELDS:hasWBS5 , USERFIELDS:hasLocationOnPlatform , USERFIELDS:hasCause , USERFIELDS:hasSupplierATS , USERFIELDS:hasArea , USERFIELDS:hasJobCardStatus ;
251 rdfs:range xsd:string . 251 rdfs:range xsd:string .
......