User:Ecritures/Expedition/Nederlands-Indië/Participants

From Wikidata
Jump to navigation Jump to search
  1. Participants of an expedition in former Dutch East Indies
SELECT ?deelnemer ?deelnemerLabel ?NTAid ?VIAFid ?itemLabel ?item   
WHERE {
  { ?item wdt:P31 wd:Q2401485. }
  UNION
  { ?item wdt:P31 wd:Q366301. }
  { ?item wdt:P17 wd:Q188161. }#Nederlands-Indie, kolonie binnen NL
  UNION
  { ?item wdt:P17 wd:Q252. }#Indonesie
  UNION
  { ?item wdt:P17 wd:Q941881. }#Nederlands Nieuw Guinea
 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
 { ?item wdt:P710 ?deelnemer. }
 OPTIONAL { ?deelnemer wdt:P1006 ?NTAid. }
 OPTIONAL { ?deelnemer wdt:P214 ?VIAFid. }
}
Try it!