@prefix ae: <https://ontology.inferal.com/modules/artifact-evolution/> .
@prefix ex: <https://example.com/artifact-evolution/query/conflict/> .

ex:proposal a ae:ChangeProposal .
ex:accept a ae:ChangeDecision ; ae:decidesProposal ex:proposal ; ae:hasDecisionOutcome ae:Accepted .
ex:reject a ae:ChangeDecision ; ae:decidesProposal ex:proposal ; ae:hasDecisionOutcome ae:Rejected .

ex:resolved-proposal a ae:ChangeProposal .
ex:old-reject a ae:ChangeDecision ; ae:decidesProposal ex:resolved-proposal ; ae:hasDecisionOutcome ae:Rejected .
ex:new-accept a ae:ChangeDecision ; ae:decidesProposal ex:resolved-proposal ; ae:hasDecisionOutcome ae:Accepted ; ae:supersedesDecision ex:old-reject .
