JonathanReeve / data-ethics-literature-review

An automated survey of literature and curricula surrounding ethics in data science. WIP.
http://data-ethics.tech
GNU General Public License v3.0
1 stars 1 forks source link

Download Wikidata data for universities #8

Open JonathanReeve opened 3 years ago

JonathanReeve commented 3 years ago

The graph has owl:sameAs entries for most universities, so it should be easy to download Wikidata turtle files for each university. From there, we can extract all kinds of useful data about each one, such as the geographic coordinates of the university.

JonathanReeve commented 3 years ago

Broken into steps, this is:

  1. Query for universities that have sameAs wikidata
  2. Download Wikidata files as TTL, one file per university.
  3. Get latitude and longitude and add it to our graph (query turtle files for lat/long)
  4. Get country of origin and add it to our graph (query turtle files for country)