diff --git a/reasoning/n3+1/test b/reasoning/n3+1/test deleted file mode 100755 index 21379fc10..000000000 --- a/reasoning/n3+1/test +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. --nope --trig-output https://eyereasoner.github.io/eye/reasoning/n3+1/in.n3 --output out.trig diff --git a/reasoning/n3+1/README b/reasoning/n3plus1/README similarity index 100% rename from reasoning/n3+1/README rename to reasoning/n3plus1/README diff --git a/reasoning/n3+1/in.n3 b/reasoning/n3plus1/in.n3 similarity index 100% rename from reasoning/n3+1/in.n3 rename to reasoning/n3plus1/in.n3 diff --git a/reasoning/n3+1/out.trig b/reasoning/n3plus1/out.n3 similarity index 50% rename from reasoning/n3+1/out.trig rename to reasoning/n3plus1/out.n3 index 99d71cf11..8c3700f40 100644 --- a/reasoning/n3+1/out.trig +++ b/reasoning/n3plus1/out.n3 @@ -1,17 +1,10 @@ @prefix : . -@prefix rdf: . -@prefix log: . @prefix graph: . @prefix var: . :s :p << :d :e :f >>. :s :p << :g :h :i ~ :x >>. :s :p :o. -_:bne_20 rdf:reifies <<( :d :e :f )>>. -:x rdf:reifies <<( :g :h :i )>>. -:r rdf:reifies <<( :a :b _:e_x_1 )>>. -:r rdf:reifies <<( :a :b _:e_y_1 )>>. -:x rdf:reifies <<( :s :p _:bn_1 )>>. << :a :b _:e_x_1 ~ :r >> :c :d. << :a :b _:e_y_1 ~ :r >> :c :d. _:bn_1 :q1 "A". @@ -23,22 +16,14 @@ _:bn_1 :q2 "B". << :liz :marriedTo :richard >> :to 1975 . << :liz :marriedTo :richard >> :to 2001 . :ann a (~ :good :Poet). -_:bng_1 log:implies _:bng_2. - -_:bng_1 { - _:sk_1 graph:statement _:sk_2. - _:sk_2 graph:member _:bng_3. -} - -_:bng_2 { - var:x_0 graph:statement _:sk_0. -} - -_:bng_3 { - :a :b :c. -} - -_:sk_0 { - :u :v :w. - :x :y :z. -} +{ + ?U_1 graph:statement ?U_2. + ?U_2 graph:member { + :a :b :c. + }. +} => { + var:x_0 graph:statement { + :u :v :w. + :x :y :z. + }. +}. diff --git a/reasoning/n3plus1/test b/reasoning/n3plus1/test new file mode 100755 index 000000000..028c86833 --- /dev/null +++ b/reasoning/n3plus1/test @@ -0,0 +1,2 @@ +#!/bin/bash +eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. --nope https://eyereasoner.github.io/eye/reasoning/n3plus1/in.n3 --output out.n3