jupyrdf / ipyradiant

Jupyter widgets for working with RDF graphs.
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Update Deprecated API in starwars.ttl from examples/ #71

Closed RhythmSyed closed 3 years ago

RhythmSyed commented 3 years ago

The starwars data source API https://swapi.co/ is deprecated and needs to be updated to https://swapi.dev.

The API is also invoked differently:

For a resource like this: https://swapi.co/resource/human/11 Now has to be called like this: https://swapi.dev/api/people/11 This is referencing Anakin Skywalker

The file is here: https://github.com/jupyrdf/ipyradiant/blob/master/examples/data/starwars.ttl

zwelz3 commented 3 years ago

New swapi only hosts the data as JSON (without the means to recover the context). Tracking issue here.

zwelz3 commented 3 years ago

No traction on the tracking issue. We will assume that the new starwars dataset will not include JSON-LD, and therefore will keep this old version of the starwars data until a suitable example dataset is identified.