Created
March 21, 2024 07:25
-
-
Save egonw/2dbf03d95722e45e86b98bc1716f539a to your computer and use it in GitHub Desktop.
INOSC - International Network of Open Science & Scholarship Communities
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#defaultView:Map | |
SELECT ?osc ?oscLabel ?location WHERE { | |
?osc wdt:P1344 wd:Q104785223 . | |
{ | |
?osc wdt:P625 ?location . | |
} UNION { | |
?osc wdt:P159 / wdt:P625 ?location . | |
} | |
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment