Skip to content

Commit

Permalink
minor fixes to SPARQL CQs
Browse files Browse the repository at this point in the history
Signed-off-by: mereolog <[email protected]>
  • Loading branch information
mereolog committed Dec 27, 2024
1 parent 1cf7849 commit f54be38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion etc/CQ/Example/uc_cmc_cq1.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ WHERE {
# Bind Variable packaged medicinal product <$PackagedMedicinalProduct>
# Example for Norvasc: <https://spec.pistoiaalliance.org/idmp/ontology/EXT/Examples/AmlodipineExample/NorvascPackagedMedicinalProduct>
BIND(uc_cmc_cq1_parameter_1 AS $PackagedMedicinalProduct )
$PackagedMedicinalProduct idmp-mprd:isProducedAtManufacturingSite ?site
$PackagedMedicinalProduct idmp-mprd:isProducedAtManufacturingSite ?site.
?site a idmp-mprd:ManufacturingSite .
}
1 change: 1 addition & 0 deletions etc/unit_tests/configs/idmp_tests_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ uc_cmc_cq1_tests:

uc_cmc_cq2_tests:
sparql_template: "cq_templates/uc_cmc_cq2.sparql"
parameters:
expected_output: "cq_expected_results/IDMP/uc_cmc_cq2_expected_results.json"

uc_cmc_cq3_tests:
Expand Down

0 comments on commit f54be38

Please sign in to comment.