[01:53:17] Hi [01:53:30] is there any guide on how to deploy blazegraph + wikidata's rtf data dump locally ? [01:53:37] to have a local sparql endpoint? [02:00:46] https://github.com/wikimedia/wikidata-query-rdf/blob/master/docs/getting-started.md this [11:54:54] Nazral: there's also a docker-image you can use that makes this very easy [13:19:05] Nudin: ok thank you, I'll look for it [13:22:40] Nazral: https://github.com/wmde/wikibase-docker [13:24:11] Nice! thanks a lot [13:24:51] wikibase is the thing behind wikidata ? [13:32:01] Nazral: yes. Wikibase is the MediaWiki extension that allows Wikidata to manage knowledge as structured data [14:01:05] DanielK_WMDE: but you still have to load the wikidata dump somehow in it right? [14:12:21] Nazral: yes. well, that's not going to work, these dumps are WAY too big to load into a simple setup. [14:15:49] Ah [14:15:57] Is there any doc on how to load everything ? :p [14:22:51] why would you want to do that? [14:28:45] Nazral: There's a script with wich you can import all properties or all items wich match a query or all items with id < X, etc. but as daniel sayed importing everything is to much for a simple setup on your own computer… [14:29:16] All content with history will be like 7 TB [14:31:31] what about importing everything without the history? (that is, compacting all histories into a single edit) [14:31:52] the size should be more bearable, no? [14:34:48] 734 gb yes [14:35:09] Still, you can't load that into the recent changes yet so it will not be reflected in the query service afaik [14:38:32] hmm, not ideal [15:28:39] do we have a way of adding formatter urls for machine-readable data? [15:32:05] nikki: you mean https://www.wikidata.org/wiki/Property:P1921 ? [15:32:50] RDF URIs are not *necessarily* URLs of machine readable data, but they often are, and should indeed be. [15:33:16] no, something more generic that can be used for json, xml, etc [15:44:33] nikki: maybe just P1630 with a qualifyer? [15:48:45] it might work, I'd be interested to know if other people have already been using it like that [15:50:11] and whether using novalue as a default works (one of the things on my list of things to propose doesn't have any human-readable urls, only json... why people why >_<) [18:04:28] hi [19:18:24] huh... why would a formatter url stop creating a link? other properties are still being linked [19:18:35] and the property hasn't been edited since it was working [19:20:09] nikki: on which item and property ? [19:21:32] last statement on https://www.wikidata.org/wiki/Q156087 for example [19:21:50] pages I loaded earlier and are still cached have the link, it goes away if I purge the page [19:25:05] which is annoying, how am I supposed to check I've linked the right thing if I don't have any links to click >_< [19:27:41] ... and now I'm getting links again [19:29:42] an issue i have seen before [19:30:15] yeah this is weird