What is the best way to query a model in Jena? Through classes and methods of Jena like below ResIterator itr = model.listSubjectsWithProperty(studies);
Or through SPARQL inside jena code.? and how one is best than the other?
What is the best way to query a model in Jena? Through classes and methods of Jena like below ResIterator itr = model.listSubjectsWithProperty(studies);
Or through SPARQL inside jena code.? and how one is best than the other?