Connectome-Implementation-Team / rescs_shacl_shapes

SHACL Shapes for RESCS
GNU Affero General Public License v3.0
1 stars 0 forks source link

Include MonetaryAmount's properties #30

Closed tobiasschweizer closed 2 years ago

tobiasschweizer commented 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.

This PR adds an Optional clause to fix this.