Skip to content

Commit

Permalink
fix: Use pol ontology in isEventSubmitRule
Browse files Browse the repository at this point in the history
  • Loading branch information
smessie committed Dec 22, 2023
1 parent 2521db8 commit d4e273d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ export default class IndexController extends Controller {
const options = { outputType: 'string' };
const query = `${prefixes ? prefixes.join('\n') : ''}\n${rule}`;
const reasonerResult = await n3reasoner(
`<${this.model.loadedFormUri}> <http://example.org/event> <http://example.org/Submit> .`,
`<${this.model.loadedFormUri}> <https://w3id.org/DFDP/policy#event> <https://w3id.org/DFDP/policy#Submit> .`,
query,
options,
);
Expand Down

0 comments on commit d4e273d

Please sign in to comment.