Reading RDF is section 4, but I am referring to *Tutorial 5*, not section 5. The first thing mentioned under the headline Reading RDF (Section 4)is this:
"Tutorial 5 <https://github.com/apache/jena/tree/master/jena-core/src-examples/jena/examples/rdf/Tutorial05.java> demonstrates reading the statements recorded in RDF XML form into a model. *With this tutorial, we have provided a small database of vcards in RDF/XML form*. The following code will read it in and write it out.....etc" The bold text in the above quote is what I am referring to, if you click on "Tutorial 5 <https://github.com/apache/jena/tree/master/jena-core/src-examples/jena/examples/rdf/Tutorial05.java>" you will be redirected to the GitHub page that I gave you the link to before, you will see that it does not have the "*small database of vcards in RDF/XML form"*. It just has the code that is reading in the vcards database file via the statement: static final String inputFileName = "vc-db-1.rdf"; Regards, Aya On Sun, Mar 12, 2017 at 6:55 PM, A. Soroka <[email protected]> wrote: > The idea of "Improve this page" is not to register an issue (which you > have already done very nicely) but to offer the wording you would actually > like to see. It's a way to offer a solution to the problem you are raising > as you raise it, which is one of the most fun parts of participating in > open source! > > When I look at section 5 of http://jena.apache.org/tutorials/rdf_api.html, > I don't see anything remotely like the wording you are reported, beginning > with the fact that section five of the current public page is under the > heading "Controlling Prefixes", not "Reading RDF" as you report. Are you > looking at some kind of cached off-line version of the site? > > --- > A. Soroka > The University of Virginia Library > > > On Mar 12, 2017, at 2:51 PM, Aya Hamdy <[email protected]> wrote: > > > > I used "Improve this Page" and commented at the beginning of tutorial 5 > > that the Vcards database used in this tutorial is not provided here or on > > the GitHub file for the tutorial. Is that appropriate? (I am asking > > for future reference because I tried it before but I saw that the tThe > > email went to [email protected], but I thought as a user I should > contact > > this email list?) > > > > I am not sure how to be more specific without being confusing, the > problem > > is that tutorial 5 that is documented on this link: > > http://jena.apache.org/tutorials/rdf_api.html under heading *"Reading > > RDF" *says > > that the "vc-db-1.rdf" file that is used for this tutorial/exercise and > the > > subsequent ones is provided, supposedly, with the GitHb file or something > > on this link: > > https://github.com/apache/jena/blob/master/jena-core/ > src-examples/jena/examples/rdf/Tutorial05.java > > . > > However, this file is not provided in either of the two links. > > Does that help? or did I just make it harder for you? > > > > Regards, > > Aya > >
