You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by GitBox <gi...@apache.org> on 2021/11/30 16:47:48 UTC

[GitHub] [jena-site] steady137 commented on a change in pull request #80: Some minor edits to the amazing inference document.

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 haven't generated the site to test 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: dev-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org