#!/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/map/gps-plugin.n3 https://eyereasoner.github.io/eye/reasoning/map/agent1-map.n3 --query https://eyereasoner.github.io/eye/reasoning/map/agent1-query.n3 --output agent1-answer.n3
eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. https://eyereasoner.github.io/eye/reasoning/map/gps-plugin.n3 https://eyereasoner.github.io/eye/reasoning/map/agent1-map.n3 --query https://eyereasoner.github.io/eye/reasoning/map/agent1-query.n3 --output agent1-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/map/gps-plugin.n3 https://eyereasoner.github.io/eye/reasoning/map/agent2-map.n3 --proof https://eyereasoner.github.io/eye/reasoning/map/agent1-proof.n3 --query https://eyereasoner.github.io/eye/reasoning/map/agent2-query.n3 --output agent2-answer.n3
eye --quiet --skolem-genid 8b98b360-9a70-4845-b52c-c675af60ad01 --wcache https://eyereasoner.github.io/eye/reasoning .. https://eyereasoner.github.io/eye/reasoning/map/gps-plugin.n3 https://eyereasoner.github.io/eye/reasoning/map/agent2-map.n3 --proof https://eyereasoner.github.io/eye/reasoning/map/agent1-proof.n3 --query https://eyereasoner.github.io/eye/reasoning/map/agent2-query.n3 --output agent2-proof.n3
