Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Nov 12, 2023
1 parent 8baacc6 commit bc61712
Show file tree
Hide file tree
Showing 10 changed files with 1,621 additions and 1,621 deletions.
File renamed without changes.
1,436 changes: 718 additions & 718 deletions legacy/complex/complex.jsonld → ...cy/complex-numbers/complex-numbers.jsonld

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@prefix math: <http://www.w3.org/2000/10/swap/math#>.
@prefix complex: <http://eyereasoner.github.io/complex#>.
@prefix rule: <http://eyereasoner.github.io/rule#>.
@prefix : <http://example.org/complex#>.
@prefix : <http://example.org/complex-numbers#>.

# exponentiation
[] a rule:BackwardRule;
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions legacy/complex-numbers/prepare
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash -x
riot --output=jsonld complex-numbers.ttl > complex-numbers.jsonld
riot --output=turtle complex-numbers.jsonld > complex-numbers.jsonld.ttl
3 changes: 3 additions & 0 deletions legacy/complex-numbers/test
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash -x
eye --quiet --nope --legacy complex-numbers.ttl --output out/complex-numbers.ttl.out
eye --quiet --nope --legacy complex-numbers.jsonld.ttl --output out/complex-numbers.jsonld.ttl.out
3 changes: 0 additions & 3 deletions legacy/complex/prepare

This file was deleted.

3 changes: 0 additions & 3 deletions legacy/complex/test

This file was deleted.

0 comments on commit bc61712

Please sign in to comment.