On 03/06/13 13:23, Uri Shani wrote:
Issuing this statement: ResIterator iter = model.listSubjects(); for a
Jena Model,
and than iterating as in:
                 while (iter.hasNext()) {
                         String uri = iter.next().getURI();
                         System.out.Println(uri);
                 }
produces a lot of nulls.
the model is an OntModel, accessed as a plain default Model.

Any explanation for that?

Those are blank nodes, resources with no URI.

Dave

Reply via email to