Run the rml mapper scripts as described in ../rml/README.md
This will create a file ../rml/pandid.trig
In this folder, run
RDFox sandbox . dexpi
This will load ontology and datalog rules, and in addition load the data in ../rml/pandid.trig
There are a lot of warnings about axioms in the IMF ontology that cannot be handled. This can safely be ignored. Other warnings and errors should be checked, especially if the last output is not the expected commissioning package output
Ater running the script above, there
Open a browser at http://localhost:12110/console/test
and enter f.ex. the query
SELECT * WHERE { ?asset imf:connectedTo ?d }
or
select * where {?s a data:insideBoundaryX}
Try also the Explain
button on the web console.
To run a server for use with Boundaries cli, run
RDFox sandbox . boundaries
This will load ontology and prefixes, but no data.
In this folder, run
RDFox sandbox . connected
This will load ontology and datalog rules, and in addition load the data in ../rml/pandid.trig
There are a lot of warnings about axioms in the IMF ontology that cannot be handled. This can safely be ignored. Other warnings and errors should be checked, especially if the last output is not the expected commissioning package output