Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set P1001 (applies to jurisdiction) to all diplomatic representations #52

Open
nicolas-raoul opened this issue Jan 4, 2021 · 0 comments
Labels

Comments

@nicolas-raoul
Copy link
Collaborator

nicolas-raoul commented Jan 4, 2021

This will require a lot of investigation, especially for consulates.

Now there are 1066 without: https://query.wikidata.org/#%23Embassies%2Fconsulates%20with%20no%20location%0ASELECT%20%3FQID%20%28SAMPLE%28COALESCE%28%3Fen_label%2C%20%3Fitem_label%29%29%20as%20%3Flabel%29%0AWHERE%0A%7B%0A%09%23%20Any%20type%20of%20embassy%20or%20consulate%0A%09%7B%3FQID%20p%3AP31%2Fps%3AP31%2Fwdt%3AP279%2a%20wd%3AQ3917681%7D%0A%09UNION%20%7B%3FQID%20p%3AP31%2Fps%3AP31%2Fwdt%3AP279%2a%20wd%3AQ5244910%7D%0A%09UNION%20%7B%3FQID%20p%3AP31%2Fps%3AP31%2Fwdt%3AP279%2a%20wd%3AQ7843791%7D%0A%09UNION%20%7B%3FQID%20p%3AP31%2Fps%3AP31%2Fwdt%3AP279%2a%20wd%3AQ61881945%7D%0A%09UNION%20%7B%3FQID%20p%3AP31%2Fps%3AP31%2Fwdt%3AP279%2a%20wd%3AQ18414273%7D%0A%09UNION%20%7B%3FQID%20p%3AP31%2Fps%3AP31%2Fwdt%3AP279%2a%20wd%3AQ73088858%7D%0A%20%20%0A%20%20%09%23%20Exclude%20places%20that%20are%20not%20in%20operation%20anymore%0A%09MINUS%20%7B%3FQID%20wdt%3AP582%20%3Fendtime%7D%0A%09MINUS%20%7B%3FQID%20wdt%3AP576%20%3FdissolvedOrAbolished%7D%0A%09MINUS%20%7B%3FQID%20p%3AP31%20%3FinstanceStatement.%20%3FinstanceStatement%20pq%3AP582%20%3FendtimeQualifier%7D%0A%0A%20%20%20%20%23%20No%20jurisdiction%0A%09MINUS%20%7B%3FQID%20wdt%3AP1001%20%3FjurisdictionQID.%7D%0A%20%20%0A%20%20%20%20%23%20Label%0A%09OPTIONAL%20%7B%3FQID%20rdfs%3Alabel%20%3Fen_label%20.%20FILTER%28LANG%28%3Fen_label%29%20%3D%20%22en%22%29%7D%0A%20%20%20%20OPTIONAL%20%7B%3FQID%20rdfs%3Alabel%20%3Fitem_label%7D%0A%7D%20%0AGROUP%20BY%20%3FQID

Note: P2541 (operating area) is not the best property. P1001 explicitly mentions that it applies to embassies:
Screen Shot 2021-01-04 at 15 34 34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant