query-396551a85479f4d84cf3fd47f3326667

rq turtle/ttl

TODO Whose ORCID? ]reply[13:21, 2 December 2021 (UTC) dosisEpì. Could you have a look? Thanks, --https://orcid.org/0000-0002-4172-5310 seem to be transport engineers who worked around the university of Pardubice; NKC gives different birth dates for them, so they should be different persons, but I'm not able to establish who deserves the ORCID (Q95139533)Jaromír Široký and (Q106983424)Jaromír Široký Hi! Both OK, thanks. I have just checked all the results of ]reply[13:57, 2 December 2021 (UTC)) talk (Vojtěch Dostál I am afraid both pairs of items are duplicates. The library sometimes finds a wrong date of birth which then leads other librarians to create a new entry. I'll try to do some inquiry. Epìdosis@ ]reply[13:26, 2 December 2021 (UTC) dosisEpì, one ORCID to be assigned to one of them. --(Q95177894)Josef Mikulášek and (Q106983758)Josef Mikulášek Same problem: two theologians,

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT DISTINCT ?item
WHERE {
  ?item wdt:P691 ?nkc1 .
  ?item wdt:P691 ?nkc2 .
  FILTER(?nkc1 != ?nkc2)
  ?item wdt:P496 ?orcid .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?item"):::projected v1("?nkc1") v2("?nkc2") v4("?orcid") f0[["?nkc1 != ?nkc2"]] f0 --> v1 f0 --> v2 v3 --"wdt:P691"--> v1 v3 --"wdt:P691"--> v2 v3 --"wdt:P496"--> v4