#!/bin/bash
eye "$@" --wcache http://josd.github.io/eye/reasoning .. --nope http://josd.github.io/eye/reasoning/bcrule/example1.n3 --pass --output example1-pass.n3
eye "$@" --wcache http://josd.github.io/eye/reasoning .. --nope http://josd.github.io/eye/reasoning/bcrule/example2.n3 --pass --output example2-pass.n3
eye "$@" --wcache http://josd.github.io/eye/reasoning .. --nope http://josd.github.io/eye/reasoning/bcrule/example3.n3 --pass --output example3-pass.n3
eye "$@" --wcache http://josd.github.io/eye/reasoning .. --nope http://josd.github.io/eye/reasoning/bcrule/example4.n3 --pass --output example4-pass.n3
eye "$@" --wcache http://josd.github.io/eye/reasoning .. --nope http://josd.github.io/eye/reasoning/bcrule/example1.n3 --pass-only-new --output example1-pass-only-new.n3
eye "$@" --wcache http://josd.github.io/eye/reasoning .. --nope http://josd.github.io/eye/reasoning/bcrule/example2.n3 --pass-only-new --output example2-pass-only-new.n3
eye "$@" --wcache http://josd.github.io/eye/reasoning .. --nope http://josd.github.io/eye/reasoning/bcrule/example3.n3 --pass-only-new --output example3-pass-only-new.n3
eye "$@" --wcache http://josd.github.io/eye/reasoning .. --nope http://josd.github.io/eye/reasoning/bcrule/example4.n3 --pass-only-new --output example4-pass-only-new.n3
