diff --git a/reasoning/lingua/age-answer.n3 b/reasoning/lingua/age-answer.ttl similarity index 100% rename from reasoning/lingua/age-answer.n3 rename to reasoning/lingua/age-answer.ttl diff --git a/reasoning/lingua/socrates-answer.n3 b/reasoning/lingua/socrates-answer.ttl similarity index 100% rename from reasoning/lingua/socrates-answer.n3 rename to reasoning/lingua/socrates-answer.ttl diff --git a/reasoning/lingua/test b/reasoning/lingua/test index c8529dfeb..33df5797d 100755 --- a/reasoning/lingua/test +++ b/reasoning/lingua/test @@ -1,3 +1,3 @@ #!/bin/bash -eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. --nope --trig https://eyereasoner.github.io/eye/reasoning/lingua/socrates.trig https://eyereasoner.github.io/eye/reasoning/lingua/lingua.n3 --output socrates-answer.n3 -eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. --nope --trig https://eyereasoner.github.io/eye/reasoning/lingua/age.trig https://eyereasoner.github.io/eye/reasoning/lingua/lingua.n3 --output age-answer.n3 +eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. --nope --trig https://eyereasoner.github.io/eye/reasoning/lingua/socrates.trig https://eyereasoner.github.io/eye/reasoning/lingua/lingua.n3 --output socrates-answer.ttl +eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. --nope --trig https://eyereasoner.github.io/eye/reasoning/lingua/age.trig https://eyereasoner.github.io/eye/reasoning/lingua/lingua.n3 --output age-answer.ttl