query-235b77c7030386c1f48cdc63ed568b21

rq turtle/ttl

Given namesRedundant María in José María. (Q18755442)José María should be removed in favor of María

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?item
WHERE {
  ?item wdt:P735 wd:Q18755442 .
  { ?item wdt:P735 wd:Q18088640 . }
  UNION { ?item wdt:P735 wd:Q56842555 . }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected c3(["wd:Q18088640"]):::iri c4(["wd:Q56842555"]):::iri c2(["wd:Q18755442"]):::iri v1 --"wdt:P735"--> c2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P735"--> c4 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P735"--> c3 end union0r <== or ==> union0l end