Hi Soroka, it will lists both the subjects and objects of the Property p, right?
On Thu, Dec 29, 2016 at 4:29 PM, A. Soroka <[email protected]> wrote: > Please consult the Javadocs. > > https://jena.apache.org/documentation/javadoc/jena/ > org/apache/jena/rdf/model/Model.html#listResourcesWithProperty-org. > apache.jena.rdf.model.Property- > > "Answer an iterator [with no duplicates] over all the resources in this > model that have property p. remove() is not implemented on this iterator." > > --- > A. Soroka > The University of Virginia Library > > > On Dec 29, 2016, at 8:23 AM, neha gupta <[email protected]> wrote: > > > > Hello, I want to ask what is the function of this method: > > listresourceswithproperty() > > > > And is it the same as when we query SPARQL like: > > > > Select ?x > > where { ?x rdf:type ?someclass } > > > > A simple example is highly appreciated as I did not find any solid > examples > > on web about it. > > > > Thank you > >
