Updated Cargo lading, owner, share after small change to transform
Showing
1 changed file
with
21 additions
and
19 deletions
| ... | @@ -490,25 +490,27 @@ mpr-tables:Cargo | ... | @@ -490,25 +490,27 @@ 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:varName "billOfLading"^^xsd:string | 494 | + sp:elements ([ sp:object |
| 495 | - ] ; | 495 | + [ sp:varName "billOfLading"^^xsd:string |
| 496 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 496 | + ] ; |
| 497 | - sp:subject | 497 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 498 | - [ sp:varName "ladingPartOfMovementOfProduct"^^xsd:string | 498 | + sp:subject |
| 499 | - ] | 499 | + [ sp:varName "movementOfProduct"^^xsd:string |
| 500 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#IssueBillOfLading> ; | 500 | + ] |
| 501 | - sp:predicate rdf:type ; | 501 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#IssueBillOfLading> ; |
| 502 | - sp:subject | 502 | + sp:predicate rdf:type ; |
| 503 | - [ sp:varName "billOfLading"^^xsd:string | 503 | + sp:subject |
| 504 | - ] | 504 | + [ sp:varName "billOfLading"^^xsd:string |
| 505 | - ] [ sp:object | 505 | + ] |
| 506 | - [ sp:varName "billOfLadingDate"^^xsd:string | 506 | + ] [ sp:object |
| 507 | - ] ; | 507 | + [ sp:varName "billOfLadingDate"^^xsd:string |
| 508 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | 508 | + ] ; |
| 509 | - sp:subject | 509 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; |
| 510 | - [ sp:varName "billOfLading"^^xsd:string | 510 | + sp:subject |
| 511 | - ] | 511 | + [ sp:varName "billOfLading"^^xsd:string |
| 512 | + ] | ||
| 513 | + ]) | ||
| 512 | ]) | 514 | ]) |
| 513 | ]) | 515 | ]) |
| 514 | ] ; | 516 | ] ; | ... | ... |
-
Please register or login to post a comment