def get_uri_of_intermediary_of_text(self, primary_entity_uri, primary_property, matching_text):
     rows_intermediary_uri = self._graph.query(
         Queries.find_intermediary_uri_for_text_compiled(primary_property=primary_property,
                                                         primary_entity_uri=primary_entity_uri,
                                                         matching_text=matching_text))
     return self._get_single_rows_simple_result(rows_intermediary_uri)