query-774655dba38e7bb9d85761a19ebbcb5d
Places of birth via plwiki reference. (Q1551807)Polish Wikipedia (P143)imported from Wikimedia project claims of affected items will be marked with a (P19)place of birth of that person. Thus there is likely some incorrect data in Wikidata via that path. The (P19)place of birth with the (Q21008628)World Rowing athlete database field in the (P551)residence has a significant amount of articles about rowers which do not appear in any other Wikipedia edition. They confuse the (Q1551807)Polish Wikipedia
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT ?item ?placeOfBirth ?sitelink {
?item p:P106/ps:P106/wdt:P279* wd:Q26270618 .
?item p:P19 [ ps:P19 ?placeOfBirth ] .
FILTER(ISBLANK(?placeOfBirth) = false) .
?sitelink schema:about ?item; schema:isPartOf <https://pl.wikipedia.org/> .
?item wikibase:sitelinks 1 .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?placeOfBirth"):::projected
v3("?sitelink"):::projected
a1((" "))
a2((" "))
a3((" "))
c12(["1^^xsd:integer"]):::literal
c10([https://pl.wikipedia.org/]):::iri
c5(["wd:Q26270618"]):::iri
f0[["isBlank(?placeOfBirth) = 'false^^xsd:boolean'"]]
f0 --> v1
v2 --"p:P106"--> a1
a1 --"p:statement/P106"--> a2
a2 --"p:direct/P279"--> c5
a3 --"p:statement/P19"--> v1
v2 --"p:P19"--> a3
v3 --"schema:about"--> v2
v3 --"schema:isPartOf"--> c10
v2 --"wikibase:sitelinks"--> c12