Updated Cargo lading, owner, share after small change to transform
Showing
1 changed file
with
4 additions
and
2 deletions
... | @@ -490,12 +490,13 @@ mpr-tables:Cargo | ... | @@ -490,12 +490,13 @@ mpr-tables:Cargo |
490 | sp:subject | 490 | sp:subject |
491 | [ sp:varName "ownedVolumeRatio"^^xsd:string | 491 | [ sp:varName "ownedVolumeRatio"^^xsd:string |
492 | ] | 492 | ] |
493 | - ] [ sp:object | 493 | + ] [ rdf:type sp:Optional ; |
494 | + sp:elements ([ sp:object | ||
494 | [ sp:varName "billOfLading"^^xsd:string | 495 | [ sp:varName "billOfLading"^^xsd:string |
495 | ] ; | 496 | ] ; |
496 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 497 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
497 | sp:subject | 498 | sp:subject |
498 | - [ sp:varName "ladingPartOfMovementOfProduct"^^xsd:string | 499 | + [ sp:varName "movementOfProduct"^^xsd:string |
499 | ] | 500 | ] |
500 | ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#IssueBillOfLading> ; | 501 | ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#IssueBillOfLading> ; |
501 | sp:predicate rdf:type ; | 502 | sp:predicate rdf:type ; |
... | @@ -511,6 +512,7 @@ mpr-tables:Cargo | ... | @@ -511,6 +512,7 @@ mpr-tables:Cargo |
511 | ] | 512 | ] |
512 | ]) | 513 | ]) |
513 | ]) | 514 | ]) |
515 | + ]) | ||
514 | ] ; | 516 | ] ; |
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) . | 517 | 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) . |
516 | 518 | ... | ... |
-
Please register or login to post a comment