[01:30:31] PROBLEM - High lag on wdqs1003 is CRITICAL: 3628 ge 3600 https://grafana.wikimedia.org/dashboard/db/wikidata-query-service?orgId=1&panelId=8&fullscreen [02:17:42] PROBLEM - High lag on wdqs1003 is CRITICAL: 3649 ge 3600 https://grafana.wikimedia.org/dashboard/db/wikidata-query-service?orgId=1&panelId=8&fullscreen [02:20:01] PROBLEM - High lag on wdqs1003 is CRITICAL: 3656 ge 3600 https://grafana.wikimedia.org/dashboard/db/wikidata-query-service?orgId=1&panelId=8&fullscreen [02:22:11] PROBLEM - High lag on wdqs1003 is CRITICAL: 3657 ge 3600 https://grafana.wikimedia.org/dashboard/db/wikidata-query-service?orgId=1&panelId=8&fullscreen [02:57:12] RECOVERY - High lag on wdqs1003 is OK: (C)3600 ge (W)1200 ge 1177 https://grafana.wikimedia.org/dashboard/db/wikidata-query-service?orgId=1&panelId=8&fullscreen [09:27:29] I'm trying to figure out what I would need to do to enable something like P1628 (equivalent property) in a wikibase instance [09:30:06] Are there some wikidata-specific extensions that enable property mapping beyond what comes out of the box with includes/Rdf/TermsRdfBuilder.php? I'm having trouble finding anything relevant in Phabricator other than WikibaseQualityConstraints [10:07:52] Lucas_WMDE: the hook really does work :D you have no idea how happy you unintentionally made me [10:08:50] I had trouble at first because it seems like changes to common.js take ages to show up, so I thought it wasn't working [10:09:29] but once I realised it wasn't me, I was able to fix my stuff and a couple of gadgets [10:09:56] nikki: \o/ [10:10:09] I’m so happy you managed to fix AuthorityControl, I had no idea how to even approach that bug [10:14:01] it hadn't been working reliably for nearly three years, I was pretty confident it was the same issue I was having with my own stuff since it started at the same time as other things broke, and it was always things which touched the statements section [10:15:10] and running things in the console manually always worked fine, so it seemed very likely to be a problem with the statements section not always rendering fast enough for the code which wanted to use it [11:41:37] Re: ^^ I'm hoping to make it easy in wikibase for the RDF to say ":P123 owl:equivalentProperty schema:creator" (for arbitrary combinations of P-value and external vocab property) so any pointers in the right direction would be welcome [12:25:17] can I add a label in quickstatements only when no label is set yet? [12:28:17] Since February 2015, https://www.mediawiki.org/wiki/Wikibase/DataModel#Web_resources_and_other_IRIs says a planned feature for Properties is "Mappings to other vocabularies, indicating (rough or exact) equivalence of the Property with a predicate from a standard vocabulary like Dublin Core of FOAF." [12:29:41] but sounds like we went down the road of "the processing software would have to have knowledge of the meaning of the properties used to make such statements" (last sentence in that "planned features" box). So I'm still looking for that chunk of code :) [14:48:58] Dunya [16:04:01] hi [16:04:20] what's the difference between https://www.wikidata.org/wiki/Q47530729 and https://www.wikidata.org/wiki/Q50423863 ? [19:17:40] yannf: it seems like the first one is for when something explicitly mentions that particular rightsstatement.org thing [19:18:07] there are others like https://www.wikidata.org/wiki/Q47530757 which are also marked as subclasses of copyrighted [21:16:43] anyone speaks turkish? (: [21:17:28] HakanIST: ^ [21:18:18] SothoTalKer: merhaba [21:18:57] HakanIST hello. can you tell me the meaning of "Şekmeti"? [21:19:17] never heard of it, let me look it up [21:19:24] Are properties without statements allowed? [21:19:57] HakanIST: well, i have "Şekmeti Mehmet Efendi", but all translation tools only return "Mehmet Efendi" as name, [21:20:31] Esteban16: in theory yes. depends what you want to achieve :) [21:21:06] Thank you, SothoTalKer :) [21:21:39] there are options to set a statement as "no value" or "unknown value". [21:22:05] Esteban16: https://www.wikidata.org/wiki/Help:Statements#Unknown_or_no_values [21:27:27] SothoTalKer: it's deadend for search on turkish resources for "şekmeti" , sounds like a title [21:27:39] I can ask some experts tomorrow or so [21:28:51] only if it not too much hassle. [21:30:00] not a problem [22:38:27] We're setting up a wikibase/wikidata installation and I'm trying to figure out how to work with long text property values. [22:39:01] Apparently Monolingual text has a character limit of 400 characters. [22:39:15] Is there a datatype that's appropriate for long text? [22:40:32] (String is also limited to 400 characters, it seems.) [22:58:17] Or are there ways to expand the character limit for a property in wikibase/blazegraph/wikidata?