Closed sidrashahbaz closed 7 years ago
Hi,
Did you check the Readme?
Here's some starting code wit jena:
LinkedDataFragmentGraph ldfg = new LinkedDataFragmentGraph("http://data.linkeddatafragments.org/dbpedia");
Model model = ModelFactory.createModelForGraph(ldfg);
The starting point is any fragment URL, like in this case http://data.linkeddatafragments.org/dbpedia
, but can be a more specific fragment too.
Hi, I have downloaded the source code and trying to use it with my webservices, I have some queries:
Note: Checked Testcases to figure out above queries, but did not helped me.
Thanks