query-bbcc622ac5a6338f168c9daab5030e89

rq turtle/ttl

Constraints restored ]reply[18:45, 2 February 2016 (UTC)) talk (Multichill as exceptions. I hope everyone agrees and is happy with this solution. the 72 items. We have 41612 items with a RKD link of which 41540 (99,83%) are humans. Only 72 items (0,17%) are not humans. That makes the human constraints quite applicable. I'm not a big fan of false positives so I added Matěj Suchánek that were removed by (P19)place of birth & (P569)date of birth , (P21)sex or gender , (P106)occupation I restored the contraints for ]reply[17:12, 24 October 2017 (UTC)) talk (Multichill used to be empty ;-) User:Multichill/Humans no genderHaven't really done it for a while, ]reply[17:02, 24 October 2017 (UTC)) talk (MarsupiumOk, I didn't that know you are using it actively … -- ]reply[17:01, 24 October 2017 (UTC)) talk (MultichillRestored it. I generally clean it up every once in a while and keep it to zero. Some of the big imports seem to have increased the numbers a bit. I'll do some clean up in the next couple of weeks. ]reply[17:03, 23 October 2017 (UTC)) talk (Marsupium. But feel free revert me! --Wikidata:Database reports/Constraint violations/P650 to }}Q{{ what will hopefully bring the use of removed them as constraints, so I have Wikidata:Database reports/Humans with missing claims/P650 are available at (P569)date of birth and (P21)sex or gender Reports for ]reply[00:42, 11 September 2017 (UTC)) talk (Marsupium and impede the display of labels. What do you think? --Wikidata:Database reports/Constraint violations/P650 adds those? I guess (most of) the remaining ~2.5k simply don't have that data given at RKDartists? And those cases spam BotMultichill now that (P569)date of birth and (P21)sex or gender : (Q21503247)item-requires-statement constraint : What about removing Multichill@ ]reply[13:34, 7 February 2016 (UTC)) talk (MultichillI also imported gender so that list should drop from about 3300 to about 330. , do a regex replace "\r\nQ" -> "]], [[Q", fix the first and last entry and paste it here.fresh listFor future reference: Download a ]reply[19:22, 2 February 2016 (UTC)) talk (Matěj SuchánekNo problem, maybe I was lazy to do this like you did. : (P21)sex or gender : I believe this query gives the missing exceptions for Marsupium@

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?itemDescription ?value ?valueLabel
WHERE
{
    ?item wdt:P650 ?value .
    FILTER NOT EXISTS { ?item wdt:P21 [] } .
    FILTER NOT EXISTS { ?item wdt:P31 wd:Q5 } . 
    FILTER NOT EXISTS {
      SELECT ?item WHERE {
  wd:P650 p:P2302 ?propertyconstraint .
  ?propertyconstraint ps:P2302 wd:Q21503247 .
  ?propertyconstraint pq:P2306 wd:P21 .
  ?propertyconstraint pq:P2303 ?item .
  }
      }
    SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } .
}
LIMIT 1000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?propertyconstraint") v3("?value"):::projected a1((" ")) c6(["wd:P21"]):::iri c15(["en"]):::literal c4(["wd:Q21503247"]):::iri c13(["bd:serviceParam"]):::iri c9(["wd:Q5"]):::iri c1(["wd:P650"]):::iri f0[["not "]] subgraph f0e0["Exists Clause"] e0c1 --"p:P2302"--> e0v1 e0v1 --"p:statement/P2302"--> e0c4 e0v1 --"p:qualifier/P2306"--> e0c6 e0v1 --"p:qualifier/P2303"--> e0v2 e0v2("?item"):::projected e0v1("?propertyconstraint") e0c4(["wd:Q21503247"]):::iri e0c6(["wd:P21"]):::iri e0c1(["wd:P650"]):::iri end f0--EXISTS--> f0e0 f0 --> c1 f0 --> c2 f0 --> v1 f0 --> c3 f0 --> c4 f0 --> c5 f0 --> c6 f0 --> c7 f0 --> v2 c1 --"p:P2302"--> v1 v1 --"p:statement/P2302"--> c4 v1 --"p:qualifier/P2306"--> c6 v1 --"p:qualifier/P2303"--> v2 f1[["not "]] subgraph f1e1["Exists Clause"] e1v1 --"p:direct/P31"--> e1c2 e1v1("?item"):::projected e1c2(["wd:Q5"]):::iri end f1--EXISTS--> f1e1 f1 --> v2 f1 --> c8 f1 --> c9 v2 --"p:direct/P31"--> c9 f2[["not "]] subgraph f2e2["Exists Clause"] e2v1 --"p:direct/P21"--> e2a1 e2v1("?item"):::projected e2a1((" ")):::projected end f2--EXISTS--> f2e2 f2 --> v2 f2 --> c10 f2 --> a1 v2 --"p:direct/P21"--> a1 v2 --"p:direct/P650"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c13 --"wikibase:language"--> c15 end