steady137 commented on a change in pull request #80:
URL: https://github.com/apache/jena-site/pull/80#discussion_r759470842
##########
File path: source/documentation/inference/__index.md
##########
@@ -1054,8 +1054,8 @@ configuration still leaves something to be desired and
will the subject of futur
<p>We can create an instance of the OWL reasoner, specialized to the demo
schema
and then apply that to the demo data to obtain an inference model, as
follows:</p>
- Model schema = RDFDataMgr.loadModel("file:data/owlDemoSchema.owl");
- Model data = RDFDataMgr.loadModel("file:data/owlDemoData.rdf");
+ Model schema = RDFDataMgr.loadModel("file:data/owlDemoSchema.xml");
+ Model data = RDFDataMgr.loadModel("file:data/owlDemoData.xml");
Review comment:
Sounds good. Please find it in the followup commit. I [have] generated
the site [and tested] it.
If you squash and rebase for PRs and I can push that instead. LMK?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]