From 08b9618da68a99a97c27d1c34512a8535f0adc9e Mon Sep 17 00:00:00 2001 From: Patrick Hochstenbach Date: Sun, 26 May 2024 11:03:35 +0200 Subject: [PATCH] Adding the correct namespace --- examples/medication_prescription.n3s | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/examples/medication_prescription.n3s b/examples/medication_prescription.n3s index fad8901..581ea23 100644 --- a/examples/medication_prescription.n3s +++ b/examples/medication_prescription.n3s @@ -3,7 +3,7 @@ # ----------------------- @prefix log: . -@prefix : . +@prefix : . # patient Ann :Ann :has :Fever. @@ -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. - }. -}.