So, will getNameSpace on "http://example.none/funnybone#03Lo2"; deliver
"http://example.none/funnybone#03"; ?

The core operation is Util.splitNamespace:

String s = "http://example.none/funnybone#03Lo2"; ;
int idx = com.hp.hpl.jena.rdf.model.impl.Util.splitNamespace(s) ;
System.out.println(s.substring(0,idx)) ;

==>

http://example.none/funnybone#03


  - Dennis

        Andy

Reply via email to