Skip to content

Commit

Permalink
fix to uc_cmc_cq4
Browse files Browse the repository at this point in the history
Signed-off-by: mereolog <[email protected]>
  • Loading branch information
mereolog committed Jan 20, 2025
1 parent 6e0dc15 commit d69f699
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etc/CQ/Example/uc_cmc_cq4.sparql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UC-CMC-CQ 3: Which material ID <m> is used in which batch ID <b>?
# UC-CMC-CQ 4: Which material ID <m> is used in which batch ID <b>?
PREFIX cmns-col: <https://www.omg.org/spec/Commons/Collections/>
PREFIX cmns-doc: <https://www.omg.org/spec/Commons/Documents/>
PREFIX cmns-dsg: <https://www.omg.org/spec/Commons/Designators/>
Expand Down
4 changes: 2 additions & 2 deletions etc/CQ/Example/uc_cmc_cq5.sparql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UC-CMC-CQ 3: Which material ID <m> is used in which batch ID <b>?
# UC-CMC-CQ 5: Which material <m> is approved in which country <c> ? and what is the application ID?
PREFIX cmns-col: <https://www.omg.org/spec/Commons/Collections/>
PREFIX cmns-doc: <https://www.omg.org/spec/Commons/Documents/>
PREFIX cmns-dsg: <https://www.omg.org/spec/Commons/Designators/>
Expand All @@ -15,7 +15,7 @@ SELECT DISTINCT ?productBatchIdentifierValue ?productBatchId
WHERE {
# Bind Variable medicinal product <$medicinalProduct>
# Example for Norvasc: <https://spec.pistoiaalliance.org/idmp/ontology/EXT/Examples/AmlodipineExample/NorvascMedicinalProduct>
BIND(uc_cmc_cq3_parameter_1 AS $medicinalProduct )
BIND(uc_cmc_cq5_parameter_1 AS $medicinalProduct )

$medicinalProduct cmns-doc:specifies ?physicalMedicinalProduct .
?physicalMedicinalProduct a idmp-mprd:PhysicalMedicinalProduct .
Expand Down

0 comments on commit d69f699

Please sign in to comment.