Skip to content

Commit d4e273d

Browse files
committed
fix: Use pol ontology in isEventSubmitRule
1 parent 2521db8 commit d4e273d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ export default class IndexController extends Controller {
553553
const options = { outputType: 'string' };
554554
const query = `${prefixes ? prefixes.join('\n') : ''}\n${rule}`;
555555
const reasonerResult = await n3reasoner(
556-
`<${this.model.loadedFormUri}> <http://example.org/event> <http://example.org/Submit> .`,
556+
`<${this.model.loadedFormUri}> <https://w3id.org/DFDP/policy#event> <https://w3id.org/DFDP/policy#Submit> .`,
557557
query,
558558
options,
559559
);

0 commit comments

Comments
 (0)