Skip to content

Instantly share code, notes, and snippets.

@egonw
Created March 21, 2024 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egonw/2dbf03d95722e45e86b98bc1716f539a to your computer and use it in GitHub Desktop.
Save egonw/2dbf03d95722e45e86b98bc1716f539a to your computer and use it in GitHub Desktop.
INOSC - International Network of Open Science & Scholarship Communities
#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