Returns a URIRef for the argument which may be an instance of Graph or a string. If it is already a URIRef (which itself is a subclass of unicode string) it simply returns it.
Convenience method - if the argument starts with urn:uuid: does nothing. Otherwise constructs a urn:uuid: form URI from the given argument. Uses the uuid.uuid3() function from the standard Python library