On Tue, Jun 18, 2013 at 11:33 AM, Kurt Landen <[email protected]> wrote:
> Say I have a com.hp.hpl.jena.rdf.model object. Is there any simple way to
> get that model's name or full path. This is assuming that the model is
> already added to a dataset, and I don't know what the model's name or path
> is.
What exactly do you mean by the model's name or full path? For
instance, if you create a model m with
Model m = ModelFactory.createDefaultModel();
what would you expect as the name or full path?
--
Joshua Taylor, http://www.cs.rpi.edu/~tayloj/