Skip to content

Commit

Permalink
reverting rdfsurfaces plugin to builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Jun 11, 2024
1 parent 97bc326 commit 624fc16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 305 deletions.
4 changes: 2 additions & 2 deletions make_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ for n3s in $(find . -name "*.n3s" | sort) ; do
if [[ "$n3s" =~ SKIP ]] ; then
echo "(skipping $n3s)" | tee $n3s.out
else
echo "eye --quiet --nope --no-bnode-relabeling --n3p rdfsurfaces.n3p $n3s > $n3s.out 2> /dev/null"
timeout 10s eye --quiet --nope --no-bnode-relabeling --n3p rdfsurfaces.n3p $n3s > $n3s.out 2>&1
echo "eye --quiet --nope --no-bnode-relabeling $n3s > $n3s.out 2> /dev/null"
timeout 10s eye --quiet --nope --no-bnode-relabeling $n3s > $n3s.out 2>&1
fi
done

Expand Down
303 changes: 0 additions & 303 deletions rdfsurfaces.n3p

This file was deleted.

0 comments on commit 624fc16

Please sign in to comment.