Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Mar 29, 2024
1 parent 3f312bd commit 39dcb7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion reasoning/n3quad/in.n3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@prefix log: <http://www.w3.org/2000/10/swap/log#>.
@prefix : <#>.

# unnamed graphs
# blank-node graphs
_:bn1 {
:s :p _:x.
}
Expand All @@ -11,6 +11,9 @@ _:bn2 {
:d :e _:x.
}

# additional quad
:s :p :o _:bn1.

# named graph
:g {
:u :v :w.
Expand Down
1 change: 1 addition & 0 deletions reasoning/n3quad/out.n3
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@prefix : <http://eyereasoner.github.io/eye/reasoning/n3quad/in.n3#>.

:s :p :o _:e_bn1_1.
:s :p _:e_x_1 _:e_bn1_1.
:a :b :c _:e_bn2_1.
:d :e _:e_x_1 _:e_bn2_1.

0 comments on commit 39dcb7f

Please sign in to comment.