Completed Cargo Info, removing need for Cargo Ownership separate table
Showing
1 changed file
with
176 additions
and
108 deletions
... | @@ -45,6 +45,8 @@ mpr-tables:Cargo | ... | @@ -45,6 +45,8 @@ mpr-tables:Cargo |
45 | ] [ sp:varName "shipperName"^^xsd:string | 45 | ] [ sp:varName "shipperName"^^xsd:string |
46 | ] [ sp:varName "destinationName"^^xsd:string | 46 | ] [ sp:varName "destinationName"^^xsd:string |
47 | ] [ sp:varName "countryName"^^xsd:string | 47 | ] [ sp:varName "countryName"^^xsd:string |
48 | + ] [ sp:varName "ownerName"^^xsd:string | ||
49 | + ] [ sp:varName "ownedPercent"^^xsd:string | ||
48 | ]) ; | 50 | ]) ; |
49 | sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; | 51 | sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; |
50 | sp:predicate rdf:type ; | 52 | sp:predicate rdf:type ; |
... | @@ -154,29 +156,41 @@ mpr-tables:Cargo | ... | @@ -154,29 +156,41 @@ mpr-tables:Cargo |
154 | ] ; | 156 | ] ; |
155 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 157 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
156 | sp:subject | 158 | sp:subject |
157 | - [ sp:varName "spatialPartOfProductFlowInMonth"^^xsd:string | 159 | + [ sp:varName "spatialPartOfMaterialFlowedInMonth"^^xsd:string |
158 | ] | 160 | ] |
159 | ] [ sp:object | 161 | ] [ sp:object |
160 | - [ sp:varName "spatialPartOfProductFlowInMonth"^^xsd:string | 162 | + [ sp:varName "spatialPartOfMaterialFlowedInMonth"^^xsd:string |
161 | ] ; | 163 | ] ; |
162 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 164 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
163 | sp:subject | 165 | sp:subject |
164 | [ sp:varName "movedProduct"^^xsd:string | 166 | [ sp:varName "movedProduct"^^xsd:string |
165 | ] | 167 | ] |
166 | ] [ sp:object | 168 | ] [ sp:object |
167 | - [ sp:varName "cargoNumber"^^xsd:string | 169 | + [ sp:varName "movedProduct"^^xsd:string |
168 | ] ; | 170 | ] ; |
169 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoNumber> ; | 171 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#movedProduct> ; |
170 | sp:subject | 172 | sp:subject |
171 | - [ sp:varName "movedProduct"^^xsd:string | 173 | + [ sp:varName "movementOfProduct"^^xsd:string |
172 | ] | 174 | ] |
173 | ] [ sp:object | 175 | ] [ sp:object |
174 | - [ sp:varName "cargoBatchNumber"^^xsd:string | 176 | + [ sp:varName "massQuantity"^^xsd:string |
175 | ] ; | 177 | ] ; |
176 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoBatchNumber> ; | 178 | + sp:predicate rdf:type ; |
177 | sp:subject | 179 | sp:subject |
178 | [ sp:varName "movedProduct"^^xsd:string | 180 | [ sp:varName "movedProduct"^^xsd:string |
179 | ] | 181 | ] |
182 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mass> ; | ||
183 | + sp:predicate rdf:type ; | ||
184 | + sp:subject | ||
185 | + [ sp:varName "massQuantity"^^xsd:string | ||
186 | + ] | ||
187 | + ] [ sp:object | ||
188 | + [ sp:varName "massValue"^^xsd:string | ||
189 | + ] ; | ||
190 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#kilogram> ; | ||
191 | + sp:subject | ||
192 | + [ sp:varName "massQuantity"^^xsd:string | ||
193 | + ] | ||
180 | ] [ sp:object | 194 | ] [ sp:object |
181 | [ sp:varName "movedProduct"^^xsd:string | 195 | [ sp:varName "movedProduct"^^xsd:string |
182 | ] ; | 196 | ] ; |
... | @@ -206,118 +220,83 @@ mpr-tables:Cargo | ... | @@ -206,118 +220,83 @@ mpr-tables:Cargo |
206 | ] [ sp:object | 220 | ] [ sp:object |
207 | [ sp:varName "movedProduct"^^xsd:string | 221 | [ sp:varName "movedProduct"^^xsd:string |
208 | ] ; | 222 | ] ; |
209 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#movedProduct> ; | 223 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
210 | sp:subject | 224 | sp:subject |
211 | - [ sp:varName "movementOfProduct"^^xsd:string | 225 | + [ sp:varName "densityOfMovedProduct"^^xsd:string |
212 | ] | 226 | ] |
213 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MovementOfProduct> ; | 227 | + ] [ sp:object |
228 | + [ sp:varName "densityQuantity"^^xsd:string | ||
229 | + ] ; | ||
214 | sp:predicate rdf:type ; | 230 | sp:predicate rdf:type ; |
215 | sp:subject | 231 | sp:subject |
216 | - [ sp:varName "movementOfProduct"^^xsd:string | 232 | + [ sp:varName "densityOfMovedProduct"^^xsd:string |
233 | + ] | ||
234 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; | ||
235 | + sp:predicate rdf:type ; | ||
236 | + sp:subject | ||
237 | + [ sp:varName "densityQuantity"^^xsd:string | ||
217 | ] | 238 | ] |
218 | ] [ sp:object | 239 | ] [ sp:object |
219 | - [ sp:varName "productFlowWhole"^^xsd:string | 240 | + [ sp:varName "densityValue"^^xsd:string |
220 | ] ; | 241 | ] ; |
221 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; | 242 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#kilogram_m-3> ; |
222 | sp:subject | 243 | sp:subject |
223 | - [ sp:varName "productionFlowWhole"^^xsd:string | 244 | + [ sp:varName "densityQuantity"^^xsd:string |
245 | + ] | ||
246 | + ] [ sp:object | ||
247 | + [ sp:varName "cargoNumber"^^xsd:string | ||
248 | + ] ; | ||
249 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoNumber> ; | ||
250 | + sp:subject | ||
251 | + [ sp:varName "movedProduct"^^xsd:string | ||
252 | + ] | ||
253 | + ] [ sp:object | ||
254 | + [ sp:varName "cargoBatchNumber"^^xsd:string | ||
255 | + ] ; | ||
256 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoBatchNumber> ; | ||
257 | + sp:subject | ||
258 | + [ sp:varName "movedProduct"^^xsd:string | ||
224 | ] | 259 | ] |
225 | ] [ rdf:type sp:Optional ; | 260 | ] [ rdf:type sp:Optional ; |
226 | sp:elements ([ sp:object | 261 | sp:elements ([ sp:object |
227 | - [ sp:varName "massQuantity"^^xsd:string | 262 | + [ sp:varName "productionFlowPurposeType"^^xsd:string |
228 | - ] ; | ||
229 | - sp:predicate rdf:type ; | ||
230 | - sp:subject | ||
231 | - [ sp:varName "movedProduct"^^xsd:string | ||
232 | - ] | ||
233 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mass> ; | ||
234 | - sp:predicate rdf:type ; | ||
235 | - sp:subject | ||
236 | - [ sp:varName "massQuantity"^^xsd:string | ||
237 | - ] | ||
238 | - ] [ sp:object | ||
239 | - [ sp:varName "massValue"^^xsd:string | ||
240 | - ] ; | ||
241 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#kilogram> ; | ||
242 | - sp:subject | ||
243 | - [ sp:varName "massQuantity"^^xsd:string | ||
244 | - ] | ||
245 | - ]) | ||
246 | - ] [ rdf:type sp:Optional ; | ||
247 | - sp:elements ([ sp:object | ||
248 | - [ sp:varName "movedProduct"^^xsd:string | ||
249 | - ] ; | ||
250 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
251 | - sp:subject | ||
252 | - [ sp:varName "densityOfMovedProduct"^^xsd:string | ||
253 | - ] | ||
254 | - ] [ sp:object | ||
255 | - [ sp:varName "densityQuantity"^^xsd:string | ||
256 | ] ; | 263 | ] ; |
257 | sp:predicate rdf:type ; | 264 | sp:predicate rdf:type ; |
258 | sp:subject | 265 | sp:subject |
259 | - [ sp:varName "densityOfMovedProduct"^^xsd:string | 266 | + [ sp:varName "productionFlowWhole"^^xsd:string |
260 | - ] | ||
261 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; | ||
262 | - sp:predicate rdf:type ; | ||
263 | - sp:subject | ||
264 | - [ sp:varName "densityQuantity"^^xsd:string | ||
265 | - ] | ||
266 | - ] [ sp:object | ||
267 | - [ sp:varName "densityValue"^^xsd:string | ||
268 | - ] ; | ||
269 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#kilogram_m-3> ; | ||
270 | - sp:subject | ||
271 | - [ sp:varName "densityQuantity"^^xsd:string | ||
272 | - ] | ||
273 | - ]) | ||
274 | - ] [ rdf:type sp:Optional ; | ||
275 | - sp:elements ([ sp:object | ||
276 | - [ sp:varName "ladingPartOfMovementOfProduct"^^xsd:string | ||
277 | - ] ; | ||
278 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
279 | - sp:subject | ||
280 | - [ sp:varName "movementOfProduct"^^xsd:string | ||
281 | - ] | ||
282 | - ] [ sp:object | ||
283 | - [ sp:varName "billOfLading"^^xsd:string | ||
284 | - ] ; | ||
285 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
286 | - sp:subject | ||
287 | - [ sp:varName "ladingPartOfMovementOfProduct"^^xsd:string | ||
288 | ] | 267 | ] |
289 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#IssueBillOfLading> ; | 268 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowPurposeType> ; |
290 | sp:predicate rdf:type ; | 269 | sp:predicate rdf:type ; |
291 | sp:subject | 270 | sp:subject |
292 | - [ sp:varName "billOfLading"^^xsd:string | 271 | + [ sp:varName "productionFlowPurposeType"^^xsd:string |
293 | ] | 272 | ] |
294 | ] [ sp:object | 273 | ] [ sp:object |
295 | - [ sp:varName "billOfLadingDate"^^xsd:string | 274 | + [ sp:varName "purposeTypeName"^^xsd:string |
296 | ] ; | 275 | ] ; |
297 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | 276 | + sp:predicate rdfs:label ; |
298 | sp:subject | 277 | sp:subject |
299 | - [ sp:varName "billOfLading"^^xsd:string | 278 | + [ sp:varName "productionFlowPurposeType"^^xsd:string |
300 | ] | 279 | ] |
301 | ]) | 280 | ]) |
302 | ] [ rdf:type sp:Optional ; | 281 | ] [ rdf:type sp:Optional ; |
303 | sp:elements ([ sp:object | 282 | sp:elements ([ sp:object |
304 | - [ sp:varName "movementOfProductType"^^xsd:string | 283 | + [ sp:varName "productionFlowDefinitionType"^^xsd:string |
305 | ] ; | 284 | ] ; |
306 | sp:predicate rdf:type ; | 285 | sp:predicate rdf:type ; |
307 | sp:subject | 286 | sp:subject |
308 | - [ sp:varName "movementOfProduct"^^xsd:string | 287 | + [ sp:varName "productionFlowWhole"^^xsd:string |
309 | ] | 288 | ] |
310 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MovementOfProductType> ; | 289 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType> ; |
311 | sp:predicate rdf:type ; | 290 | sp:predicate rdf:type ; |
312 | sp:subject | 291 | sp:subject |
313 | - [ sp:varName "movementOfProductType"^^xsd:string | 292 | + [ sp:varName "productionFlowDefinitionType"^^xsd:string |
314 | ] | 293 | ] |
315 | ] [ sp:object | 294 | ] [ sp:object |
316 | - [ sp:varName "movementType"^^xsd:string | 295 | + [ sp:varName "definitionTypeName"^^xsd:string |
317 | ] ; | 296 | ] ; |
318 | sp:predicate rdfs:label ; | 297 | sp:predicate rdfs:label ; |
319 | sp:subject | 298 | sp:subject |
320 | - [ sp:varName "movementOfProductType"^^xsd:string | 299 | + [ sp:varName "productionFlowDefinitionType"^^xsd:string |
321 | ] | 300 | ] |
322 | ]) | 301 | ]) |
323 | ] [ rdf:type sp:Optional ; | 302 | ] [ rdf:type sp:Optional ; |
... | @@ -354,10 +333,14 @@ mpr-tables:Cargo | ... | @@ -354,10 +333,14 @@ mpr-tables:Cargo |
354 | ] | 333 | ] |
355 | ]) | 334 | ]) |
356 | ] [ rdf:type sp:Optional ; | 335 | ] [ rdf:type sp:Optional ; |
357 | - sp:elements ([ sp:object | 336 | + sp:elements ([ rdf:type sp:TriplePath ; |
337 | + sp:object | ||
358 | [ sp:varName "destinationName"^^xsd:string | 338 | [ sp:varName "destinationName"^^xsd:string |
359 | ] ; | 339 | ] ; |
360 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 340 | + sp:path [ rdf:type sp:AltPath ; |
341 | + sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ; | ||
342 | + sp:path2 <http://www.reportinghub.no/ep/schema/core#name> | ||
343 | + ] ; | ||
361 | sp:subject | 344 | sp:subject |
362 | [ sp:varName "destination"^^xsd:string | 345 | [ sp:varName "destination"^^xsd:string |
363 | ] | 346 | ] |
... | @@ -378,80 +361,158 @@ mpr-tables:Cargo | ... | @@ -378,80 +361,158 @@ mpr-tables:Cargo |
378 | sp:subject | 361 | sp:subject |
379 | [ sp:varName "shipperPart"^^xsd:string | 362 | [ sp:varName "shipperPart"^^xsd:string |
380 | ] | 363 | ] |
381 | - ] [ sp:object | 364 | + ] [ rdf:type sp:TriplePath ; |
365 | + sp:object | ||
382 | [ sp:varName "shipperName"^^xsd:string | 366 | [ sp:varName "shipperName"^^xsd:string |
383 | ] ; | 367 | ] ; |
384 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 368 | + sp:path [ rdf:type sp:AltPath ; |
369 | + sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ; | ||
370 | + sp:path2 <http://www.reportinghub.no/ep/schema/core#name> | ||
371 | + ] ; | ||
385 | sp:subject | 372 | sp:subject |
386 | [ sp:varName "shipper"^^xsd:string | 373 | [ sp:varName "shipper"^^xsd:string |
387 | ] | 374 | ] |
388 | ]) | 375 | ]) |
389 | ] [ rdf:type sp:Optional ; | 376 | ] [ rdf:type sp:Optional ; |
390 | sp:elements ([ sp:object | 377 | sp:elements ([ sp:object |
391 | - [ sp:varName "productionFlowPurposeType"^^xsd:string | 378 | + [ sp:varName "productFlowWhole"^^xsd:string |
379 | + ] ; | ||
380 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
381 | + sp:subject | ||
382 | + [ sp:varName "productionFlowMixedPart"^^xsd:string | ||
383 | + ] | ||
384 | + ] [ sp:object | ||
385 | + [ sp:varName "productFlowMaterialType"^^xsd:string | ||
392 | ] ; | 386 | ] ; |
393 | sp:predicate rdf:type ; | 387 | sp:predicate rdf:type ; |
394 | sp:subject | 388 | sp:subject |
395 | - [ sp:varName "productionFlowWhole"^^xsd:string | 389 | + [ sp:varName "productFlowWhole"^^xsd:string |
396 | ] | 390 | ] |
397 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowPurposeType> ; | 391 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductMaterialType> ; |
398 | sp:predicate rdf:type ; | 392 | sp:predicate rdf:type ; |
399 | sp:subject | 393 | sp:subject |
400 | - [ sp:varName "productionFlowPurposeType"^^xsd:string | 394 | + [ sp:varName "productFlowMaterialType"^^xsd:string |
401 | ] | 395 | ] |
402 | ] [ sp:object | 396 | ] [ sp:object |
403 | - [ sp:varName "purposeTypeName"^^xsd:string | 397 | + [ sp:varName "materialTypeName"^^xsd:string |
404 | ] ; | 398 | ] ; |
405 | sp:predicate rdfs:label ; | 399 | sp:predicate rdfs:label ; |
406 | sp:subject | 400 | sp:subject |
407 | - [ sp:varName "productionFlowPurposeType"^^xsd:string | 401 | + [ sp:varName "productFlowMaterialType"^^xsd:string |
408 | ] | 402 | ] |
409 | ]) | 403 | ]) |
410 | ] [ rdf:type sp:Optional ; | 404 | ] [ rdf:type sp:Optional ; |
411 | sp:elements ([ sp:object | 405 | sp:elements ([ sp:object |
412 | - [ sp:varName "productFlowMaterialType"^^xsd:string | 406 | + [ sp:varName "movementOfProductType"^^xsd:string |
413 | ] ; | 407 | ] ; |
414 | sp:predicate rdf:type ; | 408 | sp:predicate rdf:type ; |
415 | sp:subject | 409 | sp:subject |
416 | - [ sp:varName "productFlowWhole"^^xsd:string | 410 | + [ sp:varName "movementOfProduct"^^xsd:string |
417 | ] | 411 | ] |
418 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductMaterialType> ; | 412 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MovementOfProductType> ; |
419 | sp:predicate rdf:type ; | 413 | sp:predicate rdf:type ; |
420 | sp:subject | 414 | sp:subject |
421 | - [ sp:varName "productFlowMaterialType"^^xsd:string | 415 | + [ sp:varName "movementOfProductType"^^xsd:string |
422 | ] | 416 | ] |
423 | ] [ sp:object | 417 | ] [ sp:object |
424 | - [ sp:varName "materialTypeName"^^xsd:string | 418 | + [ sp:varName "movementType"^^xsd:string |
425 | ] ; | 419 | ] ; |
426 | sp:predicate rdfs:label ; | 420 | sp:predicate rdfs:label ; |
427 | sp:subject | 421 | sp:subject |
428 | - [ sp:varName "productFlowMaterialType"^^xsd:string | 422 | + [ sp:varName "movementOfProductType"^^xsd:string |
429 | ] | 423 | ] |
430 | ]) | 424 | ]) |
431 | ] [ rdf:type sp:Optional ; | 425 | ] [ rdf:type sp:Optional ; |
432 | sp:elements ([ sp:object | 426 | sp:elements ([ sp:object |
433 | - [ sp:varName "productionFlowDefinitionType"^^xsd:string | 427 | + [ sp:varName "ladingPartOfMovementOfProduct"^^xsd:string |
434 | ] ; | 428 | ] ; |
435 | - sp:predicate rdf:type ; | 429 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
436 | sp:subject | 430 | sp:subject |
437 | - [ sp:varName "productionFlowWhole"^^xsd:string | 431 | + [ sp:varName "movementOfProduct"^^xsd:string |
438 | ] | 432 | ] |
439 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType> ; | 433 | + ] [ sp:object |
434 | + [ sp:varName "salesMovedProduct"^^xsd:string | ||
435 | + ] ; | ||
436 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#movedProduct> ; | ||
437 | + sp:subject | ||
438 | + [ sp:varName "ladingPartOfMovementOfProduct"^^xsd:string | ||
439 | + ] | ||
440 | + ] [ sp:object | ||
441 | + [ sp:varName "movedProduct"^^xsd:string | ||
442 | + ] ; | ||
443 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
444 | + sp:subject | ||
445 | + [ sp:varName "salesMovedProduct"^^xsd:string | ||
446 | + ] | ||
447 | + ] [ sp:object | ||
448 | + [ sp:varName "ownerPart"^^xsd:string | ||
449 | + ] ; | ||
450 | + sp:predicate <http://www.reportinghub.no/ep/schema/organization#owner> ; | ||
451 | + sp:subject | ||
452 | + [ sp:varName "salesMovedProduct"^^xsd:string | ||
453 | + ] | ||
454 | + ] [ sp:object | ||
455 | + [ sp:varName "owner"^^xsd:string | ||
456 | + ] ; | ||
457 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
458 | + sp:subject | ||
459 | + [ sp:varName "ownerPart"^^xsd:string | ||
460 | + ] | ||
461 | + ] [ rdf:type sp:TriplePath ; | ||
462 | + sp:object | ||
463 | + [ sp:varName "ownerName"^^xsd:string | ||
464 | + ] ; | ||
465 | + sp:path [ rdf:type sp:AltPath ; | ||
466 | + sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ; | ||
467 | + sp:path2 <http://www.reportinghub.no/ep/schema/core#name> | ||
468 | + ] ; | ||
469 | + sp:subject | ||
470 | + [ sp:varName "owner"^^xsd:string | ||
471 | + ] | ||
472 | + ] [ sp:object | ||
473 | + [ sp:varName "salesMovedProduct"^^xsd:string | ||
474 | + ] ; | ||
475 | + sp:predicate <http://www.reportinghub.no/ep/schema/material#partMaterialOfPair> ; | ||
476 | + sp:subject | ||
477 | + [ sp:varName "ownedShare"^^xsd:string | ||
478 | + ] | ||
479 | + ] [ sp:object | ||
480 | + [ sp:varName "ownedVolumeRatio"^^xsd:string | ||
481 | + ] ; | ||
482 | + sp:predicate <http://www.reportinghub.no/ep/schema/material#volumeRatio> ; | ||
483 | + sp:subject | ||
484 | + [ sp:varName "ownedShare"^^xsd:string | ||
485 | + ] | ||
486 | + ] [ sp:object | ||
487 | + [ sp:varName "ownedPercent"^^xsd:string | ||
488 | + ] ; | ||
489 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#percent> ; | ||
490 | + sp:subject | ||
491 | + [ sp:varName "ownedVolumeRatio"^^xsd:string | ||
492 | + ] | ||
493 | + ] [ sp:object | ||
494 | + [ sp:varName "billOfLading"^^xsd:string | ||
495 | + ] ; | ||
496 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
497 | + sp:subject | ||
498 | + [ sp:varName "ladingPartOfMovementOfProduct"^^xsd:string | ||
499 | + ] | ||
500 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#IssueBillOfLading> ; | ||
440 | sp:predicate rdf:type ; | 501 | sp:predicate rdf:type ; |
441 | sp:subject | 502 | sp:subject |
442 | - [ sp:varName "productionFlowDefinitionType"^^xsd:string | 503 | + [ sp:varName "billOfLading"^^xsd:string |
443 | ] | 504 | ] |
444 | ] [ sp:object | 505 | ] [ sp:object |
445 | - [ sp:varName "definitionTypeName"^^xsd:string | 506 | + [ sp:varName "billOfLadingDate"^^xsd:string |
446 | ] ; | 507 | ] ; |
447 | - sp:predicate rdfs:label ; | 508 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; |
448 | sp:subject | 509 | sp:subject |
449 | - [ sp:varName "productionFlowDefinitionType"^^xsd:string | 510 | + [ sp:varName "billOfLading"^^xsd:string |
450 | ] | 511 | ] |
451 | ]) | 512 | ]) |
452 | ]) | 513 | ]) |
453 | ] ; | 514 | ] ; |
454 | - rhspin:tableHeaders ("Facility"^^xsd:string "Purpose"^^xsd:string "Material"^^xsd:string "Flow type"^^xsd:string "Movement Type"^^xsd:string "Cargo Number"^^xsd:string "Cargo Batch"^^xsd:string "Bill of Lading"^^xsd:string "Volume"^^xsd:string "Mass"^^xsd:string "Density"^^xsd:string "Shipper"^^xsd:string "Destination"^^xsd:string "Country"^^xsd:string) . | 515 | + rhspin:tableHeaders ("Facility"^^xsd:string "Purpose"^^xsd:string "Material"^^xsd:string "Flow type"^^xsd:string "Movement Type"^^xsd:string "Cargo Number"^^xsd:string "Cargo Batch"^^xsd:string "Bill of Lading"^^xsd:string "Volume"^^xsd:string "Mass"^^xsd:string "Density"^^xsd:string "Shipper"^^xsd:string "Destination"^^xsd:string "Country"^^xsd:string "Owner"^^xsd:string "Share"^^xsd:string) . |
455 | 516 | ||
456 | mpr-tables:CargoOwnership | 517 | mpr-tables:CargoOwnership |
457 | rdf:type rhspin:TableTemplate ; | 518 | rdf:type rhspin:TableTemplate ; |
... | @@ -1570,6 +1631,13 @@ mpr-tables:ProductionFlowsAll | ... | @@ -1570,6 +1631,13 @@ mpr-tables:ProductionFlowsAll |
1570 | ] | 1631 | ] |
1571 | ]) | 1632 | ]) |
1572 | ] [ rdf:type sp:NotExists ; | 1633 | ] [ rdf:type sp:NotExists ; |
1634 | + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#HydrocarbonAccounting> ; | ||
1635 | + sp:predicate rdf:type ; | ||
1636 | + sp:subject | ||
1637 | + [ sp:varName "productionFlowWhole"^^xsd:string | ||
1638 | + ] | ||
1639 | + ]) | ||
1640 | + ] [ rdf:type sp:NotExists ; | ||
1573 | sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#Sale> ; | 1641 | sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#Sale> ; |
1574 | sp:predicate rdf:type ; | 1642 | sp:predicate rdf:type ; |
1575 | sp:subject | 1643 | sp:subject | ... | ... |
-
Please register or login to post a comment