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 09:52:48 UTC

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

rvesse commented on a change in pull request #80:
URL: https://github.com/apache/jena-site/pull/80#discussion_r759105179



##########
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:
       Might be better to rename the example data files to have `.rdf` extensions and correct the links in the above paragraph instead?




-- 
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