Showing
2 changed files
with
463 additions
and
393 deletions
1 | # baseURI: http://data.posccaesar.org/ilap/ | 1 | # baseURI: http://data.posccaesar.org/ilap/ |
2 | -# imports: http://data.posccaesar.org/15926/tech/ontology/core/v-1 | ||
3 | 2 | ||
4 | @prefix BRREG: <http://data.posccaesar.org/brreg/> . | 3 | @prefix BRREG: <http://data.posccaesar.org/brreg/> . |
5 | @prefix CCU: <http://data.posccaesar.org/ccu/> . | 4 | @prefix CCU: <http://data.posccaesar.org/ccu/> . |
... | @@ -22,17 +21,16 @@ EPCIS:CBVevent | ... | @@ -22,17 +21,16 @@ EPCIS:CBVevent |
22 | 21 | ||
23 | ILAP: | 22 | ILAP: |
24 | rdf:type owl:Ontology ; | 23 | rdf:type owl:Ontology ; |
25 | - owl:imports <http://data.posccaesar.org/15926/tech/ontology/core/v-1> ; | ||
26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
27 | 25 | ||
28 | ILAP:Activity | 26 | ILAP:Activity |
29 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 27 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
30 | rdfs:label "Activity"^^xsd:string ; | 28 | rdfs:label "Activity"^^xsd:string ; |
31 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ; | 29 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ; |
32 | rdfs:subClassOf | 30 | rdfs:subClassOf |
33 | [ rdf:type owl:Restriction ; | 31 | [ rdf:type owl:Restriction ; |
34 | - owl:allValuesFrom ILAP:Status ; | 32 | + owl:onProperty ILAP:hasExternalReference ; |
35 | - owl:onProperty ILAP:hasActivityStatus | 33 | + owl:someValuesFrom ILAP:ExternalReference |
36 | ] ; | 34 | ] ; |
37 | rdfs:subClassOf | 35 | rdfs:subClassOf |
38 | [ rdf:type owl:Restriction ; | 36 | [ rdf:type owl:Restriction ; |
... | @@ -41,14 +39,14 @@ ILAP:Activity | ... | @@ -41,14 +39,14 @@ ILAP:Activity |
41 | ] ; | 39 | ] ; |
42 | rdfs:subClassOf | 40 | rdfs:subClassOf |
43 | [ rdf:type owl:Restriction ; | 41 | [ rdf:type owl:Restriction ; |
44 | - owl:onProperty ILAP:hasExternalReference ; | 42 | + owl:allValuesFrom ILAP:Status ; |
45 | - owl:someValuesFrom ILAP:ExternalReference | 43 | + owl:onProperty ILAP:hasActivityStatus |
46 | ] . | 44 | ] . |
47 | 45 | ||
48 | ILAP:ActivityNetwork | 46 | ILAP:ActivityNetwork |
49 | rdf:type owl:Class ; | 47 | rdf:type owl:Class ; |
50 | rdfs:label "Activity network"^^xsd:string ; | 48 | rdfs:label "Activity network"^^xsd:string ; |
51 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS329669> ; | 49 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS329669> , owl:Thing ; |
52 | rdfs:subClassOf | 50 | rdfs:subClassOf |
53 | [ rdf:type owl:Restriction ; | 51 | [ rdf:type owl:Restriction ; |
54 | owl:allValuesFrom ILAP:ExternalReference ; | 52 | owl:allValuesFrom ILAP:ExternalReference ; |
... | @@ -76,29 +74,29 @@ ILAP:BaselineSetting | ... | @@ -76,29 +74,29 @@ ILAP:BaselineSetting |
76 | rdfs:subClassOf ILAP:Planning . | 74 | rdfs:subClassOf ILAP:Planning . |
77 | 75 | ||
78 | ILAP:Calendar | 76 | ILAP:Calendar |
79 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 77 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
80 | rdfs:label "Calendar"^^xsd:string ; | 78 | rdfs:label "Calendar"^^xsd:string ; |
81 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; | 79 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; |
82 | rdfs:subClassOf | 80 | rdfs:subClassOf |
83 | [ rdf:type owl:Restriction ; | 81 | [ rdf:type owl:Restriction ; |
84 | - owl:allValuesFrom ILAP:CalendarWorkPeriod ; | 82 | + owl:allValuesFrom ILAP:CalendarFreePeriod ; |
85 | - owl:onProperty ILAP:hasCalendarWorkPeriod | 83 | + owl:onProperty ILAP:hasCalendarFreePeriod |
86 | ] ; | 84 | ] ; |
87 | rdfs:subClassOf | 85 | rdfs:subClassOf |
88 | [ rdf:type owl:Restriction ; | 86 | [ rdf:type owl:Restriction ; |
89 | - owl:allValuesFrom ILAP:CalendarFreePeriod ; | 87 | + owl:allValuesFrom ILAP:CalendarWorkPeriod ; |
90 | - owl:onProperty ILAP:hasCalendarFreePeriod | 88 | + owl:onProperty ILAP:hasCalendarWorkPeriod |
91 | ] . | 89 | ] . |
92 | 90 | ||
93 | ILAP:CalendarDay | 91 | ILAP:CalendarDay |
94 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 92 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
95 | rdfs:label "Calendar day"^^xsd:string ; | 93 | rdfs:label "Calendar day"^^xsd:string ; |
96 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . | 94 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . |
97 | 95 | ||
98 | ILAP:CalendarFreePeriod | 96 | ILAP:CalendarFreePeriod |
99 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 97 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
100 | rdfs:label "Calendar free period"^^xsd:string ; | 98 | rdfs:label "Calendar free period"^^xsd:string ; |
101 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; | 99 | + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; |
102 | rdfs:subClassOf | 100 | rdfs:subClassOf |
103 | [ rdf:type owl:Restriction ; | 101 | [ rdf:type owl:Restriction ; |
104 | owl:onClass ILAP:Calendar ; | 102 | owl:onClass ILAP:Calendar ; |
... | @@ -110,49 +108,49 @@ ILAP:CalendarFreePeriod | ... | @@ -110,49 +108,49 @@ ILAP:CalendarFreePeriod |
110 | ] . | 108 | ] . |
111 | 109 | ||
112 | ILAP:CalendarFreePeriodWeekRepeat | 110 | ILAP:CalendarFreePeriodWeekRepeat |
113 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 111 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
114 | rdfs:label "Free day"^^xsd:string ; | 112 | rdfs:label "Free day"^^xsd:string ; |
115 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . | 113 | + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . |
116 | 114 | ||
117 | ILAP:CalendarHour | 115 | ILAP:CalendarHour |
118 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> ; | 116 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> , owl:Class ; |
119 | rdfs:label "calendar hour"^^xsd:string ; | 117 | rdfs:label "calendar hour"^^xsd:string ; |
120 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> . | 118 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , owl:Thing . |
121 | 119 | ||
122 | ILAP:CalendarPeriod | 120 | ILAP:CalendarPeriod |
123 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 121 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
124 | rdfs:label "Calendar period"^^xsd:string ; | 122 | rdfs:label "Calendar period"^^xsd:string ; |
125 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS356215271> ; | 123 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , owl:Thing ; |
126 | rdfs:subClassOf | 124 | rdfs:subClassOf |
127 | [ rdf:type owl:Restriction ; | 125 | [ rdf:type owl:Restriction ; |
128 | - owl:allValuesFrom ILAP:CalendarHour ; | 126 | + owl:allValuesFrom ILAP:CalendarDay ; |
129 | - owl:onProperty ILAP:hasCalendarPeriodHour | 127 | + owl:onProperty ILAP:hasCalendarPeriodDay |
130 | ] ; | 128 | ] ; |
131 | rdfs:subClassOf | 129 | rdfs:subClassOf |
132 | [ rdf:type owl:Restriction ; | 130 | [ rdf:type owl:Restriction ; |
133 | - owl:allValuesFrom ILAP:CalendarDay ; | 131 | + owl:allValuesFrom ILAP:CalendarHour ; |
134 | - owl:onProperty ILAP:hasCalendarPeriodDay | 132 | + owl:onProperty ILAP:hasCalendarPeriodHour |
135 | ] . | 133 | ] . |
136 | 134 | ||
137 | ILAP:CalendarWorkPeriod | 135 | ILAP:CalendarWorkPeriod |
138 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 136 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
139 | rdfs:label "Calendar work period"^^xsd:string ; | 137 | rdfs:label "Calendar work period"^^xsd:string ; |
140 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; | 138 | + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; |
141 | rdfs:subClassOf | 139 | rdfs:subClassOf |
142 | [ rdf:type owl:Restriction ; | 140 | [ rdf:type owl:Restriction ; |
143 | - owl:onProperty ILAP:hasCalendarPeriodWorkHour ; | 141 | + owl:onProperty ILAP:hasCalendarPeriodWorkDay ; |
144 | - owl:someValuesFrom ILAP:CalendarHour | 142 | + owl:someValuesFrom ILAP:CalendarDay |
145 | ] ; | 143 | ] ; |
146 | rdfs:subClassOf | 144 | rdfs:subClassOf |
147 | [ rdf:type owl:Restriction ; | 145 | [ rdf:type owl:Restriction ; |
148 | - owl:onProperty ILAP:hasCalendarPeriodWorkDay ; | 146 | + owl:onProperty ILAP:hasCalendarPeriodWorkHour ; |
149 | - owl:someValuesFrom ILAP:CalendarDay | 147 | + owl:someValuesFrom ILAP:CalendarHour |
150 | ] . | 148 | ] . |
151 | 149 | ||
152 | ILAP:CalendarWorkPeriodWeekRepeat | 150 | ILAP:CalendarWorkPeriodWeekRepeat |
153 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 151 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
154 | rdfs:label "Free day"^^xsd:string ; | 152 | rdfs:label "Free day"^^xsd:string ; |
155 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarWorkPeriod . | 153 | + rdfs:subClassOf ILAP:CalendarWorkPeriod , <http://posccaesar.org/rdl/page/RDS356215271> . |
156 | 154 | ||
157 | ILAP:ContractorWBS | 155 | ILAP:ContractorWBS |
158 | rdf:type owl:Class ; | 156 | rdf:type owl:Class ; |
... | @@ -175,7 +173,7 @@ ILAP:CurrentControlEstimate | ... | @@ -175,7 +173,7 @@ ILAP:CurrentControlEstimate |
175 | rdfs:subClassOf ILAP:CostEstimate . | 173 | rdfs:subClassOf ILAP:CostEstimate . |
176 | 174 | ||
177 | ILAP:CurrentControlSchedule | 175 | ILAP:CurrentControlSchedule |
178 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 176 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
179 | rdfs:label "CCS"^^xsd:string ; | 177 | rdfs:label "CCS"^^xsd:string ; |
180 | rdfs:subClassOf ILAP:NetworkSchedule . | 178 | rdfs:subClassOf ILAP:NetworkSchedule . |
181 | 179 | ||
... | @@ -195,8 +193,18 @@ ILAP:ExecutionPlan | ... | @@ -195,8 +193,18 @@ ILAP:ExecutionPlan |
195 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityNetwork ; | 193 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityNetwork ; |
196 | rdfs:subClassOf | 194 | rdfs:subClassOf |
197 | [ rdf:type owl:Restriction ; | 195 | [ rdf:type owl:Restriction ; |
198 | - owl:allValuesFrom BRREG:LegalEntity ; | 196 | + owl:allValuesFrom ILAP:PlanContractType ; |
199 | - owl:onProperty ILAP:hasPlanResponsible | 197 | + owl:onProperty ILAP:hasPlanContractType |
198 | + ] ; | ||
199 | + rdfs:subClassOf | ||
200 | + [ rdf:type owl:Restriction ; | ||
201 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | ||
202 | + owl:onProperty ILAP:hasPlanAsset | ||
203 | + ] ; | ||
204 | + rdfs:subClassOf | ||
205 | + [ rdf:type owl:Restriction ; | ||
206 | + owl:allValuesFrom NPD:NPDelement ; | ||
207 | + owl:onProperty ILAP:hasPlanNPDelement | ||
200 | ] ; | 208 | ] ; |
201 | rdfs:subClassOf | 209 | rdfs:subClassOf |
202 | [ rdf:type owl:Restriction ; | 210 | [ rdf:type owl:Restriction ; |
... | @@ -205,30 +213,28 @@ ILAP:ExecutionPlan | ... | @@ -205,30 +213,28 @@ ILAP:ExecutionPlan |
205 | ] ; | 213 | ] ; |
206 | rdfs:subClassOf | 214 | rdfs:subClassOf |
207 | [ rdf:type owl:Restriction ; | 215 | [ rdf:type owl:Restriction ; |
208 | - owl:maxQualifiedCardinality | 216 | + owl:onProperty ILAP:hasPlanLevel ; |
209 | - "1"^^xsd:nonNegativeInteger ; | 217 | + owl:someValuesFrom ILAP:PlanLevel |
210 | - owl:onClass ILAP:Project ; | ||
211 | - owl:onProperty ILAP:hasPlanProject | ||
212 | ] ; | 218 | ] ; |
213 | rdfs:subClassOf | 219 | rdfs:subClassOf |
214 | [ rdf:type owl:Restriction ; | 220 | [ rdf:type owl:Restriction ; |
215 | - owl:onProperty ILAP:hasPlanProjectType ; | 221 | + owl:allValuesFrom ILAP:ExecutionPlan ; |
216 | - owl:someValuesFrom ILAP:PlanProjectType | 222 | + owl:onProperty ILAP:hasPlanSubplan |
217 | ] ; | 223 | ] ; |
218 | rdfs:subClassOf | 224 | rdfs:subClassOf |
219 | [ rdf:type owl:Restriction ; | 225 | [ rdf:type owl:Restriction ; |
220 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 226 | + owl:onProperty ILAP:hasPlanProjectType ; |
221 | - owl:onProperty ILAP:hasPlanAsset | 227 | + owl:someValuesFrom ILAP:PlanProjectType |
222 | ] ; | 228 | ] ; |
223 | rdfs:subClassOf | 229 | rdfs:subClassOf |
224 | [ rdf:type owl:Restriction ; | 230 | [ rdf:type owl:Restriction ; |
225 | - owl:allValuesFrom ILAP:PlanValueObjective ; | 231 | + owl:onProperty ILAP:hasPlanContentType ; |
226 | - owl:onProperty ILAP:hasPlanValueObjective | 232 | + owl:someValuesFrom ILAP:PlanContentType |
227 | ] ; | 233 | ] ; |
228 | rdfs:subClassOf | 234 | rdfs:subClassOf |
229 | [ rdf:type owl:Restriction ; | 235 | [ rdf:type owl:Restriction ; |
230 | - owl:allValuesFrom ILAP:PlanContractType ; | 236 | + owl:allValuesFrom BRREG:LegalEntity ; |
231 | - owl:onProperty ILAP:hasPlanContractType | 237 | + owl:onProperty ILAP:hasPlanResponsible |
232 | ] ; | 238 | ] ; |
233 | rdfs:subClassOf | 239 | rdfs:subClassOf |
234 | [ rdf:type owl:Restriction ; | 240 | [ rdf:type owl:Restriction ; |
... | @@ -239,45 +245,35 @@ ILAP:ExecutionPlan | ... | @@ -239,45 +245,35 @@ ILAP:ExecutionPlan |
239 | ] ; | 245 | ] ; |
240 | rdfs:subClassOf | 246 | rdfs:subClassOf |
241 | [ rdf:type owl:Restriction ; | 247 | [ rdf:type owl:Restriction ; |
242 | - owl:onProperty ILAP:hasPlanLevel ; | 248 | + owl:maxQualifiedCardinality |
243 | - owl:someValuesFrom ILAP:PlanLevel | 249 | + "1"^^xsd:nonNegativeInteger ; |
250 | + owl:onClass ILAP:Project ; | ||
251 | + owl:onProperty ILAP:hasPlanProject | ||
244 | ] ; | 252 | ] ; |
245 | rdfs:subClassOf | 253 | rdfs:subClassOf |
246 | [ rdf:type owl:Restriction ; | 254 | [ rdf:type owl:Restriction ; |
247 | - owl:allValuesFrom ILAP:ExecutionPlan ; | 255 | + owl:onProperty ILAP:hasPlanGeoArea ; |
248 | - owl:onProperty ILAP:hasPlanRollUp | 256 | + owl:someValuesFrom ILAP:PlanGeoArea |
249 | ] ; | 257 | ] ; |
250 | rdfs:subClassOf | 258 | rdfs:subClassOf |
251 | [ rdf:type owl:Restriction ; | 259 | [ rdf:type owl:Restriction ; |
252 | owl:allValuesFrom ILAP:ExecutionPlan ; | 260 | owl:allValuesFrom ILAP:ExecutionPlan ; |
253 | - owl:onProperty ILAP:hasPlanSubplan | 261 | + owl:onProperty ILAP:hasPlanRollUp |
254 | - ] ; | ||
255 | - rdfs:subClassOf | ||
256 | - [ rdf:type owl:Restriction ; | ||
257 | - owl:allValuesFrom NPD:NPDelement ; | ||
258 | - owl:onProperty ILAP:hasPlanNPDelement | ||
259 | - ] ; | ||
260 | - rdfs:subClassOf | ||
261 | - [ rdf:type owl:Restriction ; | ||
262 | - owl:onProperty ILAP:hasPlanGeoArea ; | ||
263 | - owl:someValuesFrom ILAP:PlanGeoArea | ||
264 | ] ; | 262 | ] ; |
265 | rdfs:subClassOf | 263 | rdfs:subClassOf |
266 | [ rdf:type owl:Restriction ; | 264 | [ rdf:type owl:Restriction ; |
267 | - owl:onProperty ILAP:hasPlanContentType ; | 265 | + owl:allValuesFrom ILAP:PlanValueObjective ; |
268 | - owl:someValuesFrom ILAP:PlanContentType | 266 | + owl:onProperty ILAP:hasPlanValueObjective |
269 | ] . | 267 | ] . |
270 | 268 | ||
271 | ILAP:ExternalReference | 269 | ILAP:ExternalReference |
272 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | 270 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; |
273 | rdfs:label "External Reference"^^xsd:string ; | 271 | rdfs:label "External Reference"^^xsd:string ; |
274 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; | 272 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; |
275 | rdfs:subClassOf | 273 | rdfs:subClassOf |
276 | [ rdf:type owl:Restriction ; | 274 | [ rdf:type owl:Restriction ; |
277 | - owl:onDataRange xsd:string ; | 275 | + owl:allValuesFrom ILAP:Application ; |
278 | - owl:onProperty ILAP:hasReferenceID ; | 276 | + owl:onProperty ILAP:hasReferenceApplication |
279 | - owl:qualifiedCardinality | ||
280 | - "1"^^xsd:nonNegativeInteger | ||
281 | ] ; | 277 | ] ; |
282 | rdfs:subClassOf | 278 | rdfs:subClassOf |
283 | [ rdf:type owl:Restriction ; | 279 | [ rdf:type owl:Restriction ; |
... | @@ -286,19 +282,21 @@ ILAP:ExternalReference | ... | @@ -286,19 +282,21 @@ ILAP:ExternalReference |
286 | ] ; | 282 | ] ; |
287 | rdfs:subClassOf | 283 | rdfs:subClassOf |
288 | [ rdf:type owl:Restriction ; | 284 | [ rdf:type owl:Restriction ; |
289 | - owl:allValuesFrom ILAP:Application ; | 285 | + owl:onDataRange xsd:string ; |
290 | - owl:onProperty ILAP:hasReferenceApplication | 286 | + owl:onProperty ILAP:hasReferenceID ; |
287 | + owl:qualifiedCardinality | ||
288 | + "1"^^xsd:nonNegativeInteger | ||
291 | ] . | 289 | ] . |
292 | 290 | ||
293 | ILAP:FinishToFinish | 291 | ILAP:FinishToFinish |
294 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 292 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
295 | rdfs:label "Finish to finish"^^xsd:string ; | 293 | rdfs:label "Finish to finish"^^xsd:string ; |
296 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor . | 294 | + rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> . |
297 | 295 | ||
298 | ILAP:FinishToStart | 296 | ILAP:FinishToStart |
299 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 297 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
300 | rdfs:label "Finish to start"^^xsd:string ; | 298 | rdfs:label "Finish to start"^^xsd:string ; |
301 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor . | 299 | + rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> . |
302 | 300 | ||
303 | ILAP:LiveSchedule | 301 | ILAP:LiveSchedule |
304 | rdf:type owl:Class ; | 302 | rdf:type owl:Class ; |
... | @@ -306,18 +304,18 @@ ILAP:LiveSchedule | ... | @@ -306,18 +304,18 @@ ILAP:LiveSchedule |
306 | rdfs:subClassOf ILAP:CurrentControlSchedule . | 304 | rdfs:subClassOf ILAP:CurrentControlSchedule . |
307 | 305 | ||
308 | ILAP:Location | 306 | ILAP:Location |
309 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | 307 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; |
310 | rdfs:label "Location"^^xsd:string ; | 308 | rdfs:label "Location"^^xsd:string ; |
311 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . | 309 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . |
312 | 310 | ||
313 | ILAP:Milestone | 311 | ILAP:Milestone |
314 | rdf:type owl:Class ; | 312 | rdf:type owl:Class ; |
315 | rdfs:label "Milestone"^^xsd:string . | 313 | rdfs:label "Milestone"^^xsd:string . |
316 | 314 | ||
317 | ILAP:NetworkSchedule | 315 | ILAP:NetworkSchedule |
318 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 316 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
319 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 317 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
320 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:ActivityNetwork ; | 318 | + rdfs:subClassOf ILAP:ActivityNetwork , <http://posccaesar.org/rdl/RDS333764> ; |
321 | rdfs:subClassOf | 319 | rdfs:subClassOf |
322 | [ rdf:type owl:Restriction ; | 320 | [ rdf:type owl:Restriction ; |
323 | owl:maxQualifiedCardinality | 321 | owl:maxQualifiedCardinality |
... | @@ -347,14 +345,14 @@ ILAP:Phase | ... | @@ -347,14 +345,14 @@ ILAP:Phase |
347 | rdfs:subClassOf owl:Thing . | 345 | rdfs:subClassOf owl:Thing . |
348 | 346 | ||
349 | ILAP:PlanClassifier | 347 | ILAP:PlanClassifier |
350 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 348 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
351 | rdfs:label "Plan classifier"^^xsd:string ; | 349 | rdfs:label "Plan classifier"^^xsd:string ; |
352 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . | 350 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . |
353 | 351 | ||
354 | ILAP:PlanContentType | 352 | ILAP:PlanContentType |
355 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 353 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
356 | rdfs:label "Content type"^^xsd:string ; | 354 | rdfs:label "Content type"^^xsd:string ; |
357 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . | 355 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . |
358 | 356 | ||
359 | ILAP:PlanContractType | 357 | ILAP:PlanContractType |
360 | rdf:type owl:Class ; | 358 | rdf:type owl:Class ; |
... | @@ -367,29 +365,29 @@ ILAP:PlanExpenseType | ... | @@ -367,29 +365,29 @@ ILAP:PlanExpenseType |
367 | rdfs:subClassOf ILAP:PlanClassifier . | 365 | rdfs:subClassOf ILAP:PlanClassifier . |
368 | 366 | ||
369 | ILAP:PlanGeoArea | 367 | ILAP:PlanGeoArea |
370 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; | 368 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; |
371 | rdfs:label "Plan geographic area"^^xsd:string ; | 369 | rdfs:label "Plan geographic area"^^xsd:string ; |
372 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 370 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
373 | 371 | ||
374 | ILAP:PlanLevel | 372 | ILAP:PlanLevel |
375 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 373 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
376 | rdfs:label "Plan level"^^xsd:string ; | 374 | rdfs:label "Plan level"^^xsd:string ; |
377 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 375 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
378 | 376 | ||
379 | ILAP:PlanLifecyclePhase | 377 | ILAP:PlanLifecyclePhase |
380 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 378 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
381 | rdfs:label "Plan lifecycle phase"^^xsd:string ; | 379 | rdfs:label "Plan lifecycle phase"^^xsd:string ; |
382 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 380 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
383 | 381 | ||
384 | ILAP:PlanProjectType | 382 | ILAP:PlanProjectType |
385 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 383 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
386 | rdfs:label "Plan project type"^^xsd:string ; | 384 | rdfs:label "Plan project type"^^xsd:string ; |
387 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . | 385 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . |
388 | 386 | ||
389 | ILAP:PlanValueObjective | 387 | ILAP:PlanValueObjective |
390 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; | 388 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; |
391 | rdfs:label "Plan value objective"^^xsd:string ; | 389 | rdfs:label "Plan value objective"^^xsd:string ; |
392 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . | 390 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . |
393 | 391 | ||
394 | ILAP:PlannedActivity | 392 | ILAP:PlannedActivity |
395 | rdf:type owl:Class ; | 393 | rdf:type owl:Class ; |
... | @@ -397,8 +395,8 @@ ILAP:PlannedActivity | ... | @@ -397,8 +395,8 @@ ILAP:PlannedActivity |
397 | rdfs:subClassOf ILAP:Activity ; | 395 | rdfs:subClassOf ILAP:Activity ; |
398 | rdfs:subClassOf | 396 | rdfs:subClassOf |
399 | [ rdf:type owl:Restriction ; | 397 | [ rdf:type owl:Restriction ; |
400 | - owl:allValuesFrom BRREG:LegalEntity ; | 398 | + owl:allValuesFrom ILAP:ContractorWBS ; |
401 | - owl:onProperty ILAP:hasActivityResponsibleOrganization | 399 | + owl:onProperty ILAP:hasActivityContractorWBS |
402 | ] ; | 400 | ] ; |
403 | rdfs:subClassOf | 401 | rdfs:subClassOf |
404 | [ rdf:type owl:Restriction ; | 402 | [ rdf:type owl:Restriction ; |
... | @@ -407,18 +405,18 @@ ILAP:PlannedActivity | ... | @@ -407,18 +405,18 @@ ILAP:PlannedActivity |
407 | ] ; | 405 | ] ; |
408 | rdfs:subClassOf | 406 | rdfs:subClassOf |
409 | [ rdf:type owl:Restriction ; | 407 | [ rdf:type owl:Restriction ; |
410 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 408 | + owl:allValuesFrom ILAP:Successor ; |
411 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 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:Location ; | 413 | + owl:allValuesFrom BRREG:LegalEntity ; |
416 | - owl:onProperty ILAP:hasActivityLocation | 414 | + owl:onProperty ILAP:hasActivityResponsibleOrganization |
417 | ] ; | 415 | ] ; |
418 | rdfs:subClassOf | 416 | rdfs:subClassOf |
419 | [ rdf:type owl:Restriction ; | 417 | [ rdf:type owl:Restriction ; |
420 | - owl:allValuesFrom ILAP:Successor ; | 418 | + owl:allValuesFrom ILAP:Location ; |
421 | - owl:onProperty ILAP:hasActivityPredecessor | 419 | + owl:onProperty ILAP:hasActivityLocation |
422 | ] ; | 420 | ] ; |
423 | rdfs:subClassOf | 421 | rdfs:subClassOf |
424 | [ rdf:type owl:Restriction ; | 422 | [ rdf:type owl:Restriction ; |
... | @@ -427,10 +425,8 @@ ILAP:PlannedActivity | ... | @@ -427,10 +425,8 @@ ILAP:PlannedActivity |
427 | ] ; | 425 | ] ; |
428 | rdfs:subClassOf | 426 | rdfs:subClassOf |
429 | [ rdf:type owl:Restriction ; | 427 | [ rdf:type owl:Restriction ; |
430 | - owl:maxQualifiedCardinality | 428 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
431 | - "1"^^xsd:nonNegativeInteger ; | 429 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
432 | - owl:onClass ILAP:ExecutionPlan ; | ||
433 | - owl:onProperty ILAP:hasActivityPlan | ||
434 | ] ; | 430 | ] ; |
435 | rdfs:subClassOf | 431 | rdfs:subClassOf |
436 | [ rdf:type owl:Restriction ; | 432 | [ rdf:type owl:Restriction ; |
... | @@ -439,23 +435,25 @@ ILAP:PlannedActivity | ... | @@ -439,23 +435,25 @@ ILAP:PlannedActivity |
439 | ] ; | 435 | ] ; |
440 | rdfs:subClassOf | 436 | rdfs:subClassOf |
441 | [ rdf:type owl:Restriction ; | 437 | [ rdf:type owl:Restriction ; |
442 | - owl:allValuesFrom ILAP:Successor ; | ||
443 | - owl:onProperty ILAP:hasActivitySuccessor | ||
444 | - ] ; | ||
445 | - rdfs:subClassOf | ||
446 | - [ rdf:type owl:Restriction ; | ||
447 | owl:onProperty ILAP:hasActivityDiscipline ; | 438 | owl:onProperty ILAP:hasActivityDiscipline ; |
448 | owl:someValuesFrom ILAP:PlannedActivity | 439 | owl:someValuesFrom ILAP:PlannedActivity |
449 | ] ; | 440 | ] ; |
450 | rdfs:subClassOf | 441 | rdfs:subClassOf |
451 | [ rdf:type owl:Restriction ; | 442 | [ rdf:type owl:Restriction ; |
452 | - owl:allValuesFrom ILAP:ContractorWBS ; | 443 | + owl:maxQualifiedCardinality |
453 | - owl:onProperty ILAP:hasActivityContractorWBS | 444 | + "1"^^xsd:nonNegativeInteger ; |
445 | + owl:onClass ILAP:ExecutionPlan ; | ||
446 | + owl:onProperty ILAP:hasActivityPlan | ||
454 | ] ; | 447 | ] ; |
455 | rdfs:subClassOf | 448 | rdfs:subClassOf |
456 | [ rdf:type owl:Restriction ; | 449 | [ rdf:type owl:Restriction ; |
457 | owl:allValuesFrom ILAP:Phase ; | 450 | owl:allValuesFrom ILAP:Phase ; |
458 | owl:onProperty ILAP:hasActivityPhase | 451 | owl:onProperty ILAP:hasActivityPhase |
452 | + ] ; | ||
453 | + rdfs:subClassOf | ||
454 | + [ rdf:type owl:Restriction ; | ||
455 | + owl:allValuesFrom ILAP:Successor ; | ||
456 | + owl:onProperty ILAP:hasActivitySuccessor | ||
459 | ] . | 457 | ] . |
460 | 458 | ||
461 | ILAP:PlannedResource | 459 | ILAP:PlannedResource |
... | @@ -474,9 +472,9 @@ ILAP:PortfolioPlan | ... | @@ -474,9 +472,9 @@ ILAP:PortfolioPlan |
474 | rdfs:subClassOf ILAP:ExecutionPlan . | 472 | rdfs:subClassOf ILAP:ExecutionPlan . |
475 | 473 | ||
476 | ILAP:Profile | 474 | ILAP:Profile |
477 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; | 475 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; |
478 | rdfs:label "Resource profile"^^xsd:string ; | 476 | rdfs:label "Resource profile"^^xsd:string ; |
479 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . | 477 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . |
480 | 478 | ||
481 | ILAP:ProfilePoint | 479 | ILAP:ProfilePoint |
482 | rdf:type owl:Class ; | 480 | rdf:type owl:Class ; |
... | @@ -489,30 +487,30 @@ ILAP:ProgrammePlan | ... | @@ -489,30 +487,30 @@ ILAP:ProgrammePlan |
489 | rdfs:subClassOf ILAP:ExecutionPlan . | 487 | rdfs:subClassOf ILAP:ExecutionPlan . |
490 | 488 | ||
491 | ILAP:Project | 489 | ILAP:Project |
492 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 490 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
493 | rdfs:label "Project"^^xsd:string ; | 491 | rdfs:label "Project"^^xsd:string ; |
494 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS9629> ; | 492 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9629> , owl:Thing ; |
495 | rdfs:subClassOf | 493 | rdfs:subClassOf |
496 | [ rdf:type owl:Restriction ; | 494 | [ rdf:type owl:Restriction ; |
497 | - owl:onDataRange xsd:string ; | 495 | + owl:allValuesFrom BRREG:OilCompany ; |
498 | - owl:onProperty ILAP:hasName ; | 496 | + owl:onProperty ILAP:hasProjectResponsible |
499 | - owl:qualifiedCardinality | ||
500 | - "1"^^xsd:nonNegativeInteger | ||
501 | ] ; | 497 | ] ; |
502 | rdfs:subClassOf | 498 | rdfs:subClassOf |
503 | [ rdf:type owl:Restriction ; | 499 | [ rdf:type owl:Restriction ; |
504 | - owl:allValuesFrom ILAP:Project ; | 500 | + owl:allValuesFrom ILAP:ExternalReference ; |
505 | - owl:onProperty ILAP:hasProjectSubproject | 501 | + owl:onProperty ILAP:hasExternalReference |
506 | ] ; | 502 | ] ; |
507 | rdfs:subClassOf | 503 | rdfs:subClassOf |
508 | [ rdf:type owl:Restriction ; | 504 | [ rdf:type owl:Restriction ; |
509 | - owl:allValuesFrom ILAP:ExternalReference ; | 505 | + owl:allValuesFrom ILAP:Project ; |
510 | - owl:onProperty ILAP:hasExternalReference | 506 | + owl:onProperty ILAP:hasProjectSubproject |
511 | ] ; | 507 | ] ; |
512 | rdfs:subClassOf | 508 | rdfs:subClassOf |
513 | [ rdf:type owl:Restriction ; | 509 | [ rdf:type owl:Restriction ; |
514 | - owl:allValuesFrom BRREG:OilCompany ; | 510 | + owl:onDataRange xsd:string ; |
515 | - owl:onProperty ILAP:hasProjectResponsible | 511 | + owl:onProperty ILAP:hasName ; |
512 | + owl:qualifiedCardinality | ||
513 | + "1"^^xsd:nonNegativeInteger | ||
516 | ] . | 514 | ] . |
517 | 515 | ||
518 | ILAP:ProjectPlan | 516 | ILAP:ProjectPlan |
... | @@ -521,12 +519,12 @@ ILAP:ProjectPlan | ... | @@ -521,12 +519,12 @@ ILAP:ProjectPlan |
521 | rdfs:subClassOf ILAP:ExecutionPlan . | 519 | rdfs:subClassOf ILAP:ExecutionPlan . |
522 | 520 | ||
523 | ILAP:Regular8To16WorkingDayCalendar | 521 | ILAP:Regular8To16WorkingDayCalendar |
524 | - 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 ; |
525 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 523 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
526 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar . | 524 | + rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . |
527 | 525 | ||
528 | ILAP:Resource | 526 | ILAP:Resource |
529 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 527 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
530 | rdfs:label "Resource"^^xsd:string ; | 528 | rdfs:label "Resource"^^xsd:string ; |
531 | rdfs:subClassOf owl:Thing ; | 529 | rdfs:subClassOf owl:Thing ; |
532 | rdfs:subClassOf | 530 | rdfs:subClassOf |
... | @@ -553,12 +551,12 @@ ILAP:ResponsibleOrganization | ... | @@ -553,12 +551,12 @@ ILAP:ResponsibleOrganization |
553 | rdfs:subClassOf owl:Thing . | 551 | rdfs:subClassOf owl:Thing . |
554 | 552 | ||
555 | ILAP:ResponsiblePerson | 553 | ILAP:ResponsiblePerson |
556 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Class> ; | 554 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Class> , owl:Class ; |
557 | rdfs:label "Responsible"^^xsd:string ; | 555 | rdfs:label "Responsible"^^xsd:string ; |
558 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS1001138391> . | 556 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS1001138391> , owl:Thing . |
559 | 557 | ||
560 | ILAP:Result | 558 | ILAP:Result |
561 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 559 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
562 | rdfs:label "Result"^^xsd:string ; | 560 | rdfs:label "Result"^^xsd:string ; |
563 | rdfs:subClassOf owl:Thing . | 561 | rdfs:subClassOf owl:Thing . |
564 | 562 | ||
... | @@ -568,10 +566,8 @@ ILAP:ScheduledActivity | ... | @@ -568,10 +566,8 @@ ILAP:ScheduledActivity |
568 | rdfs:subClassOf ILAP:Activity ; | 566 | rdfs:subClassOf ILAP:Activity ; |
569 | rdfs:subClassOf | 567 | rdfs:subClassOf |
570 | [ rdf:type owl:Restriction ; | 568 | [ rdf:type owl:Restriction ; |
571 | - owl:maxQualifiedCardinality | 569 | + owl:allValuesFrom ILAP:ScheduledResource ; |
572 | - "1"^^xsd:nonNegativeInteger ; | 570 | + owl:onProperty ILAP:hasActivityScheduledResource |
573 | - owl:onClass ILAP:PlannedActivity ; | ||
574 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | ||
575 | ] ; | 571 | ] ; |
576 | rdfs:subClassOf | 572 | rdfs:subClassOf |
577 | [ rdf:type owl:Restriction ; | 573 | [ rdf:type owl:Restriction ; |
... | @@ -582,8 +578,10 @@ ILAP:ScheduledActivity | ... | @@ -582,8 +578,10 @@ ILAP:ScheduledActivity |
582 | ] ; | 578 | ] ; |
583 | rdfs:subClassOf | 579 | rdfs:subClassOf |
584 | [ rdf:type owl:Restriction ; | 580 | [ rdf:type owl:Restriction ; |
585 | - owl:allValuesFrom ILAP:ScheduledResource ; | 581 | + owl:maxQualifiedCardinality |
586 | - owl:onProperty ILAP:hasActivityScheduledResource | 582 | + "1"^^xsd:nonNegativeInteger ; |
583 | + owl:onClass ILAP:PlannedActivity ; | ||
584 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | ||
587 | ] . | 585 | ] . |
588 | 586 | ||
589 | ILAP:ScheduledResource | 587 | ILAP:ScheduledResource |
... | @@ -607,35 +605,35 @@ ILAP:SpecifiedUserField | ... | @@ -607,35 +605,35 @@ ILAP:SpecifiedUserField |
607 | rdfs:subClassOf ILAP:UserField . | 605 | rdfs:subClassOf ILAP:UserField . |
608 | 606 | ||
609 | ILAP:StartToFinish | 607 | ILAP:StartToFinish |
610 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 608 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
611 | rdfs:label "Start to finish"^^xsd:string ; | 609 | rdfs:label "Start to finish"^^xsd:string ; |
612 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor . | 610 | + rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> . |
613 | 611 | ||
614 | ILAP:StartToStart | 612 | ILAP:StartToStart |
615 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 613 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
616 | rdfs:label "Start to start"^^xsd:string ; | 614 | rdfs:label "Start to start"^^xsd:string ; |
617 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor . | 615 | + rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> . |
618 | 616 | ||
619 | ILAP:Status | 617 | ILAP:Status |
620 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; | 618 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; |
621 | rdfs:label "Status"^^xsd:string ; | 619 | rdfs:label "Status"^^xsd:string ; |
622 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . | 620 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . |
623 | 621 | ||
624 | ILAP:Successor | 622 | ILAP:Successor |
625 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 623 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
626 | rdfs:label "Successor"^^xsd:string ; | 624 | rdfs:label "Successor"^^xsd:string ; |
627 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS44294438194> ; | 625 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , owl:Thing ; |
628 | rdfs:subClassOf | 626 | rdfs:subClassOf |
629 | [ rdf:type owl:Restriction ; | 627 | [ rdf:type owl:Restriction ; |
630 | owl:onClass ILAP:Activity ; | 628 | owl:onClass ILAP:Activity ; |
631 | - owl:onProperty ILAP:hasSuccessorActivity ; | 629 | + owl:onProperty ILAP:hasPredecessorActivity ; |
632 | owl:qualifiedCardinality | 630 | owl:qualifiedCardinality |
633 | "1"^^xsd:nonNegativeInteger | 631 | "1"^^xsd:nonNegativeInteger |
634 | ] ; | 632 | ] ; |
635 | rdfs:subClassOf | 633 | rdfs:subClassOf |
636 | [ rdf:type owl:Restriction ; | 634 | [ rdf:type owl:Restriction ; |
637 | owl:onClass ILAP:Activity ; | 635 | owl:onClass ILAP:Activity ; |
638 | - owl:onProperty ILAP:hasPredecessorActivity ; | 636 | + owl:onProperty ILAP:hasSuccessorActivity ; |
639 | owl:qualifiedCardinality | 637 | owl:qualifiedCardinality |
640 | "1"^^xsd:nonNegativeInteger | 638 | "1"^^xsd:nonNegativeInteger |
641 | ] . | 639 | ] . |
... | @@ -663,9 +661,9 @@ ILAP:UserField | ... | @@ -663,9 +661,9 @@ ILAP:UserField |
663 | ] . | 661 | ] . |
664 | 662 | ||
665 | ILAP:WeekendsFreeCalendar | 663 | ILAP:WeekendsFreeCalendar |
666 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 664 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
667 | rdfs:label "Weekends free calendar"^^xsd:string ; | 665 | rdfs:label "Weekends free calendar"^^xsd:string ; |
668 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . | 666 | + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . |
669 | 667 | ||
670 | ILAP:WorkOrders | 668 | ILAP:WorkOrders |
671 | rdf:type owl:Class ; | 669 | rdf:type owl:Class ; |
... | @@ -673,18 +671,18 @@ ILAP:WorkOrders | ... | @@ -673,18 +671,18 @@ ILAP:WorkOrders |
673 | rdfs:subClassOf ILAP:WorkTask . | 671 | rdfs:subClassOf ILAP:WorkTask . |
674 | 672 | ||
675 | ILAP:WorkTask | 673 | ILAP:WorkTask |
676 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 674 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
677 | rdfs:label "Work task"^^xsd:string ; | 675 | rdfs:label "Work task"^^xsd:string ; |
678 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; | 676 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; |
679 | rdfs:subClassOf | 677 | rdfs:subClassOf |
680 | [ rdf:type owl:Restriction ; | 678 | [ rdf:type owl:Restriction ; |
681 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 679 | + owl:allValuesFrom BRREG:LegalEntity ; |
682 | - owl:someValuesFrom ILAP:Activity | 680 | + owl:onProperty ILAP:hasWorkTaskResponsible |
683 | ] ; | 681 | ] ; |
684 | rdfs:subClassOf | 682 | rdfs:subClassOf |
685 | [ rdf:type owl:Restriction ; | 683 | [ rdf:type owl:Restriction ; |
686 | - owl:allValuesFrom BRREG:LegalEntity ; | 684 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
687 | - owl:onProperty ILAP:hasWorkTaskResponsible | 685 | + owl:someValuesFrom ILAP:Activity |
688 | ] . | 686 | ] . |
689 | 687 | ||
690 | ILAP:hasActivityActualWeight | 688 | ILAP:hasActivityActualWeight |
... | @@ -787,7 +785,7 @@ ILAP:hasActivityPhase | ... | @@ -787,7 +785,7 @@ ILAP:hasActivityPhase |
787 | rdfs:range ILAP:Phase . | 785 | rdfs:range ILAP:Phase . |
788 | 786 | ||
789 | ILAP:hasActivityPlan | 787 | ILAP:hasActivityPlan |
790 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 788 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
791 | rdfs:domain ILAP:PlannedActivity ; | 789 | rdfs:domain ILAP:PlannedActivity ; |
792 | rdfs:label "has activity plan"^^xsd:string ; | 790 | rdfs:label "has activity plan"^^xsd:string ; |
793 | rdfs:range ILAP:ExecutionPlan . | 791 | rdfs:range ILAP:ExecutionPlan . |
... | @@ -830,7 +828,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -830,7 +828,7 @@ ILAP:hasActivityResponsibleOrganization |
830 | rdfs:range ILAP:ResponsibleOrganization . | 828 | rdfs:range ILAP:ResponsibleOrganization . |
831 | 829 | ||
832 | ILAP:hasActivityResponsiblePerson | 830 | ILAP:hasActivityResponsiblePerson |
833 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 831 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
834 | rdfs:domain ILAP:PlannedActivity ; | 832 | rdfs:domain ILAP:PlannedActivity ; |
835 | rdfs:label "has activity responsible"^^xsd:string ; | 833 | rdfs:label "has activity responsible"^^xsd:string ; |
836 | rdfs:range ILAP:ResponsiblePerson . | 834 | rdfs:range ILAP:ResponsiblePerson . |
... | @@ -875,7 +873,7 @@ ILAP:hasActivityStatus | ... | @@ -875,7 +873,7 @@ ILAP:hasActivityStatus |
875 | rdfs:range ILAP:Status . | 873 | rdfs:range ILAP:Status . |
876 | 874 | ||
877 | ILAP:hasActivitySuccessor | 875 | ILAP:hasActivitySuccessor |
878 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 876 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
879 | rdfs:domain ILAP:PlannedActivity ; | 877 | rdfs:domain ILAP:PlannedActivity ; |
880 | rdfs:label "has activity successor"^^xsd:string ; | 878 | rdfs:label "has activity successor"^^xsd:string ; |
881 | rdfs:range ILAP:Successor ; | 879 | rdfs:range ILAP:Successor ; |
... | @@ -922,7 +920,7 @@ ILAP:hasCalendarDate | ... | @@ -922,7 +920,7 @@ ILAP:hasCalendarDate |
922 | rdfs:label "has calendar date"^^xsd:string . | 920 | rdfs:label "has calendar date"^^xsd:string . |
923 | 921 | ||
924 | ILAP:hasCalendarFreePeriod | 922 | ILAP:hasCalendarFreePeriod |
925 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 923 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
926 | rdfs:domain ILAP:Calendar ; | 924 | rdfs:domain ILAP:Calendar ; |
927 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 925 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
928 | rdfs:range ILAP:CalendarFreePeriod . | 926 | rdfs:range ILAP:CalendarFreePeriod . |
... | @@ -957,7 +955,7 @@ ILAP:hasCalendarPeriodWorkHour | ... | @@ -957,7 +955,7 @@ ILAP:hasCalendarPeriodWorkHour |
957 | rdfs:subPropertyOf ILAP:hasCalendarPeriodHour . | 955 | rdfs:subPropertyOf ILAP:hasCalendarPeriodHour . |
958 | 956 | ||
959 | ILAP:hasCalendarWorkPeriod | 957 | ILAP:hasCalendarWorkPeriod |
960 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 958 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
961 | rdfs:domain ILAP:Calendar ; | 959 | rdfs:domain ILAP:Calendar ; |
962 | rdfs:label "has calendarcalendar work period"^^xsd:string ; | 960 | rdfs:label "has calendarcalendar work period"^^xsd:string ; |
963 | rdfs:range ILAP:CalendarWorkPeriod . | 961 | rdfs:range ILAP:CalendarWorkPeriod . |
... | @@ -1180,7 +1178,7 @@ ILAP:hasPlanRegulator | ... | @@ -1180,7 +1178,7 @@ ILAP:hasPlanRegulator |
1180 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1178 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
1181 | 1179 | ||
1182 | ILAP:hasPlanResponsible | 1180 | ILAP:hasPlanResponsible |
1183 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1181 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
1184 | rdfs:label "has plan responsible"^^xsd:string . | 1182 | rdfs:label "has plan responsible"^^xsd:string . |
1185 | 1183 | ||
1186 | ILAP:hasPlanRollUp | 1184 | ILAP:hasPlanRollUp |
... | @@ -1314,7 +1312,7 @@ ILAP:hasSchedulePlan | ... | @@ -1314,7 +1312,7 @@ ILAP:hasSchedulePlan |
1314 | rdfs:range ILAP:ExecutionPlan . | 1312 | rdfs:range ILAP:ExecutionPlan . |
1315 | 1313 | ||
1316 | ILAP:hasSuccessorActivity | 1314 | ILAP:hasSuccessorActivity |
1317 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1315 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
1318 | rdfs:domain ILAP:Successor ; | 1316 | rdfs:domain ILAP:Successor ; |
1319 | rdfs:label "has successor activity "^^xsd:string ; | 1317 | rdfs:label "has successor activity "^^xsd:string ; |
1320 | rdfs:range ILAP:PlannedActivity ; | 1318 | rdfs:range ILAP:PlannedActivity ; | ... | ... |
1 | # baseURI: http://data.posccaesar.org/Data/UC2/ | 1 | # baseURI: http://data.posccaesar.org/Data/UC2/ |
2 | -# imports: http://data.posccaesar.org/NCS_PLANNING/ | ||
3 | 2 | ||
4 | -# c14n-version: 3 | 3 | +@prefix : <http://data.posccaesar.org/Data/UC2/> . |
5 | -@prefix : <http://data.posccaesar.org/Data/UC2/> . | 4 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . |
6 | -@prefix ILAP: <http://data.posccaesar.org/ilap/> . | 5 | +@prefix NCS_PLANNING: <http://data.posccaesar.org/NCS_PLANNING/> . |
7 | -@prefix UC2: <http://data.posccaesar.org/Data/UC2/> . | 6 | +@prefix UC2: <http://data.posccaesar.org/Data/UC2/> . |
8 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
9 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
10 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
11 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
12 | -ILAP: | 11 | + |
13 | - rdf:type owl:Ontology ; | 12 | +UC2: rdf:type owl:Ontology . |
14 | - owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | 13 | + |
15 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
16 | -. | ||
17 | ILAP:ActivityInPlan_1 | 14 | ILAP:ActivityInPlan_1 |
18 | - rdf:type ILAP:PlannedActivity ; | 15 | + rdf:type ILAP:PlannedActivity ; |
19 | - ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | 16 | + rdfs:label "Activity in plan 1"^^xsd:string ; |
20 | - ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> ; | 17 | + ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> , <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; |
21 | - ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ; | 18 | + ILAP:hasActivityCalendar |
22 | - ILAP:hasActivityContractor <http://data.posccaesar.org/brreg/Technip> ; | 19 | + NCS_PLANNING:Regular8To16WorkingDayCalendar ; |
23 | - ILAP:hasActivityContractorWBS ILAP:ContractorWBS_1 ; | 20 | + ILAP:hasActivityContractor |
24 | - ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ; | 21 | + <http://data.posccaesar.org/brreg/Technip> ; |
25 | - ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | 22 | + ILAP:hasActivityContractorWBS |
26 | - ILAP:hasActivityDuration "P0Y0M10D"^^xsd:duration ; | 23 | + ILAP:ContractorWBS_1 ; |
27 | - ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/COR_C_Construction_Overheads> ; | 24 | + ILAP:hasActivityDiscipline |
28 | - ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/COR_E_Equipment> ; | 25 | + <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ; |
29 | - ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | 26 | + ILAP:hasActivityDuration |
30 | - ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; | 27 | + "P0Y0M10D"^^xsd:duration ; |
31 | - ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | 28 | + ILAP:hasActivityILAPWBS |
32 | - ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ; | 29 | + <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_C_Construction_Overheads> , <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> , <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> , <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> , <http://data.posccaesar.org/sccs/COR_E_Equipment> ; |
33 | - ILAP:hasActivityLocation <http://data.posccaesar.org/npd/EldfiskC> ; | 30 | + ILAP:hasActivityLocation |
34 | - ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | 31 | + <http://data.posccaesar.org/npd/EldfiskC> ; |
35 | - ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | 32 | + ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; |
36 | - ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ; | 33 | + ILAP:hasActivityPhase |
37 | - ILAP:hasActivityPlan ILAP:Plan_1 ; | 34 | + <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> , <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; |
38 | - ILAP:hasActivityRegulator <http://data.posccaesar.org/brreg/NPD> ; | 35 | + ILAP:hasActivityPlan |
39 | - ILAP:hasActivityResource <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ; | 36 | + ILAP:Plan_1 ; |
40 | - ILAP:hasActivityResource <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | 37 | + ILAP:hasActivityRegulator |
41 | - ILAP:hasActivityResourceProfile ILAP:Profile_1 ; | 38 | + <http://data.posccaesar.org/brreg/NPD> ; |
42 | - ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/Sevan> ; | 39 | + ILAP:hasActivityResource |
43 | - ILAP:hasActivityResponsiblePerson <http://data.posccaesar.org/pob/RolfHansen> ; | 40 | + <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> , <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; |
44 | - ILAP:hasActivityResult <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; | 41 | + ILAP:hasActivityResourceProfile |
45 | - ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | 42 | + ILAP:Profile_1 ; |
46 | - ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ; | 43 | + ILAP:hasActivityResponsibleOrganization |
47 | - ILAP:hasActivityServiceSupplier <http://data.posccaesar.org/brreg/Sevan> ; | 44 | + <http://data.posccaesar.org/brreg/Sevan> ; |
48 | - ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ; | 45 | + ILAP:hasActivityResponsiblePerson |
49 | - ILAP:hasActivitySuccessor ILAP:Successor_1 ; | 46 | + <http://data.posccaesar.org/pob/RolfHansen> ; |
50 | - ILAP:hasActivityVendor <http://data.posccaesar.org/brreg/SumitomoMetal> ; | 47 | + ILAP:hasActivityResult |
51 | - ILAP:hasActivityWorkTask ILAP:WorkTask_1 ; | 48 | + <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; |
52 | - ILAP:hasActivityWorkTask <http://data.posccaesar.org/epcis/ArrivingEvent_1> ; | 49 | + ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> , <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ; |
53 | - ILAP:hasActivityWorkTask <http://data.posccaesar.org/epcis/DepartingEvent_1> ; | 50 | + ILAP:hasActivityServiceSupplier |
54 | - ILAP:hasActivityWorkVolume "1000"^^xsd:float ; | 51 | + <http://data.posccaesar.org/brreg/Sevan> ; |
55 | - ILAP:hasExternalReference ILAP:ExternalReference_1 ; | 52 | + ILAP:hasActivityStatus |
56 | - ILAP:hasFixedFinish "2014-04-15T09:00:00"^^xsd:dateTime ; | 53 | + NCS_PLANNING:Active ; |
57 | - ILAP:hasFixedStart "2014-04-01T09:00:00"^^xsd:dateTime ; | 54 | + ILAP:hasActivitySuccessor |
58 | - rdfs:label "Activity in plan 1"^^xsd:string ; | 55 | + ILAP:Successor_1 ; |
59 | -. | 56 | + ILAP:hasActivityVendor |
57 | + <http://data.posccaesar.org/brreg/SumitomoMetal> ; | ||
58 | + ILAP:hasActivityWorkTask | ||
59 | + <http://data.posccaesar.org/epcis/DepartingEvent_1> , <http://data.posccaesar.org/epcis/ArrivingEvent_1> , ILAP:WorkTask_1 ; | ||
60 | + ILAP:hasActivityWorkVolume | ||
61 | + "1000"^^xsd:float ; | ||
62 | + ILAP:hasExternalReference | ||
63 | + ILAP:ExternalReference_1 ; | ||
64 | + ILAP:hasFixedFinish "2014-04-15T09:00:00"^^xsd:dateTime ; | ||
65 | + ILAP:hasFixedStart "2014-04-01T09:00:00"^^xsd:dateTime . | ||
66 | + | ||
60 | ILAP:ActivityInPlan_2 | 67 | ILAP:ActivityInPlan_2 |
61 | - rdf:type ILAP:PlannedActivity ; | 68 | + rdf:type ILAP:PlannedActivity ; |
62 | - ILAP:hasActivityPlan ILAP:Plan_1 ; | 69 | + rdfs:label "Activity in plan 2"^^xsd:string ; |
63 | - ILAP:hasActivityPredecessor ILAP:Successor_1 ; | 70 | + ILAP:hasActivityPlan |
64 | - ILAP:hasActivitySuccessor ILAP:Successor_2 ; | 71 | + ILAP:Plan_1 ; |
65 | - rdfs:label "Activity in plan 2"^^xsd:string ; | 72 | + ILAP:hasActivityPredecessor |
66 | -. | 73 | + ILAP:Successor_1 ; |
74 | + ILAP:hasActivitySuccessor | ||
75 | + ILAP:Successor_2 . | ||
76 | + | ||
67 | ILAP:ActivityInPlan_3 | 77 | ILAP:ActivityInPlan_3 |
68 | - rdf:type ILAP:PlannedActivity ; | 78 | + rdf:type ILAP:PlannedActivity ; |
69 | - ILAP:hasActivityPlan ILAP:Plan_1 ; | 79 | + rdfs:label "Activity in plan 3"^^xsd:string ; |
70 | - ILAP:hasActivityPredecessor ILAP:Successor_2 ; | 80 | + ILAP:hasActivityPlan |
71 | - rdfs:label "Activity in plan 3"^^xsd:string ; | 81 | + ILAP:Plan_1 ; |
72 | -. | 82 | + ILAP:hasActivityPredecessor |
83 | + ILAP:Successor_2 . | ||
84 | + | ||
73 | ILAP:ActivityInSchedule_1 | 85 | ILAP:ActivityInSchedule_1 |
74 | - rdf:type ILAP:ScheduledActivity ; | 86 | + rdf:type ILAP:ScheduledActivity ; |
75 | - ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ; | 87 | + rdfs:label "Activity in schedule 1"^^xsd:string ; |
76 | - ILAP:hasActivityDuration "P0Y0M10D"^^xsd:duration ; | 88 | + ILAP:hasActivityCalendar |
77 | - ILAP:hasActivityInScheduleActivityInPlan ILAP:ActivityInPlan_1 ; | 89 | + NCS_PLANNING:Regular8To16WorkingDayCalendar ; |
78 | - ILAP:hasActivitySchedule ILAP:TargetSchedule_1 ; | 90 | + ILAP:hasActivityDuration |
79 | - ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | 91 | + "P0Y0M10D"^^xsd:duration ; |
80 | - ILAP:hasActivityWorkVolume "30"^^xsd:float ; | 92 | + ILAP:hasActivityInScheduleActivityInPlan |
81 | - ILAP:hasEarlyFinish "2014-04-15T09:00:00"^^xsd:dateTime ; | 93 | + ILAP:ActivityInPlan_1 ; |
82 | - ILAP:hasEarlyStart "2014-04-01T09:00:00"^^xsd:dateTime ; | 94 | + ILAP:hasActivitySchedule |
83 | - ILAP:hasExternalReference ILAP:ExternalReference_4 ; | 95 | + ILAP:TargetSchedule_1 ; |
84 | - ILAP:hasLateFinish "2014-04-20T09:00:00"^^xsd:dateTime ; | 96 | + ILAP:hasActivityStatus |
85 | - ILAP:hasLateStart "2014-04-01T09:00:00"^^xsd:dateTime ; | 97 | + NCS_PLANNING:Scheduled ; |
86 | - rdfs:label "Activity in schedule 1"^^xsd:string ; | 98 | + ILAP:hasActivityWorkVolume |
87 | -. | 99 | + "30"^^xsd:float ; |
100 | + ILAP:hasEarlyFinish "2014-04-15T09:00:00"^^xsd:dateTime ; | ||
101 | + ILAP:hasEarlyStart "2014-04-01T09:00:00"^^xsd:dateTime ; | ||
102 | + ILAP:hasExternalReference | ||
103 | + ILAP:ExternalReference_4 ; | ||
104 | + ILAP:hasLateFinish "2014-04-20T09:00:00"^^xsd:dateTime ; | ||
105 | + ILAP:hasLateStart "2014-04-01T09:00:00"^^xsd:dateTime . | ||
106 | + | ||
88 | ILAP:ActivityInSchedule_2 | 107 | ILAP:ActivityInSchedule_2 |
89 | - rdf:type ILAP:ScheduledActivity ; | 108 | + rdf:type ILAP:ScheduledActivity ; |
90 | - ILAP:hasActivityInScheduleActivityInPlan ILAP:ActivityInPlan_2 ; | 109 | + rdfs:label "Activity in schedule 2"^^xsd:string ; |
91 | - ILAP:hasActivitySchedule ILAP:TargetSchedule_1 ; | 110 | + ILAP:hasActivityInScheduleActivityInPlan |
92 | - ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ; | 111 | + ILAP:ActivityInPlan_2 ; |
93 | - rdfs:label "Activity in schedule 2"^^xsd:string ; | 112 | + ILAP:hasActivitySchedule |
94 | -. | 113 | + ILAP:TargetSchedule_1 ; |
114 | + ILAP:hasActivityStatus | ||
115 | + NCS_PLANNING:Active . | ||
116 | + | ||
95 | ILAP:ActivityInSchedule_3 | 117 | ILAP:ActivityInSchedule_3 |
96 | - rdf:type ILAP:ScheduledActivity ; | 118 | + rdf:type ILAP:ScheduledActivity ; |
97 | - ILAP:hasActivityInScheduleActivityInPlan ILAP:ActivityInPlan_3 ; | 119 | + rdfs:label "Activity in schedule 3"^^xsd:string ; |
98 | - ILAP:hasActivitySchedule ILAP:TargetSchedule_1 ; | 120 | + ILAP:hasActivityInScheduleActivityInPlan |
99 | - ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | 121 | + ILAP:ActivityInPlan_3 ; |
100 | - rdfs:label "Activity in schedule 3"^^xsd:string ; | 122 | + ILAP:hasActivitySchedule |
101 | -. | 123 | + ILAP:TargetSchedule_1 ; |
124 | + ILAP:hasActivityStatus | ||
125 | + NCS_PLANNING:Scheduled . | ||
126 | + | ||
102 | ILAP:ActivityInSchedule_4 | 127 | ILAP:ActivityInSchedule_4 |
103 | - rdf:type ILAP:ScheduledActivity ; | 128 | + rdf:type ILAP:ScheduledActivity ; |
104 | - ILAP:hasActivityInScheduleActivityInPlan ILAP:ActivityInPlan_1 ; | 129 | + rdfs:label "Activity in schedule 4"^^xsd:string ; |
105 | - ILAP:hasActivitySchedule ILAP:ActualSchedule_1 ; | 130 | + ILAP:hasActivityInScheduleActivityInPlan |
106 | - ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | 131 | + ILAP:ActivityInPlan_1 ; |
107 | - rdfs:label "Activity in schedule 4"^^xsd:string ; | 132 | + ILAP:hasActivitySchedule |
108 | -. | 133 | + ILAP:ActualSchedule_1 ; |
134 | + ILAP:hasActivityStatus | ||
135 | + NCS_PLANNING:Scheduled . | ||
136 | + | ||
109 | ILAP:ActivityInSchedule_5 | 137 | ILAP:ActivityInSchedule_5 |
110 | - rdf:type ILAP:ScheduledActivity ; | 138 | + rdf:type ILAP:ScheduledActivity ; |
111 | - ILAP:hasActivityInScheduleActivityInPlan ILAP:ActivityInPlan_2 ; | 139 | + rdfs:label "Activity in schedule 5"^^xsd:string ; |
112 | - ILAP:hasActivitySchedule ILAP:ActualSchedule_1 ; | 140 | + ILAP:hasActivityInScheduleActivityInPlan |
113 | - ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | 141 | + ILAP:ActivityInPlan_2 ; |
114 | - rdfs:label "Activity in schedule 5"^^xsd:string ; | 142 | + ILAP:hasActivitySchedule |
115 | -. | 143 | + ILAP:ActualSchedule_1 ; |
144 | + ILAP:hasActivityStatus | ||
145 | + NCS_PLANNING:Scheduled . | ||
146 | + | ||
116 | ILAP:ActivityInSchedule_6 | 147 | ILAP:ActivityInSchedule_6 |
117 | - rdf:type ILAP:ScheduledActivity ; | 148 | + rdf:type ILAP:ScheduledActivity ; |
118 | - ILAP:hasActivityInScheduleActivityInPlan ILAP:ActivityInPlan_3 ; | 149 | + rdfs:label "Activity in schedule 6"^^xsd:string ; |
119 | - ILAP:hasActivitySchedule ILAP:ActualSchedule_1 ; | 150 | + ILAP:hasActivityInScheduleActivityInPlan |
120 | - ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | 151 | + ILAP:ActivityInPlan_3 ; |
121 | - rdfs:label "Activity in schedule 6"^^xsd:string ; | 152 | + ILAP:hasActivitySchedule |
122 | -. | 153 | + ILAP:ActualSchedule_1 ; |
154 | + ILAP:hasActivityStatus | ||
155 | + NCS_PLANNING:Scheduled . | ||
156 | + | ||
123 | ILAP:ActualSchedule_1 | 157 | ILAP:ActualSchedule_1 |
124 | - rdf:type ILAP:ActualSchedule ; | 158 | + rdf:type ILAP:ActualSchedule ; |
125 | - ILAP:hasBaselineCreatedDate "2014-03-15"^^xsd:date ; | 159 | + rdfs:label "Actual schedule 1"^^xsd:string ; |
126 | - ILAP:hasExternalReference ILAP:ExternalReference_1 ; | 160 | + ILAP:hasBaselineCreatedDate |
127 | - ILAP:hasSchedulePlan ILAP:Plan_1 ; | 161 | + "2014-03-15"^^xsd:date ; |
128 | - rdfs:label "Actual schedule 1"^^xsd:string ; | 162 | + ILAP:hasExternalReference |
129 | -. | 163 | + ILAP:ExternalReference_1 ; |
164 | + ILAP:hasSchedulePlan | ||
165 | + ILAP:Plan_1 . | ||
166 | + | ||
130 | ILAP:ContractorWBS_1 | 167 | ILAP:ContractorWBS_1 |
131 | - rdf:type ILAP:ContractorWBS ; | 168 | + rdf:type ILAP:ContractorWBS ; |
132 | - ILAP:hasContractorWBSelement "Installation activity"^^xsd:string ; | 169 | + rdfs:label "Contractor WBS 1"^^xsd:string ; |
133 | - ILAP:hasContractorWBSelement "Installing pump"^^xsd:string ; | 170 | + ILAP:hasContractorWBSelement |
134 | - ILAP:hasContractorWBSelement "Pump engineer"^^xsd:string ; | 171 | + "Installation activity"^^xsd:string , "Installing pump"^^xsd:string , "Pump engineer"^^xsd:string . |
135 | - rdfs:label "Contractor WBS 1"^^xsd:string ; | 172 | + |
136 | -. | ||
137 | ILAP:ExternalReference_1 | 173 | ILAP:ExternalReference_1 |
138 | - rdf:type ILAP:ExternalReference ; | 174 | + rdf:type ILAP:ExternalReference ; |
139 | - ILAP:hasReferenceApplication <http://data.posccaesar.org/NCS_PLANNING/Safran> ; | 175 | + rdfs:label "External reference 1"^^xsd:string ; |
140 | - ILAP:hasReferenceID "UC2-Ex1-Safran-101"^^xsd:string ; | 176 | + ILAP:hasReferenceApplication |
141 | - ILAP:hasReferenceSource <http://data.posccaesar.org/brreg/Sevan> ; | 177 | + NCS_PLANNING:Safran ; |
142 | - rdfs:label "External reference 1"^^xsd:string ; | 178 | + ILAP:hasReferenceID "UC2-Ex1-Safran-101"^^xsd:string ; |
143 | -. | 179 | + ILAP:hasReferenceSource |
180 | + <http://data.posccaesar.org/brreg/Sevan> . | ||
181 | + | ||
144 | ILAP:ExternalReference_2 | 182 | ILAP:ExternalReference_2 |
145 | - rdf:type ILAP:ExternalReference ; | 183 | + rdf:type ILAP:ExternalReference ; |
146 | - ILAP:hasReferenceApplication <http://data.posccaesar.org/NCS_PLANNING/Primavera> ; | 184 | + rdfs:label "External reference 2"^^xsd:string ; |
147 | - ILAP:hasReferenceID "UC2-Ex2-P6-102"^^xsd:string ; | 185 | + ILAP:hasReferenceApplication |
148 | - ILAP:hasReferenceSource <http://data.posccaesar.org/brreg/Schlumberger> ; | 186 | + NCS_PLANNING:Primavera ; |
149 | - rdfs:label "External reference 2"^^xsd:string ; | 187 | + ILAP:hasReferenceID "UC2-Ex2-P6-102"^^xsd:string ; |
150 | -. | 188 | + ILAP:hasReferenceSource |
189 | + <http://data.posccaesar.org/brreg/Schlumberger> . | ||
190 | + | ||
151 | ILAP:ExternalReference_3 | 191 | ILAP:ExternalReference_3 |
152 | - rdf:type ILAP:ExternalReference ; | 192 | + rdf:type ILAP:ExternalReference ; |
153 | - rdfs:label "External reference 3"^^xsd:string ; | 193 | + rdfs:label "External reference 3"^^xsd:string . |
154 | -. | 194 | + |
155 | ILAP:ExternalReference_4 | 195 | ILAP:ExternalReference_4 |
156 | - rdf:type ILAP:ExternalReference ; | 196 | + rdf:type ILAP:ExternalReference ; |
157 | - rdfs:label "External reference 4"^^xsd:string ; | 197 | + rdfs:label "External reference 4"^^xsd:string . |
158 | -. | 198 | + |
159 | ILAP:Milestone_1 | 199 | ILAP:Milestone_1 |
160 | - rdf:type ILAP:Milestone ; | 200 | + rdf:type ILAP:Milestone ; |
161 | - rdfs:label "Milestone 1"^^xsd:string ; | 201 | + rdfs:label "Milestone 1"^^xsd:string . |
162 | -. | 202 | + |
163 | ILAP:Plan_1 | 203 | ILAP:Plan_1 |
164 | - rdf:type ILAP:ExecutionPlan ; | 204 | + rdf:type ILAP:ExecutionPlan ; |
165 | - ILAP:hasExternalReference ILAP:ExternalReference_3 ; | 205 | + rdfs:label "Plan 1"^^xsd:string ; |
166 | - ILAP:hasPlanAsset <http://data.posccaesar.org/diskos/EkofiskField> ; | 206 | + ILAP:hasExternalReference |
167 | - ILAP:hasPlanAssetOwner <http://data.posccaesar.org/brreg/ConocoPhillips> ; | 207 | + ILAP:ExternalReference_3 ; |
168 | - ILAP:hasPlanContentType <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; | 208 | + ILAP:hasPlanAsset <http://data.posccaesar.org/diskos/EkofiskField> ; |
169 | - ILAP:hasPlanContractType <http://data.posccaesar.org/NCS_PLANNING/ScheduleDriven> ; | 209 | + ILAP:hasPlanAssetOwner |
170 | - ILAP:hasPlanContractor <http://data.posccaesar.org/brreg/Sevan> ; | 210 | + <http://data.posccaesar.org/brreg/ConocoPhillips> ; |
171 | - ILAP:hasPlanGeoArea <http://data.posccaesar.org/NCS_PLANNING/Facility> ; | 211 | + ILAP:hasPlanContentType |
172 | - ILAP:hasPlanLevel <http://data.posccaesar.org/NCS_PLANNING/L3_ProjectControlNetworkSchedule> ; | 212 | + <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; |
173 | - ILAP:hasPlanLicensePartner <http://data.posccaesar.org/brreg/Lundin> ; | 213 | + ILAP:hasPlanContractType |
174 | - ILAP:hasPlanLifecyclePhase <http://data.posccaesar.org/NCS_PLANNING/Maintenance> ; | 214 | + NCS_PLANNING:ScheduleDriven ; |
175 | - ILAP:hasPlanNPDelement <http://data.posccaesar.org/npd/EldfiskC> ; | 215 | + ILAP:hasPlanContractor |
176 | - ILAP:hasPlanOperator <http://data.posccaesar.org/brreg/ConocoPhillips> ; | 216 | + <http://data.posccaesar.org/brreg/Sevan> ; |
177 | - ILAP:hasPlanProject ILAP:Project_1 ; | 217 | + ILAP:hasPlanGeoArea NCS_PLANNING:Facility ; |
178 | - ILAP:hasPlanProjectType <http://data.posccaesar.org/NCS_PLANNING/BrownFieldProject> ; | 218 | + ILAP:hasPlanLevel NCS_PLANNING:L3_ProjectControlNetworkSchedule ; |
179 | - ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NPD> ; | 219 | + ILAP:hasPlanLicensePartner |
180 | - ILAP:hasPlanResponsible <http://data.posccaesar.org/brreg/Lundin> ; | 220 | + <http://data.posccaesar.org/brreg/Lundin> ; |
181 | - ILAP:hasPlanRollUp ILAP:Plan_2 ; | 221 | + ILAP:hasPlanLifecyclePhase |
182 | - ILAP:hasPlanServiceSupplier <http://data.posccaesar.org/brreg/Sevan> ; | 222 | + NCS_PLANNING:Maintenance ; |
183 | - ILAP:hasPlanSubplan ILAP:Plan_3 ; | 223 | + ILAP:hasPlanNPDelement |
184 | - ILAP:hasPlanValueObjective <http://data.posccaesar.org/NCS_PLANNING/BusinessAsUsual> ; | 224 | + <http://data.posccaesar.org/npd/EldfiskC> ; |
185 | - rdfs:label "Plan 1"^^xsd:string ; | 225 | + ILAP:hasPlanOperator |
186 | -. | 226 | + <http://data.posccaesar.org/brreg/ConocoPhillips> ; |
227 | + ILAP:hasPlanProject ILAP:Project_1 ; | ||
228 | + ILAP:hasPlanProjectType | ||
229 | + NCS_PLANNING:BrownFieldProject ; | ||
230 | + ILAP:hasPlanRegulator | ||
231 | + <http://data.posccaesar.org/brreg/NPD> ; | ||
232 | + ILAP:hasPlanResponsible | ||
233 | + <http://data.posccaesar.org/brreg/Lundin> ; | ||
234 | + ILAP:hasPlanRollUp ILAP:Plan_2 ; | ||
235 | + ILAP:hasPlanServiceSupplier | ||
236 | + <http://data.posccaesar.org/brreg/Sevan> ; | ||
237 | + ILAP:hasPlanSubplan ILAP:Plan_3 ; | ||
238 | + ILAP:hasPlanValueObjective | ||
239 | + NCS_PLANNING:BusinessAsUsual . | ||
240 | + | ||
187 | ILAP:Plan_2 | 241 | ILAP:Plan_2 |
188 | - rdf:type ILAP:ExecutionPlan ; | 242 | + rdf:type ILAP:ExecutionPlan ; |
189 | - rdfs:label "Plan 2"^^xsd:string ; | 243 | + rdfs:label "Plan 2"^^xsd:string . |
190 | -. | 244 | + |
191 | ILAP:Plan_3 | 245 | ILAP:Plan_3 |
192 | - rdf:type ILAP:ExecutionPlan ; | 246 | + rdf:type ILAP:ExecutionPlan ; |
193 | - rdfs:label "Plan 3"^^xsd:string ; | 247 | + rdfs:label "Plan 3"^^xsd:string . |
194 | -. | 248 | + |
195 | ILAP:Profile_1 | 249 | ILAP:Profile_1 |
196 | - rdf:type ILAP:Profile ; | 250 | + rdf:type ILAP:Profile ; |
197 | - rdfs:label "Profile 1"^^xsd:string ; | 251 | + rdfs:label "Profile 1"^^xsd:string . |
198 | -. | 252 | + |
199 | ILAP:Project_1 | 253 | ILAP:Project_1 |
200 | - rdf:type ILAP:Project ; | 254 | + rdf:type ILAP:Project ; |
201 | - ILAP:hasExternalReference ILAP:ExternalReference_1 ; | 255 | + rdfs:label "Project 1"^^xsd:string ; |
202 | - ILAP:hasName "Use Case 2 Project 1"^^xsd:string ; | 256 | + ILAP:hasExternalReference |
203 | - ILAP:hasProjectResponsible <http://data.posccaesar.org/brreg/ConocoPhillips> ; | 257 | + ILAP:ExternalReference_1 ; |
204 | - ILAP:hasProjectSubproject ILAP:Project_2 ; | 258 | + ILAP:hasName "Use Case 2 Project 1"^^xsd:string ; |
205 | - rdfs:label "Project 1"^^xsd:string ; | 259 | + ILAP:hasProjectResponsible |
206 | -. | 260 | + <http://data.posccaesar.org/brreg/ConocoPhillips> ; |
261 | + ILAP:hasProjectSubproject | ||
262 | + ILAP:Project_2 . | ||
263 | + | ||
207 | ILAP:Project_2 | 264 | ILAP:Project_2 |
208 | - rdf:type ILAP:Project ; | 265 | + rdf:type ILAP:Project ; |
209 | - rdfs:label "Project 2"^^xsd:string ; | 266 | + rdfs:label "Project 2"^^xsd:string . |
210 | -. | 267 | + |
211 | ILAP:Successor_1 | 268 | ILAP:Successor_1 |
212 | - rdf:type ILAP:Successor ; | 269 | + rdf:type ILAP:Successor ; |
213 | - ILAP:hasPredecessorActivity ILAP:ActivityInPlan_1 ; | 270 | + rdfs:label "Successor 1"^^xsd:string ; |
214 | - ILAP:hasSuccessorActivity ILAP:ActivityInPlan_2 ; | 271 | + ILAP:hasPredecessorActivity |
215 | - ILAP:hasSuccessorLag 5 ; | 272 | + ILAP:ActivityInPlan_1 ; |
216 | - ILAP:hasSuccessorMilestone ILAP:Milestone_1 ; | 273 | + ILAP:hasSuccessorActivity |
217 | - rdfs:label "Successor 1"^^xsd:string ; | 274 | + ILAP:ActivityInPlan_2 ; |
218 | -. | 275 | + ILAP:hasSuccessorLag |
276 | + 5 ; | ||
277 | + ILAP:hasSuccessorMilestone | ||
278 | + ILAP:Milestone_1 . | ||
279 | + | ||
219 | ILAP:Successor_2 | 280 | ILAP:Successor_2 |
220 | - rdf:type ILAP:Successor ; | 281 | + rdf:type ILAP:Successor ; |
221 | - ILAP:hasPredecessorActivity ILAP:ActivityInPlan_2 ; | 282 | + rdfs:label "Successor 2"^^xsd:string ; |
222 | - ILAP:hasSuccessorActivity ILAP:ActivityInPlan_3 ; | 283 | + ILAP:hasPredecessorActivity |
223 | - ILAP:hasSuccessorLag 2 ; | 284 | + ILAP:ActivityInPlan_2 ; |
224 | - rdfs:label "Successor 2"^^xsd:string ; | 285 | + ILAP:hasSuccessorActivity |
225 | -. | 286 | + ILAP:ActivityInPlan_3 ; |
287 | + ILAP:hasSuccessorLag | ||
288 | + 2 . | ||
289 | + | ||
226 | ILAP:TargetSchedule_1 | 290 | ILAP:TargetSchedule_1 |
227 | - rdf:type ILAP:TargetSchedule ; | 291 | + rdf:type ILAP:TargetSchedule ; |
228 | - ILAP:hasBaselineCreatedDate "2014-03-01"^^xsd:date ; | 292 | + rdfs:label "Target schedule 1"^^xsd:string ; |
229 | - ILAP:hasExternalReference ILAP:ExternalReference_2 ; | 293 | + ILAP:hasBaselineCreatedDate |
230 | - ILAP:hasSchedulePlan ILAP:Plan_1 ; | 294 | + "2014-03-01"^^xsd:date ; |
231 | - rdfs:label "Target schedule 1"^^xsd:string ; | 295 | + ILAP:hasExternalReference |
232 | -. | 296 | + ILAP:ExternalReference_2 ; |
297 | + ILAP:hasSchedulePlan | ||
298 | + ILAP:Plan_1 . | ||
299 | + | ||
233 | ILAP:UC2_ActivityInSchedule_1-hasActivityInScheduleActivityInPlan-UC2_ActivityInPlan_1 | 300 | ILAP:UC2_ActivityInSchedule_1-hasActivityInScheduleActivityInPlan-UC2_ActivityInPlan_1 |
234 | - rdf:type rdf:Statement ; | 301 | + rdf:type rdf:Statement ; |
235 | - rdf:object ILAP:ActivityInPlan_1 ; | 302 | + rdf:object ILAP:ActivityInPlan_1 ; |
236 | - rdf:predicate ILAP:hasActivityInScheduleActivityInPlan ; | 303 | + rdf:predicate ILAP:hasActivityInScheduleActivityInPlan ; |
237 | - rdf:subject ILAP:ActivityInSchedule_1 ; | 304 | + rdf:subject ILAP:ActivityInSchedule_1 ; |
238 | - rdfs:label "UC2 Activity in schedule 1-has activity in schedule activity in plan-UC2 Activity in plan 1"^^xsd:string ; | 305 | + rdfs:label "UC2 Activity in schedule 1-has activity in schedule activity in plan-UC2 Activity in plan 1"^^xsd:string . |
239 | -. | 306 | + |
240 | ILAP:UserField_1 | 307 | ILAP:UserField_1 |
241 | - rdf:type ILAP:UserField ; | 308 | + rdf:type ILAP:UserField ; |
242 | - ILAP:hasUserFieldContractor <http://data.posccaesar.org/brreg/SumitomoMetal> ; | 309 | + rdfs:label "User field 1"^^xsd:string ; |
243 | - ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/ConocoPhillips> ; | 310 | + ILAP:hasUserFieldContractor |
244 | - rdfs:label "User field 1"^^xsd:string ; | 311 | + <http://data.posccaesar.org/brreg/SumitomoMetal> ; |
245 | -. | 312 | + ILAP:hasUserFieldSource |
313 | + <http://data.posccaesar.org/brreg/ConocoPhillips> . | ||
314 | + | ||
246 | ILAP:WorkTask_1 | 315 | ILAP:WorkTask_1 |
247 | - rdf:type ILAP:WorkTask ; | 316 | + rdf:type ILAP:WorkTask ; |
248 | - ILAP:hasWorkTaskActivity ILAP:ActivityInPlan_1 ; | 317 | + rdfs:label "Work task 1"^^xsd:string ; |
249 | - ILAP:hasWorkTaskResponsible <http://data.posccaesar.org/brreg/Subsea7> ; | 318 | + ILAP:hasWorkTaskActivity |
250 | - ILAP:hasWorkTaskServiceSupplier <http://data.posccaesar.org/brreg/Sevan> ; | 319 | + ILAP:ActivityInPlan_1 ; |
251 | - ILAP:hasWorkTaskVendor <http://data.posccaesar.org/brreg/Sevan> ; | 320 | + ILAP:hasWorkTaskResponsible |
252 | - rdfs:label "Work task 1"^^xsd:string ; | 321 | + <http://data.posccaesar.org/brreg/Subsea7> ; |
253 | -. | 322 | + ILAP:hasWorkTaskServiceSupplier |
323 | + <http://data.posccaesar.org/brreg/Sevan> ; | ||
324 | + ILAP:hasWorkTaskVendor | ||
325 | + <http://data.posccaesar.org/brreg/Sevan> . | ||
326 | + | ||
254 | ILAP:hasReferenceID | 327 | ILAP:hasReferenceID |
255 | - rdfs:domain owl:Thing ; | 328 | + rdfs:domain owl:Thing . |
256 | -. | ... | ... |
-
Please register or login to post a comment