query-695af8b6c7c831715bd192a2890c2f9a

rq turtle/ttl

For your information: Child: No value is used 301 times. This query will show them: 23:02, 27 May 2020 (UTC)) talk (MrProperLawAndOrder. Property:P1971: Re "seems annoying and unfamiliar with wikidata" - I see no evidence that asking the question made when starting this section could lead to "seems annoying and unfamiliar with wikidata". I work on human data, and the claim child="no value" is something I have not seen before, despite having seen hundreds of pages. Of course it can exist in large quantities in WD, but it has not been applied to every human that has no child. So, I asked for the source at the talk, user did not provide it, so I went here. But if you are less "annoying and unfamiliar" than me, please share, in which cases such statement should be made to further the goals of the WMF in sharing knowledge to world. Thousands of humans can receive it. And last but not least, explain the difference from simply stating "number of children = 0" via BrokenSegue@

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel
{
  ?item wdt:P1971 ?noc.
  FILTER(?noc = 0).
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?noc") c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal f0[["?noc = '0^^xsd:integer'"]] f0 --> v1 v2 --"wdt:P1971"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end