Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Nov 5, 2024
1 parent dec27ff commit 2a690cf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reasoning/n3plus1/README
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
N3 plus 1
---------

N3 plus increments like RDF 1.1, RDF 1.2, functional terms, ...
N3 plus increments like RDF 1.1, RDF 1.2, compound terms, ...
3 changes: 3 additions & 0 deletions reasoning/n3plus1/in.n3
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ _:i {
{| :from 1964; :to 1975 |}
{| :from 1980; :to 2001 |} .

# compound terms
:sss :ppp ^(:fff :aaa :bbb :ccc).

# queries
{
?S ?P ?O.
Expand Down
1 change: 1 addition & 0 deletions reasoning/n3plus1/out.n3
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ _:bn_1 :q2 "B".
<< :liz :marriedTo :richard ~ _:bne_34 >> :from 1980 .
<< :liz :marriedTo :richard ~ _:bne_31 >> :to 1975 .
<< :liz :marriedTo :richard ~ _:bne_34 >> :to 2001 .
:sss :ppp ^(:fff :aaa :bbb :ccc).

_:e_g_1 {
:s :p _:e_x_1.
Expand Down
2 changes: 1 addition & 1 deletion reasoning/n3plus1/test
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. --nope --rdf-star-output https://eyereasoner.github.io/eye/reasoning/n3plus1/in.n3 --output out.n3
eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. --nope --rdf-trig-output https://eyereasoner.github.io/eye/reasoning/n3plus1/in.n3 --output out.n3

0 comments on commit 2a690cf

Please sign in to comment.