David Price

Repaired bill of lading date for cargo

......@@ -499,27 +499,27 @@ mpr-tables:Cargo
sp:variable
[ sp:varName "ownedPercent"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "billOfLading"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject
[ sp:varName "movementOfProduct"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#IssueBillOfLading> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "billOfLading"^^xsd:string
]
] [ sp:object
[ sp:varName "billOfLadingDate"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
sp:subject
[ sp:varName "billOfLading"^^xsd:string
]
])
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "billOfLading"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject
[ sp:varName "movementOfProduct"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#IssueBillOfLading> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "billOfLading"^^xsd:string
]
] [ sp:object
[ sp:varName "billOfLadingDate"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
sp:subject
[ sp:varName "billOfLading"^^xsd:string
]
])
])
] ;
......