Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Nov 19, 2023
1 parent e1c6d9d commit 322eaca
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion looking-through-rdf-glasses/temp/lott.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@prefix rule: <http://eyereasoner.github.io/rule#>.
@prefix : <urn:example:>.

[] a rule:QueryRule;
[] a rule:ForwardRule;
rule:premise ();
rule:conclusion (
(:Socrates a :Human)
Expand Down
20 changes: 1 addition & 19 deletions looking-through-rdf-glasses/temp/out/lott.ttl.out
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
@prefix : <urn:example:>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix rule: <http://eyereasoner.github.io/rule#>.

:Socrates a :Human.
:Human rdfs:subClassOf :Mortal.
_:sk_0 a rule:ForwardRule.
_:sk_0 rule:premise (
(_:sk_1 rdfs:subClassOf _:sk_2)
(_:sk_3 a _:sk_1)
).
_:sk_0 rule:conclusion (
(_:sk_3 a _:sk_2)
).
_:sk_4 a rule:QueryRule.
_:sk_4 rule:premise (
(_:sk_3 a :Mortal)
).
_:sk_4 rule:conclusion (
(_:sk_3 a :Mortal)
).
:Socrates a :Mortal.
3 changes: 0 additions & 3 deletions looking-through-rdf-glasses/temp/out/lott.ttl.out.out

This file was deleted.

1 change: 0 additions & 1 deletion looking-through-rdf-glasses/temp/test
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
eye --quiet --nope union.ttl --output out/union.ttl.out
eye --quiet --nope append.ttl --output out/append.ttl.out
eye --quiet --nope lott.ttl --output out/lott.ttl.out
eye --quiet --nope out/lott.ttl.out --output out/lott.ttl.out.out

0 comments on commit 322eaca

Please sign in to comment.