Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Nov 9, 2024
1 parent 3df38da commit d2235d4
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion color/cha58/cha58-answer.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@prefix : <http://example.org/ns#>.
@prefix : <http://example.org/#>.
@prefix schema: <http://schema.org/>.
@prefix log: <http://www.w3.org/2000/10/swap/log#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
Expand Down
2 changes: 1 addition & 1 deletion color/cha58/cha58-data.ttl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@prefix schema: <http://schema.org/>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix : <http://example.org/ns#>.
@prefix : <http://example.org/#>.

:person1 a foaf:Person.
:person2 a schema:Person.
Expand Down
2 changes: 1 addition & 1 deletion color/cha58/cha58-query.n3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@prefix schema: <http://schema.org/>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix log: <http://www.w3.org/2000/10/swap/log#>.
@prefix : <http://example.org/ns#>.
@prefix : <http://example.org/#>.

{?X a schema:Person} => {?X a schema:Person}.

Expand Down
2 changes: 1 addition & 1 deletion color/cha58/cha58-rules.n3
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@prefix schema: <http://schema.org/>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix log: <http://www.w3.org/2000/10/swap/log#>.
@prefix : <http://example.org/ns#>.
@prefix : <http://example.org/#>.

{?S a foaf:Person} => {?S a schema:Person {|log:ohyeah {?S a foaf:Person}|}}.
2 changes: 1 addition & 1 deletion color/complex/complex-answer.n3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@prefix : <http://example.org/ns#>.
@prefix : <http://example.org/#>.
@prefix complex: <https://eyereasoner.github.io/eye/complex#>.

:test :is {
Expand Down
2 changes: 1 addition & 1 deletion color/complex/complex.n3
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@prefix math: <http://www.w3.org/2000/10/swap/math#>.
@prefix log: <http://www.w3.org/2000/10/swap/log#>.
@prefix complex: <https://eyereasoner.github.io/eye/complex#>.
@prefix : <http://example.org/ns#>.
@prefix : <http://example.org/#>.

{
((?A ?B) (?C ?D)) complex:exponentiation (?E ?F).
Expand Down
2 changes: 1 addition & 1 deletion color/pack/out.n3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@prefix : <http://example.org/ns#>.
@prefix : <http://example.org/#>.

:a :b _:e_c_148.
:u :v _:e_c_164.
2 changes: 1 addition & 1 deletion color/pack/unpack.n3
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@prefix list: <http://www.w3.org/2000/10/swap/list#>.
@prefix graph: <http://www.w3.org/2000/10/swap/graph#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix : <http://example.org/ns#>.
@prefix : <http://example.org/#>.

# sample data from RubenD
[] :data {
Expand Down
2 changes: 1 addition & 1 deletion color/turing/turing-answer.n3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@prefix : <http://example.org/ns#>.
@prefix : <http://example.org/#>.

(1 0 1 0 0 1) :compute (1 0 1 0 1 0 "#").
(1 0 1 1 1 1) :compute (1 1 0 0 0 0 "#").
Expand Down
92 changes: 46 additions & 46 deletions color/turing/turing-proof.n3

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion color/turing/turing-query.n3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@prefix : <http://example.org/ns#>.
@prefix : <http://example.org/#>.

# query
{
Expand Down
2 changes: 1 addition & 1 deletion color/turing/turing.n3
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@prefix list: <http://www.w3.org/2000/10/swap/list#>.
@prefix log: <http://www.w3.org/2000/10/swap/log#>.
@prefix : <http://example.org/ns#>.
@prefix : <http://example.org/#>.

# interpreter for Turing machine
{() :compute ?OutTape} <= {
Expand Down

0 comments on commit d2235d4

Please sign in to comment.