def uri_as_string(self): ''' return rdflib.term.URIRef URI as string Returns: (str) ''' return self.uri.toPython()