Closed tobiasschweizer closed 2 years ago
schema:MonetaryAmount is connected to schema:MonetaryGrant via schema:amount and is a blank node, hence it does not match Delta's template {resource_id}. As a consequence, schema:MonetaryAmounts properties were missing in the SPARQL projection.
schema:MonetaryAmount
schema:MonetaryGrant
schema:amount
{resource_id}
This PR adds an Optional clause to fix this.
Optional
schema:MonetaryAmount
is connected toschema:MonetaryGrant
viaschema:amount
and is a blank node, hence it does not match Delta's template{resource_id}
. As a consequence,schema:MonetaryAmount
s properties were missing in the SPARQL projection.This PR adds an
Optional
clause to fix this.