Skip to content

Commit

Permalink
Adding the correct namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed May 26, 2024
1 parent da0d7af commit 08b9618
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions examples/medication_prescription.n3s
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# -----------------------

@prefix log: <http://www.w3.org/2000/10/swap/log#>.
@prefix : <urn:example:>.
@prefix : <https://example.org/ns#> .

# patient Ann
:Ann :has :Fever.
Expand Down Expand Up @@ -69,14 +69,3 @@
_:WHO :isPrescribed :betaBlocker.
}.
}.

# query
() log:onNegativeSurface {
:Ann :isPrescribed :aspirinHighDose.
:Joe :isPrescribed :betaBlocker.
() log:onNegativeAnswerSurface {
:Ann :isPrescribed :aspirinHighDose.
:Joe :isPrescribed :betaBlocker.
:test :is true.
}.
}.

0 comments on commit 08b9618

Please sign in to comment.