#!/bin/bash
eye "$@" --wcache http://josd.github.io/eye/reasoning .. --nope http://josd.github.io/eye/reasoning/preduction/palindrome.n3 http://josd.github.io/eye/reasoning/preduction/palindrome-declarations.n3 http://josd.github.io/eye/reasoning/preduction/preduction-plugin.n3 --query http://josd.github.io/eye/reasoning/preduction/palindrome-preduction.n3 --output palindrome2.n3
eye "$@" --wcache http://josd.github.io/eye/reasoning .. http://josd.github.io/eye/reasoning/preduction/palindrome.n3 --query http://josd.github.io/eye/reasoning/preduction/palindrome-query.n3 --output palindrome-proof.n3
eye "$@" --wcache http://josd.github.io/eye/reasoning .. http://josd.github.io/eye/reasoning/preduction/palindrome2.n3 --query http://josd.github.io/eye/reasoning/preduction/palindrome2-query.n3 --output palindrome2-proof.n3
eye "$@" --wcache http://josd.github.io/eye/reasoning .. --nope http://josd.github.io/eye/reasoning/preduction/food.n3 http://josd.github.io/eye/reasoning/preduction/food-declarations.n3 http://josd.github.io/eye/reasoning/preduction/preduction-plugin.n3 --query http://josd.github.io/eye/reasoning/preduction/food-preduction.n3 --output food2.n3
eye "$@" --wcache http://josd.github.io/eye/reasoning .. http://josd.github.io/eye/reasoning/preduction/food-example.n3 http://josd.github.io/eye/reasoning/preduction/food.n3 http://josd.github.io/eye/reasoning/rpo/rdfs-subClassOf.n3 --query http://josd.github.io/eye/reasoning/preduction/food-query.n3 --output food-proof.n3
eye "$@" --wcache http://josd.github.io/eye/reasoning .. http://josd.github.io/eye/reasoning/preduction/food-example.n3 http://josd.github.io/eye/reasoning/preduction/food2.n3 --query http://josd.github.io/eye/reasoning/preduction/food-query.n3 --output food2-proof.n3
