Tore Christiansen

More updates to values example

...@@ -14,50 +14,50 @@ ILAP: ...@@ -14,50 +14,50 @@ ILAP:
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 15
16 ILAP:Activity 16 ILAP:Activity
17 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 17 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
18 rdfs:label "Activity"^^xsd:string ; 18 rdfs:label "Activity"^^xsd:string ;
19 rdfs:subClassOf 19 rdfs:subClassOf
20 [ rdf:type owl:Restriction ; 20 [ rdf:type owl:Restriction ;
21 - owl:allValuesFrom ILAP:Discipline ; 21 + owl:allValuesFrom ILAP:Status ;
22 - owl:onProperty ILAP:hasActivityDiscipline 22 + owl:onProperty ILAP:hasActivityStatus
23 ] ; 23 ] ;
24 rdfs:subClassOf 24 rdfs:subClassOf
25 [ rdf:type owl:Restriction ; 25 [ rdf:type owl:Restriction ;
26 - owl:allValuesFrom ILAP:Calendar ; 26 + owl:onProperty ILAP:hasExternalReference ;
27 - owl:onProperty ILAP:hasActivityCalendar 27 + owl:someValuesFrom ILAP:ExternalReference
28 ] ; 28 ] ;
29 rdfs:subClassOf 29 rdfs:subClassOf
30 [ rdf:type owl:Restriction ; 30 [ rdf:type owl:Restriction ;
31 - owl:onProperty ILAP:hasExternalReference ; 31 + owl:allValuesFrom ILAP:Calendar ;
32 - owl:someValuesFrom ILAP:ExternalReference 32 + owl:onProperty ILAP:hasActivityCalendar
33 ] ; 33 ] ;
34 rdfs:subClassOf 34 rdfs:subClassOf
35 [ rdf:type owl:Restriction ; 35 [ rdf:type owl:Restriction ;
36 - owl:allValuesFrom ILAP:Status ; 36 + owl:allValuesFrom ILAP:Discipline ;
37 - owl:onProperty ILAP:hasActivityStatus 37 + owl:onProperty ILAP:hasActivityDiscipline
38 ] . 38 ] .
39 39
40 ILAP:ActivityDependency 40 ILAP:ActivityDependency
41 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; 41 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
42 rdfs:label "Activity Dependency"^^xsd:string ; 42 rdfs:label "Activity Dependency"^^xsd:string ;
43 rdfs:subClassOf ILAP:Constraint ; 43 rdfs:subClassOf ILAP:Constraint ;
44 rdfs:subClassOf 44 rdfs:subClassOf
45 [ rdf:type owl:Restriction ; 45 [ rdf:type owl:Restriction ;
46 owl:onClass ILAP:Activity ; 46 owl:onClass ILAP:Activity ;
47 - owl:onProperty ILAP:hasPredecessorActivity ; 47 + owl:onProperty ILAP:hasSuccessorActivity ;
48 owl:qualifiedCardinality 48 owl:qualifiedCardinality
49 "1"^^xsd:nonNegativeInteger 49 "1"^^xsd:nonNegativeInteger
50 ] ; 50 ] ;
51 rdfs:subClassOf 51 rdfs:subClassOf
52 [ rdf:type owl:Restriction ; 52 [ rdf:type owl:Restriction ;
53 owl:onClass ILAP:Activity ; 53 owl:onClass ILAP:Activity ;
54 - owl:onProperty ILAP:hasSuccessorActivity ; 54 + owl:onProperty ILAP:hasPredecessorActivity ;
55 owl:qualifiedCardinality 55 owl:qualifiedCardinality
56 "1"^^xsd:nonNegativeInteger 56 "1"^^xsd:nonNegativeInteger
57 ] . 57 ] .
58 58
59 ILAP:ActivityPlan 59 ILAP:ActivityPlan
60 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 60 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
61 rdfs:label "Activity Plan"^^xsd:string ; 61 rdfs:label "Activity Plan"^^xsd:string ;
62 rdfs:subClassOf ILAP:Network ; 62 rdfs:subClassOf ILAP:Network ;
63 rdfs:subClassOf 63 rdfs:subClassOf
...@@ -72,22 +72,22 @@ ILAP:ActivityStatus ...@@ -72,22 +72,22 @@ ILAP:ActivityStatus
72 rdfs:subClassOf ILAP:Status . 72 rdfs:subClassOf ILAP:Status .
73 73
74 ILAP:ActivityWBS 74 ILAP:ActivityWBS
75 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; 75 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
76 rdfs:label "Activity WBS"^^xsd:string ; 76 rdfs:label "Activity WBS"^^xsd:string ;
77 rdfs:subClassOf ILAP:Network . 77 rdfs:subClassOf ILAP:Network .
78 78
79 ILAP:Application 79 ILAP:Application
80 rdf:type owl:Class ; 80 rdf:type owl:Class ;
81 rdfs:label "Application"^^xsd:string ; 81 rdfs:label "Application"^^xsd:string ;
82 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . 82 + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> .
83 83
84 ILAP:Asset 84 ILAP:Asset
85 rdf:type owl:Class ; 85 rdf:type owl:Class ;
86 rdfs:label "Asset"^^xsd:string ; 86 rdfs:label "Asset"^^xsd:string ;
87 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . 87 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> .
88 88
89 ILAP:Baseline 89 ILAP:Baseline
90 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 90 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
91 rdfs:label "Baseline"^^xsd:string ; 91 rdfs:label "Baseline"^^xsd:string ;
92 rdfs:subClassOf ILAP:Network . 92 rdfs:subClassOf ILAP:Network .
93 93
...@@ -100,9 +100,9 @@ ILAP:CAPEX ...@@ -100,9 +100,9 @@ ILAP:CAPEX
100 rdfs:label "CAPEX"^^xsd:string . 100 rdfs:label "CAPEX"^^xsd:string .
101 101
102 ILAP:Calendar 102 ILAP:Calendar
103 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 103 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
104 rdfs:label "Calendar"^^xsd:string ; 104 rdfs:label "Calendar"^^xsd:string ;
105 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; 105 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
106 rdfs:subClassOf 106 rdfs:subClassOf
107 [ rdf:type owl:Restriction ; 107 [ rdf:type owl:Restriction ;
108 owl:allValuesFrom ILAP:CalendarFreePeriod ; 108 owl:allValuesFrom ILAP:CalendarFreePeriod ;
...@@ -110,14 +110,14 @@ ILAP:Calendar ...@@ -110,14 +110,14 @@ ILAP:Calendar
110 ] . 110 ] .
111 111
112 ILAP:CalendarDay 112 ILAP:CalendarDay
113 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 113 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
114 rdfs:label "Calendar day"^^xsd:string ; 114 rdfs:label "Calendar day"^^xsd:string ;
115 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . 115 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
116 116
117 ILAP:CalendarFreePeriod 117 ILAP:CalendarFreePeriod
118 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 118 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
119 rdfs:label "Calendar free period"^^xsd:string ; 119 rdfs:label "Calendar free period"^^xsd:string ;
120 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; 120 + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
121 rdfs:subClassOf 121 rdfs:subClassOf
122 [ rdf:type owl:Restriction ; 122 [ rdf:type owl:Restriction ;
123 owl:onClass ILAP:Calendar ; 123 owl:onClass ILAP:Calendar ;
...@@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod ...@@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod
129 ] . 129 ] .
130 130
131 ILAP:CalendarFreePeriodWeekRepeat 131 ILAP:CalendarFreePeriodWeekRepeat
132 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 132 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
133 rdfs:label "Free day"^^xsd:string ; 133 rdfs:label "Free day"^^xsd:string ;
134 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . 134 + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
135 135
136 ILAP:CalendarHour 136 ILAP:CalendarHour
137 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 137 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
138 rdfs:label "calendar hour"^^xsd:string ; 138 rdfs:label "calendar hour"^^xsd:string ;
139 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . 139 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing .
140 140
141 ILAP:CalendarPeriod 141 ILAP:CalendarPeriod
142 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; 142 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
143 rdfs:label "Calendar period"^^xsd:string ; 143 rdfs:label "Calendar period"^^xsd:string ;
144 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; 144 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
145 rdfs:subClassOf 145 rdfs:subClassOf
146 [ rdf:type owl:Restriction ; 146 [ rdf:type owl:Restriction ;
147 - owl:allValuesFrom ILAP:CalendarDay ; 147 + owl:allValuesFrom ILAP:CalendarHour ;
148 - owl:onProperty ILAP:hasCalendarPeriodDay 148 + owl:onProperty ILAP:hasCalendarPeriodHour
149 ] ; 149 ] ;
150 rdfs:subClassOf 150 rdfs:subClassOf
151 [ rdf:type owl:Restriction ; 151 [ rdf:type owl:Restriction ;
152 - owl:allValuesFrom ILAP:CalendarHour ; 152 + owl:allValuesFrom ILAP:CalendarDay ;
153 - owl:onProperty ILAP:hasCalendarPeriodHour 153 + owl:onProperty ILAP:hasCalendarPeriodDay
154 ] . 154 ] .
155 155
156 ILAP:Category 156 ILAP:Category
...@@ -161,12 +161,12 @@ ILAP:Category ...@@ -161,12 +161,12 @@ ILAP:Category
161 ILAP:Constraint 161 ILAP:Constraint
162 rdf:type owl:Class ; 162 rdf:type owl:Class ;
163 rdfs:label "Constraint"^^xsd:string ; 163 rdfs:label "Constraint"^^xsd:string ;
164 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . 164 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> .
165 165
166 ILAP:Contract 166 ILAP:Contract
167 rdf:type owl:Class ; 167 rdf:type owl:Class ;
168 rdfs:label "Contract"^^xsd:string ; 168 rdfs:label "Contract"^^xsd:string ;
169 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . 169 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
170 170
171 ILAP:Contractor 171 ILAP:Contractor
172 rdf:type owl:Class ; 172 rdf:type owl:Class ;
...@@ -181,7 +181,7 @@ ILAP:ControlSchedule ...@@ -181,7 +181,7 @@ ILAP:ControlSchedule
181 ILAP:Cost 181 ILAP:Cost
182 rdf:type owl:Class ; 182 rdf:type owl:Class ;
183 rdfs:label "Cost"^^xsd:string ; 183 rdfs:label "Cost"^^xsd:string ;
184 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . 184 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> .
185 185
186 ILAP:CostBased 186 ILAP:CostBased
187 rdf:type owl:Class ; 187 rdf:type owl:Class ;
...@@ -189,14 +189,14 @@ ILAP:CostBased ...@@ -189,14 +189,14 @@ ILAP:CostBased
189 rdfs:subClassOf ILAP:Resource . 189 rdfs:subClassOf ILAP:Resource .
190 190
191 ILAP:CurrentSchedule 191 ILAP:CurrentSchedule
192 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 192 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
193 rdfs:label "Current schedule"^^xsd:string ; 193 rdfs:label "Current schedule"^^xsd:string ;
194 rdfs:subClassOf ILAP:Schedule . 194 rdfs:subClassOf ILAP:Schedule .
195 195
196 ILAP:Data 196 ILAP:Data
197 rdf:type owl:Class ; 197 rdf:type owl:Class ;
198 rdfs:label "Data"^^xsd:string ; 198 rdfs:label "Data"^^xsd:string ;
199 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; 199 + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ;
200 rdfs:subClassOf 200 rdfs:subClassOf
201 [ rdf:type owl:Restriction ; 201 [ rdf:type owl:Restriction ;
202 owl:onClass ILAP:Project ; 202 owl:onClass ILAP:Project ;
...@@ -221,20 +221,18 @@ ILAP:DegreeOfPriority ...@@ -221,20 +221,18 @@ ILAP:DegreeOfPriority
221 rdfs:subClassOf owl:Thing . 221 rdfs:subClassOf owl:Thing .
222 222
223 ILAP:Discipline 223 ILAP:Discipline
224 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 224 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
225 rdfs:label "Discipline"^^xsd:string ; 225 rdfs:label "Discipline"^^xsd:string ;
226 rdfs:subClassOf owl:Thing . 226 rdfs:subClassOf owl:Thing .
227 227
228 ILAP:ExternalReference 228 ILAP:ExternalReference
229 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; 229 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
230 rdfs:label "External Reference"^^xsd:string ; 230 rdfs:label "External Reference"^^xsd:string ;
231 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; 231 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ;
232 rdfs:subClassOf 232 rdfs:subClassOf
233 [ rdf:type owl:Restriction ; 233 [ rdf:type owl:Restriction ;
234 - owl:onDataRange xsd:string ; 234 + owl:allValuesFrom ILAP:Application ;
235 - owl:onProperty ILAP:hasObjectReferenceID ; 235 + owl:onProperty ILAP:hasReferenceApplication
236 - owl:qualifiedCardinality
237 - "1"^^xsd:nonNegativeInteger
238 ] ; 236 ] ;
239 rdfs:subClassOf 237 rdfs:subClassOf
240 [ rdf:type owl:Restriction ; 238 [ rdf:type owl:Restriction ;
...@@ -243,8 +241,10 @@ ILAP:ExternalReference ...@@ -243,8 +241,10 @@ ILAP:ExternalReference
243 ] ; 241 ] ;
244 rdfs:subClassOf 242 rdfs:subClassOf
245 [ rdf:type owl:Restriction ; 243 [ rdf:type owl:Restriction ;
246 - owl:allValuesFrom ILAP:Application ; 244 + owl:onDataRange xsd:string ;
247 - owl:onProperty ILAP:hasReferenceApplication 245 + owl:onProperty ILAP:hasObjectReferenceID ;
246 + owl:qualifiedCardinality
247 + "1"^^xsd:nonNegativeInteger
248 ] . 248 ] .
249 249
250 ILAP:Facility 250 ILAP:Facility
...@@ -258,14 +258,14 @@ ILAP:Field ...@@ -258,14 +258,14 @@ ILAP:Field
258 rdfs:subClassOf owl:Thing . 258 rdfs:subClassOf owl:Thing .
259 259
260 ILAP:FinishToFinish 260 ILAP:FinishToFinish
261 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 261 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
262 rdfs:label "Finish to finish"^^xsd:string ; 262 rdfs:label "Finish to finish"^^xsd:string ;
263 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 263 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
264 264
265 ILAP:FinishToStart 265 ILAP:FinishToStart
266 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 266 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
267 rdfs:label "Finish to start"^^xsd:string ; 267 rdfs:label "Finish to start"^^xsd:string ;
268 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 268 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
269 269
270 ILAP:FunctionalLocation 270 ILAP:FunctionalLocation
271 rdf:type owl:Class ; 271 rdf:type owl:Class ;
...@@ -280,7 +280,7 @@ ILAP:GeographicLocation ...@@ -280,7 +280,7 @@ ILAP:GeographicLocation
280 ILAP:Information 280 ILAP:Information
281 rdf:type owl:Class ; 281 rdf:type owl:Class ;
282 rdfs:label "Information"^^xsd:string ; 282 rdfs:label "Information"^^xsd:string ;
283 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . 283 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> .
284 284
285 ILAP:Knowledge 285 ILAP:Knowledge
286 rdf:type owl:Class ; 286 rdf:type owl:Class ;
...@@ -288,23 +288,23 @@ ILAP:Knowledge ...@@ -288,23 +288,23 @@ ILAP:Knowledge
288 rdfs:subClassOf ILAP:Information . 288 rdfs:subClassOf ILAP:Information .
289 289
290 ILAP:LiveSchedule 290 ILAP:LiveSchedule
291 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 291 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
292 rdfs:label "Live schedule"^^xsd:string ; 292 rdfs:label "Live schedule"^^xsd:string ;
293 rdfs:subClassOf ILAP:Schedule . 293 rdfs:subClassOf ILAP:Schedule .
294 294
295 ILAP:Location 295 ILAP:Location
296 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; 296 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ;
297 rdfs:label "Location"^^xsd:string ; 297 rdfs:label "Location"^^xsd:string ;
298 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . 298 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
299 299
300 ILAP:Milestone 300 ILAP:Milestone
301 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; 301 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ;
302 rdfs:label "Milestone"^^xsd:string . 302 rdfs:label "Milestone"^^xsd:string .
303 303
304 ILAP:Network 304 ILAP:Network
305 rdf:type owl:Class ; 305 rdf:type owl:Class ;
306 rdfs:label "Network"^^xsd:string ; 306 rdfs:label "Network"^^xsd:string ;
307 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . 307 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> .
308 308
309 ILAP:OPEX 309 ILAP:OPEX
310 rdfs:label "OPEX"^^xsd:string . 310 rdfs:label "OPEX"^^xsd:string .
...@@ -335,49 +335,49 @@ ILAP:PhysicalLocation ...@@ -335,49 +335,49 @@ ILAP:PhysicalLocation
335 rdfs:subClassOf ILAP:Location . 335 rdfs:subClassOf ILAP:Location .
336 336
337 ILAP:PlanClassifier 337 ILAP:PlanClassifier
338 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 338 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
339 rdfs:label "Plan classifier"^^xsd:string ; 339 rdfs:label "Plan classifier"^^xsd:string ;
340 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . 340 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
341 341
342 ILAP:PlanContentType 342 ILAP:PlanContentType
343 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 343 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
344 rdfs:label "Plan content type"^^xsd:string ; 344 rdfs:label "Plan content type"^^xsd:string ;
345 - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . 345 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier .
346 346
347 ILAP:PlanContractType 347 ILAP:PlanContractType
348 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 348 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
349 rdfs:label "Plan contract type"^^xsd:string ; 349 rdfs:label "Plan contract type"^^xsd:string ;
350 rdfs:subClassOf ILAP:PlanClassifier . 350 rdfs:subClassOf ILAP:PlanClassifier .
351 351
352 ILAP:PlanExpenseType 352 ILAP:PlanExpenseType
353 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 353 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
354 rdfs:label "Plan expense type"^^xsd:string ; 354 rdfs:label "Plan expense type"^^xsd:string ;
355 rdfs:subClassOf ILAP:PlanClassifier . 355 rdfs:subClassOf ILAP:PlanClassifier .
356 356
357 ILAP:PlanGeoArea 357 ILAP:PlanGeoArea
358 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; 358 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ;
359 rdfs:label "Plan geographic area"^^xsd:string ; 359 rdfs:label "Plan geographic area"^^xsd:string ;
360 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 360 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
361 361
362 ILAP:PlanLevel 362 ILAP:PlanLevel
363 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 363 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
364 rdfs:label "Plan level"^^xsd:string ; 364 rdfs:label "Plan level"^^xsd:string ;
365 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 365 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
366 366
367 ILAP:PlanLifecycleStage 367 ILAP:PlanLifecycleStage
368 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 368 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
369 rdfs:label "Plan lifecycle stage"^^xsd:string ; 369 rdfs:label "Plan lifecycle stage"^^xsd:string ;
370 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 370 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
371 371
372 ILAP:PlanObjectiveType 372 ILAP:PlanObjectiveType
373 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; 373 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ;
374 rdfs:label "Plan objective type"^^xsd:string ; 374 rdfs:label "Plan objective type"^^xsd:string ;
375 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . 375 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
376 376
377 ILAP:PlanProjectType 377 ILAP:PlanProjectType
378 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 378 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
379 rdfs:label "Plan project type"^^xsd:string ; 379 rdfs:label "Plan project type"^^xsd:string ;
380 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . 380 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
381 381
382 ILAP:PlannedActivity 382 ILAP:PlannedActivity
383 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 383 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -385,15 +385,18 @@ ILAP:PlannedActivity ...@@ -385,15 +385,18 @@ ILAP:PlannedActivity
385 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 385 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
386 rdfs:subClassOf 386 rdfs:subClassOf
387 [ rdf:type owl:Restriction ; 387 [ rdf:type owl:Restriction ;
388 + owl:allValuesFrom ILAP:Location ;
389 + owl:onProperty ILAP:hasActivityLocation
390 + ] ;
391 + rdfs:subClassOf
392 + [ rdf:type owl:Restriction ;
388 owl:allValuesFrom ILAP:ActivityWBS ; 393 owl:allValuesFrom ILAP:ActivityWBS ;
389 owl:onProperty ILAP:hasActivityWBSelement 394 owl:onProperty ILAP:hasActivityWBSelement
390 ] ; 395 ] ;
391 rdfs:subClassOf 396 rdfs:subClassOf
392 [ rdf:type owl:Restriction ; 397 [ rdf:type owl:Restriction ;
393 - owl:maxQualifiedCardinality 398 + owl:allValuesFrom ILAP:ActivityDependency ;
394 - "1"^^xsd:nonNegativeInteger ; 399 + owl:onProperty ILAP:hasActivitySuccessor
395 - owl:onClass ILAP:Facility ;
396 - owl:onProperty ILAP:hasActivityFacility
397 ] ; 400 ] ;
398 rdfs:subClassOf 401 rdfs:subClassOf
399 [ rdf:type owl:Restriction ; 402 [ rdf:type owl:Restriction ;
...@@ -402,18 +405,15 @@ ILAP:PlannedActivity ...@@ -402,18 +405,15 @@ ILAP:PlannedActivity
402 ] ; 405 ] ;
403 rdfs:subClassOf 406 rdfs:subClassOf
404 [ rdf:type owl:Restriction ; 407 [ rdf:type owl:Restriction ;
405 - owl:allValuesFrom ILAP:ResponsiblePerson ;
406 - owl:onProperty ILAP:hasActivityResponsiblePerson
407 - ] ;
408 - rdfs:subClassOf
409 - [ rdf:type owl:Restriction ;
410 owl:allValuesFrom ILAP:ActivityDependency ; 408 owl:allValuesFrom ILAP:ActivityDependency ;
411 owl:onProperty ILAP:hasActivityPredecessor 409 owl:onProperty ILAP:hasActivityPredecessor
412 ] ; 410 ] ;
413 rdfs:subClassOf 411 rdfs:subClassOf
414 [ rdf:type owl:Restriction ; 412 [ rdf:type owl:Restriction ;
415 - owl:allValuesFrom ILAP:Result ; 413 + owl:maxQualifiedCardinality
416 - owl:onProperty ILAP:hasActivityResult 414 + "1"^^xsd:nonNegativeInteger ;
415 + owl:onClass ILAP:Facility ;
416 + owl:onProperty ILAP:hasActivityFacility
417 ] ; 417 ] ;
418 rdfs:subClassOf 418 rdfs:subClassOf
419 [ rdf:type owl:Restriction ; 419 [ rdf:type owl:Restriction ;
...@@ -422,8 +422,8 @@ ILAP:PlannedActivity ...@@ -422,8 +422,8 @@ ILAP:PlannedActivity
422 ] ; 422 ] ;
423 rdfs:subClassOf 423 rdfs:subClassOf
424 [ rdf:type owl:Restriction ; 424 [ rdf:type owl:Restriction ;
425 - owl:allValuesFrom ILAP:Location ; 425 + owl:allValuesFrom ILAP:ResponsiblePerson ;
426 - owl:onProperty ILAP:hasActivityLocation 426 + owl:onProperty ILAP:hasActivityResponsiblePerson
427 ] ; 427 ] ;
428 rdfs:subClassOf 428 rdfs:subClassOf
429 [ rdf:type owl:Restriction ; 429 [ rdf:type owl:Restriction ;
...@@ -434,8 +434,8 @@ ILAP:PlannedActivity ...@@ -434,8 +434,8 @@ ILAP:PlannedActivity
434 ] ; 434 ] ;
435 rdfs:subClassOf 435 rdfs:subClassOf
436 [ rdf:type owl:Restriction ; 436 [ rdf:type owl:Restriction ;
437 - owl:allValuesFrom ILAP:ActivityDependency ; 437 + owl:allValuesFrom ILAP:Result ;
438 - owl:onProperty ILAP:hasActivitySuccessor 438 + owl:onProperty ILAP:hasActivityResult
439 ] . 439 ] .
440 440
441 ILAP:PlannedMilestone 441 ILAP:PlannedMilestone
...@@ -459,18 +459,13 @@ ILAP:Programme ...@@ -459,18 +459,13 @@ ILAP:Programme
459 rdfs:subClassOf ILAP:Project . 459 rdfs:subClassOf ILAP:Project .
460 460
461 ILAP:Project 461 ILAP:Project
462 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 462 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
463 rdfs:label "Project"^^xsd:string ; 463 rdfs:label "Project"^^xsd:string ;
464 rdfs:subClassOf ILAP:Activity ; 464 rdfs:subClassOf ILAP:Activity ;
465 rdfs:subClassOf 465 rdfs:subClassOf
466 [ rdf:type owl:Restriction ; 466 [ rdf:type owl:Restriction ;
467 - owl:allValuesFrom ILAP:Project ; 467 + owl:allValuesFrom BRREG:OilCompany ;
468 - owl:onProperty ILAP:hasProjectSubproject 468 + owl:onProperty ILAP:hasProjectResponsible
469 - ] ;
470 - rdfs:subClassOf
471 - [ rdf:type owl:Restriction ;
472 - owl:allValuesFrom ILAP:ExternalReference ;
473 - owl:onProperty ILAP:hasExternalReference
474 ] ; 469 ] ;
475 rdfs:subClassOf 470 rdfs:subClassOf
476 [ rdf:type owl:Restriction ; 471 [ rdf:type owl:Restriction ;
...@@ -481,8 +476,13 @@ ILAP:Project ...@@ -481,8 +476,13 @@ ILAP:Project
481 ] ; 476 ] ;
482 rdfs:subClassOf 477 rdfs:subClassOf
483 [ rdf:type owl:Restriction ; 478 [ rdf:type owl:Restriction ;
484 - owl:allValuesFrom BRREG:OilCompany ; 479 + owl:allValuesFrom ILAP:ExternalReference ;
485 - owl:onProperty ILAP:hasProjectResponsible 480 + owl:onProperty ILAP:hasExternalReference
481 + ] ;
482 + rdfs:subClassOf
483 + [ rdf:type owl:Restriction ;
484 + owl:allValuesFrom ILAP:Project ;
485 + owl:onProperty ILAP:hasProjectSubproject
486 ] . 486 ] .
487 487
488 ILAP:ProjectEffectiveness 488 ILAP:ProjectEffectiveness
...@@ -501,18 +501,20 @@ ILAP:ProjectExecutionPlan ...@@ -501,18 +501,20 @@ ILAP:ProjectExecutionPlan
501 rdfs:subClassOf ILAP:Network ; 501 rdfs:subClassOf ILAP:Network ;
502 rdfs:subClassOf 502 rdfs:subClassOf
503 [ rdf:type owl:Restriction ; 503 [ rdf:type owl:Restriction ;
504 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; 504 + owl:maxQualifiedCardinality
505 - owl:onProperty ILAP:hasPlanAsset 505 + "1"^^xsd:nonNegativeInteger ;
506 + owl:onClass ILAP:PlanLevel ;
507 + owl:onProperty ILAP:hasPlanLevel
506 ] ; 508 ] ;
507 rdfs:subClassOf 509 rdfs:subClassOf
508 [ rdf:type owl:Restriction ; 510 [ rdf:type owl:Restriction ;
509 - owl:allValuesFrom BRREG:LegalEntity ; 511 + owl:onProperty ILAP:hasPlanGeoArea ;
510 - owl:onProperty ILAP:hasPlanResponsible 512 + owl:someValuesFrom ILAP:PlanGeoArea
511 ] ; 513 ] ;
512 rdfs:subClassOf 514 rdfs:subClassOf
513 [ rdf:type owl:Restriction ; 515 [ rdf:type owl:Restriction ;
514 - owl:onProperty ILAP:hasPlanGeoArea ; 516 + owl:allValuesFrom ILAP:PlanObjectiveType ;
515 - owl:someValuesFrom ILAP:PlanGeoArea 517 + owl:onProperty ILAP:hasPlanObjectiveType
516 ] ; 518 ] ;
517 rdfs:subClassOf 519 rdfs:subClassOf
518 [ rdf:type owl:Restriction ; 520 [ rdf:type owl:Restriction ;
...@@ -533,51 +535,49 @@ ILAP:ProjectExecutionPlan ...@@ -533,51 +535,49 @@ ILAP:ProjectExecutionPlan
533 ] ; 535 ] ;
534 rdfs:subClassOf 536 rdfs:subClassOf
535 [ rdf:type owl:Restriction ; 537 [ rdf:type owl:Restriction ;
536 - owl:maxQualifiedCardinality 538 + owl:allValuesFrom ILAP:PlanLifecycleStage ;
537 - "1"^^xsd:nonNegativeInteger ; 539 + owl:onProperty ILAP:hasPlanLifecycleStage
538 - owl:onClass ILAP:PlanLevel ;
539 - owl:onProperty ILAP:hasPlanLevel
540 ] ; 540 ] ;
541 rdfs:subClassOf 541 rdfs:subClassOf
542 [ rdf:type owl:Restriction ; 542 [ rdf:type owl:Restriction ;
543 - owl:allValuesFrom ILAP:PlanObjectiveType ; 543 + owl:onProperty ILAP:hasPlanProjectType ;
544 - owl:onProperty ILAP:hasPlanObjectiveType 544 + owl:someValuesFrom ILAP:PlanProjectType
545 ] ; 545 ] ;
546 rdfs:subClassOf 546 rdfs:subClassOf
547 [ rdf:type owl:Restriction ; 547 [ rdf:type owl:Restriction ;
548 - owl:onProperty ILAP:hasPlanLevel ; 548 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
549 - owl:someValuesFrom ILAP:PlanLevel 549 + owl:onProperty ILAP:hasPlanAsset
550 ] ; 550 ] ;
551 rdfs:subClassOf 551 rdfs:subClassOf
552 [ rdf:type owl:Restriction ; 552 [ rdf:type owl:Restriction ;
553 - owl:allValuesFrom ILAP:PlanContractType ; 553 + owl:allValuesFrom ILAP:ProjectExecutionPlan ;
554 - owl:onProperty ILAP:hasPlanContractType 554 + owl:onProperty ILAP:hasPlanRollUpPlan
555 ] ; 555 ] ;
556 rdfs:subClassOf 556 rdfs:subClassOf
557 [ rdf:type owl:Restriction ; 557 [ rdf:type owl:Restriction ;
558 - owl:allValuesFrom ILAP:PlanLifecycleStage ; 558 + owl:onProperty ILAP:hasPlanLevel ;
559 - owl:onProperty ILAP:hasPlanLifecycleStage 559 + owl:someValuesFrom ILAP:PlanLevel
560 ] ; 560 ] ;
561 rdfs:subClassOf 561 rdfs:subClassOf
562 [ rdf:type owl:Restriction ; 562 [ rdf:type owl:Restriction ;
563 - owl:onProperty ILAP:hasPlanProjectType ; 563 + owl:allValuesFrom BRREG:LegalEntity ;
564 - owl:someValuesFrom ILAP:PlanProjectType 564 + owl:onProperty ILAP:hasPlanResponsible
565 ] ; 565 ] ;
566 rdfs:subClassOf 566 rdfs:subClassOf
567 [ rdf:type owl:Restriction ; 567 [ rdf:type owl:Restriction ;
568 - owl:allValuesFrom ILAP:ProjectExecutionPlan ; 568 + owl:allValuesFrom ILAP:PlanContractType ;
569 - owl:onProperty ILAP:hasPlanRollUpPlan 569 + owl:onProperty ILAP:hasPlanContractType
570 ] . 570 ] .
571 571
572 ILAP:Regular8To16WorkingDayCalendar 572 ILAP:Regular8To16WorkingDayCalendar
573 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 573 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
574 rdfs:label "Regular8To16Working day calendar"^^xsd:string ; 574 rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
575 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . 575 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> .
576 576
577 ILAP:Resource 577 ILAP:Resource
578 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 578 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
579 rdfs:label "Resource"^^xsd:string ; 579 rdfs:label "Resource"^^xsd:string ;
580 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . 580 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
581 581
582 ILAP:ResourceEstimate 582 ILAP:ResourceEstimate
583 rdf:type owl:Class ; 583 rdf:type owl:Class ;
...@@ -585,14 +585,14 @@ ILAP:ResourceEstimate ...@@ -585,14 +585,14 @@ ILAP:ResourceEstimate
585 rdfs:subClassOf ILAP:ResourceStructure . 585 rdfs:subClassOf ILAP:ResourceStructure .
586 586
587 ILAP:ResourceProfile 587 ILAP:ResourceProfile
588 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; 588 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ;
589 rdfs:label "Resource profile"^^xsd:string ; 589 rdfs:label "Resource profile"^^xsd:string ;
590 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . 590 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> .
591 591
592 ILAP:ResourceProfilePoint 592 ILAP:ResourceProfilePoint
593 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; 593 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ;
594 rdfs:label "resource Profile point"^^xsd:string ; 594 rdfs:label "resource Profile point"^^xsd:string ;
595 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . 595 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
596 596
597 ILAP:ResourceStructure 597 ILAP:ResourceStructure
598 rdf:type owl:Class ; 598 rdf:type owl:Class ;
...@@ -600,17 +600,17 @@ ILAP:ResourceStructure ...@@ -600,17 +600,17 @@ ILAP:ResourceStructure
600 rdfs:subClassOf ILAP:Network . 600 rdfs:subClassOf ILAP:Network .
601 601
602 ILAP:ResponsibleOrganization 602 ILAP:ResponsibleOrganization
603 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 603 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
604 rdfs:label "Responsible organization"^^xsd:string ; 604 rdfs:label "Responsible organization"^^xsd:string ;
605 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . 605 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> .
606 606
607 ILAP:ResponsiblePerson 607 ILAP:ResponsiblePerson
608 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; 608 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
609 rdfs:label "Responsible"^^xsd:string ; 609 rdfs:label "Responsible"^^xsd:string ;
610 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . 610 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> .
611 611
612 ILAP:Result 612 ILAP:Result
613 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 613 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
614 rdfs:label "Result"^^xsd:string ; 614 rdfs:label "Result"^^xsd:string ;
615 rdfs:subClassOf owl:Thing . 615 rdfs:subClassOf owl:Thing .
616 616
...@@ -630,9 +630,9 @@ ILAP:RiskType ...@@ -630,9 +630,9 @@ ILAP:RiskType
630 rdfs:subClassOf owl:Thing . 630 rdfs:subClassOf owl:Thing .
631 631
632 ILAP:Schedule 632 ILAP:Schedule
633 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 633 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
634 rdfs:label "Scheduled Activity Network"^^xsd:string ; 634 rdfs:label "Scheduled Activity Network"^^xsd:string ;
635 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; 635 + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ;
636 rdfs:subClassOf 636 rdfs:subClassOf
637 [ rdf:type owl:Restriction ; 637 [ rdf:type owl:Restriction ;
638 owl:maxQualifiedCardinality 638 owl:maxQualifiedCardinality
...@@ -642,22 +642,22 @@ ILAP:Schedule ...@@ -642,22 +642,22 @@ ILAP:Schedule
642 ] . 642 ] .
643 643
644 ILAP:ScheduledActivity 644 ILAP:ScheduledActivity
645 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 645 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
646 rdfs:label "Activity in Network Schedule"^^xsd:string ; 646 rdfs:label "Activity in Network Schedule"^^xsd:string ;
647 rdfs:subClassOf ILAP:PlannedActivity ; 647 rdfs:subClassOf ILAP:PlannedActivity ;
648 rdfs:subClassOf 648 rdfs:subClassOf
649 [ rdf:type owl:Restriction ; 649 [ rdf:type owl:Restriction ;
650 owl:maxQualifiedCardinality 650 owl:maxQualifiedCardinality
651 "1"^^xsd:nonNegativeInteger ; 651 "1"^^xsd:nonNegativeInteger ;
652 - owl:onClass ILAP:Schedule ; 652 + owl:onClass ILAP:PlannedActivity ;
653 - owl:onProperty ILAP:hasActivitySchedule 653 + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan
654 ] ; 654 ] ;
655 rdfs:subClassOf 655 rdfs:subClassOf
656 [ rdf:type owl:Restriction ; 656 [ rdf:type owl:Restriction ;
657 owl:maxQualifiedCardinality 657 owl:maxQualifiedCardinality
658 "1"^^xsd:nonNegativeInteger ; 658 "1"^^xsd:nonNegativeInteger ;
659 - owl:onClass ILAP:PlannedActivity ; 659 + owl:onClass ILAP:Schedule ;
660 - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan 660 + owl:onProperty ILAP:hasActivitySchedule
661 ] . 661 ] .
662 662
663 ILAP:ScheduledMilestone 663 ILAP:ScheduledMilestone
...@@ -681,9 +681,9 @@ ILAP:ShutdownType ...@@ -681,9 +681,9 @@ ILAP:ShutdownType
681 rdfs:subClassOf owl:Thing . 681 rdfs:subClassOf owl:Thing .
682 682
683 ILAP:Source 683 ILAP:Source
684 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 684 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
685 rdfs:label "Source"^^xsd:string ; 685 rdfs:label "Source"^^xsd:string ;
686 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . 686 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
687 687
688 ILAP:SourceSpecifiedUserField 688 ILAP:SourceSpecifiedUserField
689 rdf:type owl:Class ; 689 rdf:type owl:Class ;
...@@ -696,22 +696,22 @@ ILAP:SpecifiedUserField ...@@ -696,22 +696,22 @@ ILAP:SpecifiedUserField
696 rdfs:subClassOf ILAP:UserField . 696 rdfs:subClassOf ILAP:UserField .
697 697
698 ILAP:StartToFinish 698 ILAP:StartToFinish
699 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 699 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
700 rdfs:label "Start to finish"^^xsd:string ; 700 rdfs:label "Start to finish"^^xsd:string ;
701 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 701 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
702 702
703 ILAP:StartToStart 703 ILAP:StartToStart
704 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 704 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
705 rdfs:label "Start to start"^^xsd:string ; 705 rdfs:label "Start to start"^^xsd:string ;
706 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . 706 + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> .
707 707
708 ILAP:Status 708 ILAP:Status
709 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; 709 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ;
710 rdfs:label "Status"^^xsd:string ; 710 rdfs:label "Status"^^xsd:string ;
711 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . 711 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing .
712 712
713 ILAP:TargetSchedule 713 ILAP:TargetSchedule
714 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 714 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
715 rdfs:label "Target schedule"^^xsd:string ; 715 rdfs:label "Target schedule"^^xsd:string ;
716 rdfs:subClassOf ILAP:Schedule . 716 rdfs:subClassOf ILAP:Schedule .
717 717
...@@ -726,7 +726,7 @@ ILAP:UnitBased ...@@ -726,7 +726,7 @@ ILAP:UnitBased
726 rdfs:subClassOf ILAP:Resource . 726 rdfs:subClassOf ILAP:Resource .
727 727
728 ILAP:UserField 728 ILAP:UserField
729 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 729 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
730 rdfs:label "User field"^^xsd:string ; 730 rdfs:label "User field"^^xsd:string ;
731 rdfs:subClassOf ILAP:Data ; 731 rdfs:subClassOf ILAP:Data ;
732 rdfs:subClassOf 732 rdfs:subClassOf
...@@ -740,12 +740,12 @@ ILAP:UserField ...@@ -740,12 +740,12 @@ ILAP:UserField
740 ILAP:Value 740 ILAP:Value
741 rdf:type owl:Class ; 741 rdf:type owl:Class ;
742 rdfs:label "Value"^^xsd:string ; 742 rdfs:label "Value"^^xsd:string ;
743 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . 743 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> .
744 744
745 ILAP:WeekendsFreeCalendar 745 ILAP:WeekendsFreeCalendar
746 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 746 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
747 rdfs:label "Weekends free calendar"^^xsd:string ; 747 rdfs:label "Weekends free calendar"^^xsd:string ;
748 - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . 748 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
749 749
750 ILAP:WorkOrder 750 ILAP:WorkOrder
751 rdf:type owl:Class ; 751 rdf:type owl:Class ;
...@@ -753,18 +753,18 @@ ILAP:WorkOrder ...@@ -753,18 +753,18 @@ ILAP:WorkOrder
753 rdfs:subClassOf ILAP:WorkTask . 753 rdfs:subClassOf ILAP:WorkTask .
754 754
755 ILAP:WorkTask 755 ILAP:WorkTask
756 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 756 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
757 rdfs:label "Work task"^^xsd:string ; 757 rdfs:label "Work task"^^xsd:string ;
758 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; 758 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ;
759 rdfs:subClassOf 759 rdfs:subClassOf
760 [ rdf:type owl:Restriction ; 760 [ rdf:type owl:Restriction ;
761 - owl:onProperty ILAP:hasWorkTaskActivity ; 761 + owl:allValuesFrom BRREG:LegalEntity ;
762 - owl:someValuesFrom ILAP:Activity 762 + owl:onProperty ILAP:hasWorkTaskResponsible
763 ] ; 763 ] ;
764 rdfs:subClassOf 764 rdfs:subClassOf
765 [ rdf:type owl:Restriction ; 765 [ rdf:type owl:Restriction ;
766 - owl:allValuesFrom BRREG:LegalEntity ; 766 + owl:onProperty ILAP:hasWorkTaskActivity ;
767 - owl:onProperty ILAP:hasWorkTaskResponsible 767 + owl:someValuesFrom ILAP:Activity
768 ] . 768 ] .
769 769
770 ILAP:WorkTaskStatus 770 ILAP:WorkTaskStatus
...@@ -776,7 +776,6 @@ ILAP:hasActivityActiveStatus ...@@ -776,7 +776,6 @@ ILAP:hasActivityActiveStatus
776 rdf:type owl:ObjectProperty ; 776 rdf:type owl:ObjectProperty ;
777 rdfs:domain ILAP:Activity ; 777 rdfs:domain ILAP:Activity ;
778 rdfs:label "has activity active status"^^xsd:string ; 778 rdfs:label "has activity active status"^^xsd:string ;
779 - rdfs:range ILAP:ActivityStatus ;
780 rdfs:subPropertyOf ILAP:hasActivityStatus . 779 rdfs:subPropertyOf ILAP:hasActivityStatus .
781 780
782 ILAP:hasActivityActualProgressPercent 781 ILAP:hasActivityActualProgressPercent
...@@ -873,7 +872,7 @@ ILAP:hasActivityPhysicalPercentComplete ...@@ -873,7 +872,7 @@ ILAP:hasActivityPhysicalPercentComplete
873 rdfs:range xsd:float . 872 rdfs:range xsd:float .
874 873
875 ILAP:hasActivityPlan 874 ILAP:hasActivityPlan
876 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 875 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
877 rdfs:domain ILAP:PlannedActivity ; 876 rdfs:domain ILAP:PlannedActivity ;
878 rdfs:label "has activity plan"^^xsd:string ; 877 rdfs:label "has activity plan"^^xsd:string ;
879 rdfs:range ILAP:ProjectExecutionPlan . 878 rdfs:range ILAP:ProjectExecutionPlan .
...@@ -895,7 +894,6 @@ ILAP:hasActivityPreviousStatus ...@@ -895,7 +894,6 @@ ILAP:hasActivityPreviousStatus
895 rdf:type owl:ObjectProperty ; 894 rdf:type owl:ObjectProperty ;
896 rdfs:domain ILAP:Activity ; 895 rdfs:domain ILAP:Activity ;
897 rdfs:label "has activity previous status"^^xsd:string ; 896 rdfs:label "has activity previous status"^^xsd:string ;
898 - rdfs:range ILAP:ActivityStatus ;
899 rdfs:subPropertyOf ILAP:hasActivityStatus . 897 rdfs:subPropertyOf ILAP:hasActivityStatus .
900 898
901 ILAP:hasActivityRegulator 899 ILAP:hasActivityRegulator
...@@ -924,7 +922,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -924,7 +922,7 @@ ILAP:hasActivityResponsibleOrganization
924 rdfs:range ILAP:ResponsibleOrganization . 922 rdfs:range ILAP:ResponsibleOrganization .
925 923
926 ILAP:hasActivityResponsiblePerson 924 ILAP:hasActivityResponsiblePerson
927 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 925 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
928 rdfs:domain ILAP:PlannedActivity ; 926 rdfs:domain ILAP:PlannedActivity ;
929 rdfs:label "has activity responsible"^^xsd:string ; 927 rdfs:label "has activity responsible"^^xsd:string ;
930 rdfs:range ILAP:ResponsiblePerson . 928 rdfs:range ILAP:ResponsiblePerson .
...@@ -955,12 +953,11 @@ ILAP:hasActivityShutdown ...@@ -955,12 +953,11 @@ ILAP:hasActivityShutdown
955 953
956 ILAP:hasActivityStatus 954 ILAP:hasActivityStatus
957 rdf:type owl:ObjectProperty ; 955 rdf:type owl:ObjectProperty ;
958 - rdfs:domain ILAP:Activity ;
959 rdfs:label "has activity status"^^xsd:string ; 956 rdfs:label "has activity status"^^xsd:string ;
960 rdfs:range ILAP:Status . 957 rdfs:range ILAP:Status .
961 958
962 ILAP:hasActivitySuccessor 959 ILAP:hasActivitySuccessor
963 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 960 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
964 rdfs:domain ILAP:PlannedActivity ; 961 rdfs:domain ILAP:PlannedActivity ;
965 rdfs:label "has activity successor"^^xsd:string ; 962 rdfs:label "has activity successor"^^xsd:string ;
966 rdfs:range ILAP:ActivityDependency ; 963 rdfs:range ILAP:ActivityDependency ;
...@@ -1021,7 +1018,7 @@ ILAP:hasCalendarDate ...@@ -1021,7 +1018,7 @@ ILAP:hasCalendarDate
1021 rdfs:label "has calendar date"^^xsd:string . 1018 rdfs:label "has calendar date"^^xsd:string .
1022 1019
1023 ILAP:hasCalendarFreePeriod 1020 ILAP:hasCalendarFreePeriod
1024 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1021 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1025 rdfs:domain ILAP:Calendar ; 1022 rdfs:domain ILAP:Calendar ;
1026 rdfs:label "has calendarcalendar free period"^^xsd:string ; 1023 rdfs:label "has calendarcalendar free period"^^xsd:string ;
1027 rdfs:range ILAP:CalendarFreePeriod . 1024 rdfs:range ILAP:CalendarFreePeriod .
...@@ -1310,7 +1307,7 @@ ILAP:hasPlanRegulator ...@@ -1310,7 +1307,7 @@ ILAP:hasPlanRegulator
1310 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1307 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1311 1308
1312 ILAP:hasPlanResponsible 1309 ILAP:hasPlanResponsible
1313 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1310 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1314 rdfs:domain ILAP:ProjectExecutionPlan ; 1311 rdfs:domain ILAP:ProjectExecutionPlan ;
1315 rdfs:label "has plan responsible"^^xsd:string ; 1312 rdfs:label "has plan responsible"^^xsd:string ;
1316 rdfs:range ILAP:ResponsibleOrganization . 1313 rdfs:range ILAP:ResponsibleOrganization .
...@@ -1510,7 +1507,7 @@ ILAP:hasSourceApplicaton ...@@ -1510,7 +1507,7 @@ ILAP:hasSourceApplicaton
1510 rdfs:range ILAP:Application . 1507 rdfs:range ILAP:Application .
1511 1508
1512 ILAP:hasSuccessorActivity 1509 ILAP:hasSuccessorActivity
1513 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1510 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1514 rdfs:domain ILAP:ActivityDependency ; 1511 rdfs:domain ILAP:ActivityDependency ;
1515 rdfs:label "has successor activity "^^xsd:string ; 1512 rdfs:label "has successor activity "^^xsd:string ;
1516 rdfs:range ILAP:PlannedActivity ; 1513 rdfs:range ILAP:PlannedActivity ;
...@@ -1538,7 +1535,7 @@ ILAP:hasTimeNow ...@@ -1538,7 +1535,7 @@ ILAP:hasTimeNow
1538 rdf:type owl:DatatypeProperty ; 1535 rdf:type owl:DatatypeProperty ;
1539 rdfs:domain ILAP:Schedule ; 1536 rdfs:domain ILAP:Schedule ;
1540 rdfs:label "has time now"^^xsd:string ; 1537 rdfs:label "has time now"^^xsd:string ;
1541 - rdfs:range xsd:dateTime , xsd:date . 1538 + rdfs:range xsd:date , xsd:dateTime .
1542 1539
1543 ILAP:hasUserFieldName 1540 ILAP:hasUserFieldName
1544 rdf:type owl:DatatypeProperty ; 1541 rdf:type owl:DatatypeProperty ;
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
13 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 13 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
14 14
15 : rdf:type owl:Ontology ; 15 : rdf:type owl:Ontology ;
16 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . 16 + owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> .
17 17
18 ILAP: 18 ILAP:
19 rdf:type owl:Ontology ; 19 rdf:type owl:Ontology ;
...@@ -121,7 +121,7 @@ ILAP:Dependent_on_Shutdown ...@@ -121,7 +121,7 @@ ILAP:Dependent_on_Shutdown
121 121
122 ILAP:Development 122 ILAP:Development
123 rdf:type ILAP:PlanLifecycleStage ; 123 rdf:type ILAP:PlanLifecycleStage ;
124 - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . 124 + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
125 125
126 ILAP:DisasterRecovery 126 ILAP:DisasterRecovery
127 rdf:type ILAP:PlanObjectiveType ; 127 rdf:type ILAP:PlanObjectiveType ;
...@@ -463,7 +463,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -463,7 +463,7 @@ ILAP:StandardFreeWeekendPeriod
463 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 463 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
464 rdfs:label "Standard free weekend period"^^xsd:string ; 464 rdfs:label "Standard free weekend period"^^xsd:string ;
465 ILAP:hasCalendarPeriodFreeDay 465 ILAP:hasCalendarPeriodFreeDay
466 - ILAP:Sunday , ILAP:Saturday . 466 + ILAP:Saturday , ILAP:Sunday .
467 467
468 ILAP:StandardWorkWeekdayPeriod 468 ILAP:StandardWorkWeekdayPeriod
469 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 469 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -575,9 +575,6 @@ ILAP:hasCalendarTime ...@@ -575,9 +575,6 @@ ILAP:hasCalendarTime
575 rdfs:domain ILAP:Calendar ; 575 rdfs:domain ILAP:Calendar ;
576 rdfs:range xsd:dateTime . 576 rdfs:range xsd:dateTime .
577 577
578 -ILAP:hasPlanAsset
579 - rdfs:range <http://data.posccaesar.org/diskos/Asset> .
580 -
581 ILAP:hasPlanAssetOwner 578 ILAP:hasPlanAssetOwner
582 rdfs:range ILAP:ResponsibleOrganization . 579 rdfs:range ILAP:ResponsibleOrganization .
583 580
...@@ -612,7 +609,7 @@ ILAP:hasWorkTaskResponsible ...@@ -612,7 +609,7 @@ ILAP:hasWorkTaskResponsible
612 rdfs:range ILAP:ResponsiblePerson . 609 rdfs:range ILAP:ResponsiblePerson .
613 610
614 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 611 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
615 - rdfs:subClassOf ILAP:Resource , ILAP:Discipline . 612 + rdfs:subClassOf ILAP:Discipline , ILAP:Resource .
616 613
617 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 614 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
618 rdfs:subClassOf ILAP:Result . 615 rdfs:subClassOf ILAP:Result .
...@@ -622,8 +619,8 @@ ILAP:hasWorkTaskResponsible ...@@ -622,8 +619,8 @@ ILAP:hasWorkTaskResponsible
622 619
623 <http://data.posccaesar.org/npd/ontology/OperatingCompany> 620 <http://data.posccaesar.org/npd/ontology/OperatingCompany>
624 rdf:type owl:Class ; 621 rdf:type owl:Class ;
625 - rdfs:label "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; 622 + rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string ;
626 - rdfs:subClassOf ILAP:Operator , ILAP:Contractor . 623 + rdfs:subClassOf ILAP:Contractor , ILAP:Operator .
627 624
628 <http://data.posccaesar.org/npd/ontology/productionFacility> 625 <http://data.posccaesar.org/npd/ontology/productionFacility>
629 rdf:type owl:Class ; 626 rdf:type owl:Class ;
...@@ -633,7 +630,7 @@ ILAP:hasWorkTaskResponsible ...@@ -633,7 +630,7 @@ ILAP:hasWorkTaskResponsible
633 rdl:RDS282149 630 rdl:RDS282149
634 rdf:type owl:Class ; 631 rdf:type owl:Class ;
635 rdfs:label "RDS282149"^^xsd:string ; 632 rdfs:label "RDS282149"^^xsd:string ;
636 - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . 633 + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
637 634
638 <http://staging.data.posccaesar.org/npd/ontology/discoveryField> 635 <http://staging.data.posccaesar.org/npd/ontology/discoveryField>
639 rdf:type owl:Class ; 636 rdf:type owl:Class ;
......
...@@ -17,9 +17,9 @@ ILAP:ActivityWBS_1 ...@@ -17,9 +17,9 @@ ILAP:ActivityWBS_1
17 rdf:type ILAP:ActivityWBS ; 17 rdf:type ILAP:ActivityWBS ;
18 rdfs:label "Activity WBS 1"^^xsd:string ; 18 rdfs:label "Activity WBS 1"^^xsd:string ;
19 ILAP:hasWBScomponent 19 ILAP:hasWBScomponent
20 - SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; 20 + ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ;
21 - ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; 21 + ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ;
22 - ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . 22 + ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD .
23 23
24 ILAP:COR_KD_1 24 ILAP:COR_KD_1
25 rdf:type SCCS:COR_KD ; 25 rdf:type SCCS:COR_KD ;
...@@ -52,6 +52,10 @@ ILAP:PlannedActivity_2 ...@@ -52,6 +52,10 @@ ILAP:PlannedActivity_2
52 <http://staging.data.posccaesar.org/npd/facts/Company-2410696> ; 52 <http://staging.data.posccaesar.org/npd/facts/Company-2410696> ;
53 ILAP:hasActivityPhase 53 ILAP:hasActivityPhase
54 ILAP:SAB_51_1 ; 54 ILAP:SAB_51_1 ;
55 + ILAP:hasActivityPhysicalPercentComplete
56 + "50"^^xsd:float ;
57 + ILAP:hasActivityPlannedProgressPercent
58 + 60 ;
55 ILAP:hasActivityResource 59 ILAP:hasActivityResource
56 ILAP:COR_KD_1 ; 60 ILAP:COR_KD_1 ;
57 ILAP:hasActivityResult 61 ILAP:hasActivityResult
...@@ -72,8 +76,21 @@ ILAP:PlannedActivity_2 ...@@ -72,8 +76,21 @@ ILAP:PlannedActivity_2
72 ILAP:ProjectExecutionPlan_UC1 76 ILAP:ProjectExecutionPlan_UC1
73 rdf:type ILAP:ProjectExecutionPlan ; 77 rdf:type ILAP:ProjectExecutionPlan ;
74 rdfs:label "Project execution plan UC1"^^xsd:string ; 78 rdfs:label "Project execution plan UC1"^^xsd:string ;
79 + ILAP:hasPlanContractType
80 + ILAP:ScheduleDriven ;
75 ILAP:hasPlanContractor 81 ILAP:hasPlanContractor
76 - <http://data.posccaesar.org/brreg/R-04253108-a156-4c0c-bfa3-cb3cfb40a776> , <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ; 82 + <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> , <http://data.posccaesar.org/brreg/R-04253108-a156-4c0c-bfa3-cb3cfb40a776> ;
83 + ILAP:hasPlanExpenseType
84 + ILAP:OPEX ;
85 + ILAP:hasPlanFacility
86 + <http://data.posccaesar.org/npd/facts/Facility-271273> ;
87 + ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ;
88 + ILAP:hasPlanGeoArea ILAP:Field ;
89 + ILAP:hasPlanLevel ILAP:L2_ProjectMasterSchedule ;
90 + ILAP:hasPlanOperator
91 + <http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> ;
92 + ILAP:hasPlanProjectType
93 + ILAP:OperationAndMaintenance ;
77 ILAP:hasPlanShutdown 94 ILAP:hasPlanShutdown
78 ILAP:SummerShutdown_UC1 ; 95 ILAP:SummerShutdown_UC1 ;
79 ILAP:hasPlanUserField 96 ILAP:hasPlanUserField
...@@ -110,6 +127,12 @@ ILAP:WorkOrder_1 ...@@ -110,6 +127,12 @@ ILAP:WorkOrder_1
110 rdf:type ILAP:WorkOrder ; 127 rdf:type ILAP:WorkOrder ;
111 rdfs:label "Work order 1"^^xsd:string . 128 rdfs:label "Work order 1"^^xsd:string .
112 129
130 +ILAP:hasActivityActiveStatus
131 + rdfs:range ILAP:Status .
132 +
133 +ILAP:hasActivityPreviousStatus
134 + rdfs:range ILAP:Status .
135 +
113 ILAP:hasContract 136 ILAP:hasContract
114 rdf:type ILAP:SourceSpecifiedUserField ; 137 rdf:type ILAP:SourceSpecifiedUserField ;
115 rdfs:label "has contract"^^xsd:string ; 138 rdfs:label "has contract"^^xsd:string ;
......