[00:05:04] Cool, thanks. [00:10:44] I guess I'm wondering how to structure things if I'd like to start adding data. [00:12:21] e.g. my water report is generated every few years. it contains data for dozens of different chemical attributes for several different municipalities. [00:12:53] I'd like to be able to query for latest data for a given city [00:15:40] e.g. latest pH or CaCO3 for Someville, ON [03:16:41] catlee: It might be worth posting on the project chat to have a more structured discussion than on irc ;) [03:17:11] addshore: where is that? [03:17:34] wikidata.org/wiki/WD:PC [03:17:36] http://wikidata.org/wiki/WD:PC [03:19:45] Thanks! [10:51:17] sjoerddebruin: Weren't you working on improving the showcase items process? [10:51:37] multichill: Yep, one of them. [10:52:11] How many processes do we have? [10:54:27] I don't know, there is not a real clear process. [10:54:56] Not so much discussion. https://www.wikidata.org/wiki/User_talk:Harmonia_Amanda/Showcase_items [12:14:12] hello [12:15:19] can anyone answer a quick regex question? [12:19:12] Just ask ;) [12:22:30] I opened a discussion on the Wikidata chat on Federated Wikibase/Wikidata https://www.wikidata.org/wiki/Wikidata:Project_chat#Federated_Wikibase.2FWikidata any comments welcome [12:25:09] https://regex101.com/r/lD8aP4/2 [12:25:58] here I'm fetching id from url in brackets (for converting to template ) I couldn't make it to fetch only transfermarkt.com urls [12:26:39] it's fetching all urls in article [12:28:15] wow... that's one complicated regex [12:28:41] "\[http://www.transfermarkt.com.tr/tr/ismet-kavustu/profil/spieler_(\d+)\.html[^\]+\]"? [12:29:35] hoo it's from awb examples [12:29:50] Oh, wait [12:29:57] \[http://www.transfermarkt.com.tr/tr/ismet-kavustu/profil/spieler_(\d+)\.html[^\]]+\] [12:30:05] That gives you the number [12:30:10] multichill "ismet-kavustu" player name changes also [12:30:18] ok [12:30:23] \[.*?transfermarkt\.com\.tr/.*?profil/spieler_(\d+)\.html[^\]]+\] [12:30:41] That one is a little more robust against (probable) URL variations [12:30:45] \[http://www.transfermarkt.com.tr/tr/[^/]+/profil/spieler_(\d+)\.html[^\]]+\] [12:30:55] (although I'm just guessing re what could be non-stable there [12:30:57] ) [12:32:58] Nice site btw, didn't know that one [12:33:29] Indeed [12:34:22] thanks work perfectly! [17:57:30] https://www.wikidata.org/w/index.php?title=Q16933549&action=history :/ [21:20:20] sjoerddebruin: Looks like he is trying to fix a messy situation and failing..... [21:20:34] Yeah...