Hi, My question is in the title : Is it normal that NodeFmtLib.str method use a standard prefix map?
The javadoc says :"Methods str generate a reparsable string. Methods displayStr do not guarantee a reparsable string e.g. may use abbreviations or common prefixes." But in fact when using str(Triple triple) I got result containing "rdf:type", that is a common prefix. Searching the why, I saw that the method use the ARQConstants.getGlobalPrefixMap() as default prefixeMapping if none is furnished. Isn't it contradicting the JAVADOC ? Arthur.
