#!/bin/bash
eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. --nope https://eyereasoner.github.io/eye/reasoning/combinatorics/combination.n3 --query https://eyereasoner.github.io/eye/reasoning/combinatorics/combination-query.n3 --output combination-answer.n3
eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. https://eyereasoner.github.io/eye/reasoning/combinatorics/combination.n3 --query https://eyereasoner.github.io/eye/reasoning/combinatorics/combination-query.n3 --output combination-proof.n3

eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. --nope https://eyereasoner.github.io/eye/reasoning/combinatorics/permutation.n3 --query https://eyereasoner.github.io/eye/reasoning/combinatorics/permutation-query.n3 --output permutation-answer.n3
eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. https://eyereasoner.github.io/eye/reasoning/combinatorics/permutation.n3 --query https://eyereasoner.github.io/eye/reasoning/combinatorics/permutation-query.n3 --output permutation-proof.n3
