Skip to content

Instantly share code, notes, and snippets.

@dpjanes
Created December 17, 2020 12:23
Show Gist options
  • Save dpjanes/a1232d7018ebeef846d9e488071ff6dc to your computer and use it in GitHub Desktop.
Save dpjanes/a1232d7018ebeef846d9e488071ff6dc to your computer and use it in GitHub Desktop.
Query Transport Companies and Logos on Wikidata
SELECT *
WHERE
{
?id wdt:P31 wd:Q740752;
optional { ?id rdfs:label ?name }
optional { ?id wdt:P154 ?logo }
FILTER(lang(?name) = 'en')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment