Skip to content

Commit

Permalink
Fixing example
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed Dec 30, 2024
1 parent 17e2ed3 commit 51c1b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/medication_prescription.n3
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
_:WHO :has :ActivePepticUlcerDisease.
}.
() log:onNegativeSurface {
_:WHO :isPrescribed :aspirinHighDose.
_:WHO :isPrescribed :aspirinLowDose.
}.
}.

Expand Down Expand Up @@ -72,6 +72,6 @@

# query
() log:onNegativeSurface {
:Ann :isPrescribed :aspirinHighDose .
:Ann :isPrescribed :aspirinLowDose .
:Joe :isPrescribed :betaBlocker .
} .

0 comments on commit 51c1b83

Please sign in to comment.