query-04fe80ae9420cd66361d506a0ec767e2

rq turtle/ttl

Missing property proposal discussions"Properties with missing property proposal discussion (P3254) claim" has 3020 Results; a bot should be able to supply values for most of those, using "what links here" and pattern-matching. Results may be in the form: https://www.wikidata.org/wiki/Wikidata:Property_proposal/Archive/7#Catalog_code https://www.wikidata.org/wiki/Wikidata:Property_proposal/NatureServe_conservation_status ]reply[13:04, 11 May 2017 (UTC) Andy's edits; Talk to Andy); Pigsonthewing (Andy Mabbett-- ]reply[19:17, 11 May 2017 (UTC)) talk (MisterSynergy items once they are harvested. Any idea which tool could be used to crawl all missing values? —propertyHarvestTemplates does not help here, not even to harvest values from the templates. However, QuickStatements can import values to ]reply[.16:51, 11 May 2017‎ (UTC)) at contribs • talk (ArthurPSmith comment was added byunsignedThe preceding – I believe most proposals are linked from the Propety talk page in the property documentation template, so the bot (if there is one to do this) should pull from there first. ]reply[07:45, 12 May 2017 (UTC)) talk (MisterSynergyI have meanwhile extracted all template parameters and will import those values into the property pages soon. The dataset needs some cleanup first. —]reply[10:15, 12 May 2017 (UTC)) talk (Matěj SuchánekFor your information, I have a bot which occasionaly collects data from talk pages and adds them to the statements. I was also asked to migrate proposal discussions to statements but haven't done so yet. So you can just do your import and wait for the decision about the parameter, I can then take care of it. Agree with 2), good point. ]reply[09:44, 12 May 2017 (UTC)) talk (MisterSynergyMore questions might follow. However, in general this looks quite doable. I will also provide some statistical numbers, I can compare and contrast template and statement values, and I can provide lists which action I plan to take in which property. — pulls values from the statements in that case anyway, but we might lose information which in some rare cases is given in HTML comments. Who has a bot which could remove parameters (I could provide a list of properties to work on).}}Property documentation{{ parameter from the template after a statement was added? The |proposed by=…Can we agree that we remove the A bunch of properties provides neither a template parameter nor a statement set. We need to look for property proposals manually. claim is correct in those cases?novalue set. Can we agree that a |proposed by=noneA bunch of properties have have special values set in the templates. Someone needs to normalize the template parameters or add the statements manually.Property talk:P1813 and Property talk:P703Before I can start, some issues need to be resolved: ]reply[19:22, 12 May 2017 (UTC)) talk (MisterSynergy in the proposal url), and 220 times a modern value (subpage). There is a HTML comment in the end of this comment with kind of a log of updated properties (view source for details). 565 properties remain without P3254 at the moment, because there is no value given in the talk page template. —/Archive/, 2318 times a classic value (including novalueI have now imported a lot of claims based on the template parameter values: 61 times ]reply[20:42, 12 May 2017 (UTC)) talk (MisterSynergy and found 499 additional proposal discussions, which have just been imported as well. Again, there is an invisible HTML comment log following this edit. Only 66 properties to go :-) —|subpage=I found that the template parameter has meanwhile been renamed to claims. I manually added two more values and according to this query: novalue One more update: most of the remaining one were actually properties with Properties with missing property proposal discussion (P3254) claim

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wdno: <http://www.wikidata.org/prop/novalue/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?property ?propertyLabel ?propertyDescription ?propertyType { 
  ?property wikibase:propertyType ?propertyType .
  MINUS { ?property wdt:P3254 [] } .
  MINUS { ?property rdf:type wdno:P3254 } .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en,en" } .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?property"):::projected v2("?propertyType"):::projected a1((" ")) c6(["bd:serviceParam"]):::iri c8(["en,en"]):::literal c4(["wdno:P3254"]):::iri v1 --"wikibase:propertyType"--> v2 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P3254"--> a1 end subgraph minus1["MINUS"] style minus1 stroke-width:6px,fill:pink,stroke:red; v1 --"a"--> c4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end