215216217218219220221222223224225
/** Return a PrefixMapping for a named graph */ @Override public PrefixMapping getPrefixMapping(String graphName) { PrefixMapping pm = new GraphPrefixesProjection(graphName, this) ; // Force into cache. // See JENA-81 pm.getNsPrefixMap() ; return pm ; }
216217218219220221222223224225226
225226227228229230231232233234235
214215216217218219220221222223224