pyvandenbussche / lov

Linked Open Vocabularies (LOV) - FrontEnd
http://lov.okfn.org/dataset/lov/
60 stars 12 forks source link

API- getting back URIs of ontologies with incoming links #59

Open gatemezing opened 8 years ago

gatemezing commented 8 years ago

Some users need to make a call via the API to retrieve the URIs of all the ontologies that use a giving vocab. Of course a SPARQL query, like this one for PROV-O [http://goo.gl/XzzWpr ] can answer. However, could it be implemented natively within the API?

pyvandenbussche commented 8 years ago

This is always possible, the question is: how many users/software will use that API? This is a custom query that indeed can be already performed using SPARQL.

gatemezing commented 8 years ago

:+1: Yeah.. At least I have one use case from Oxford. One could argue that our API should provide access to native relationships between vocabularies, that is the "core of LOV" with the voaf vocabulary, such as "inlink" or "outlink" to/from a vocabulary.