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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to