| java.lang.Object org.ontoware.rdfreactor.generator.Utils
Utils | public class Utils (Code) | | |
deanonymize | public static void deanonymize(Model m) throws Exception(Code) | | Remove all Statements with BlankNodes as Subjects or Objects from the
given RDF2Go model.
Parameters: m - -de-anonymise this model throws: Exception - |
toURI | public static URI toURI(BlankNode blankNode, Map<BlankNode, URI> replacement, long counter)(Code) | | Generate a unique URI for a BlankNode and put the BlankNode/URI pair into
the given map.
Parameters: blankNode - -generate a URI for this BlankNode Parameters: replacement - -Map of BlankNode/URI pairs URI generated for the BlankNode |
|
|