lambdamusic / Ontospy

Python library and command-line interface for inspecting and visualizing RDF models aka ontologies.
http://lambdamusic.github.io/Ontospy/
MIT License
219 stars 52 forks source link

lov.okfn.org is defunct #110

Closed jonassmedegaard closed 2 years ago

jonassmedegaard commented 2 years ago

Doing ontospy utils -d offers to scan from http://lov.okfn.org but that site is down (not sure if temporarily or permanently).

Maybe that site moved - it seems to be what is now offered at https://lov.linkeddata.es - and indeed changing code to use https://lov.linkeddata.es/dataset/lov/api/v2/vocabulary/list as baseuri works.

I recommend to list the normalized URI in the UI - i.s. add trailing /.

While at it, I recommend to switch the alternative http://prefix.cc/popular/ to use secure https protocol - both the listing in UI and actual baseuri.

jonassmedegaard commented 2 years ago

I intend on carrying this patch for the Debian packaging on Ontospy: https://salsa.debian.org/debian/ontospy/-/blob/debian/master/debian/patches/1001_URIs.patch

lambdamusic commented 2 years ago

Many thanks for this! Added to https://github.com/lambdamusic/Ontospy/releases/tag/2.0.0-alpha