[14:05:30] hi, does anyone knows here if the edit summary in Wikibase is always created automatically, and if there is any docummentation about the structure of those autocamically created summaries? [14:07:38] when you use the API, you can supply a custom summary that will be appended to the automatic part [14:12:47] got you Lucas_WMDE. Thx [20:35:09] is there an efficient way to find an identifier for a given string (assuming a 1:1 match exists) using sparql? every sparql tutorial I find seems to assume i'm starting AFTER the linking step, when I already know everything about wikidata [20:36:14] would it just be more efficient to retrieve the class of identifiers i care about ahead of time and compare against that? [20:53:57] osoleve: do you have an example? [20:55:20] the motivating example is finding the wikidata identifier for names pulled from a news article [20:56:28] so assuming i've parsed the article and pulled out the names, and have one that's a 1:1 match with a wikidata record, I want to find the associated identifier [20:57:05] actually thinking about it, if i want to move away from 1:1 and add probabilistic matches then sparql is probably the wrong way to do this step