OntoZoo / ontobee

Ontobee is a linked data server for ontologies. See: http://www.ontobee.org.
27 stars 5 forks source link

Inject hydra triples to link to other queries #122

Open cmungall opened 6 years ago

cmungall commented 6 years ago

Compare the HTML and RDF for http://purl.obolibrary.org/obo/MA_0000016

The HTML has links to usage, in this ontology and other ontologies. The RDF has only axioms about the class (in the current graph).

Consider injecting additional triples into the RDF payload to provide semweb clients ways to better navigate the full structure of the ontology and related ontologies. Have a look at how the hydra vocabulary is used in linked data fragments. See for example curl -H 'Accept: text/turtle' 'http://fragments.dbpedia.org/2016-04/en?object=http%3A%2F%2Fdbpedia.org%2Fresource%2FCategory%3AAuditory_system'

This could also be used to link out to representations of the same or related entities in other parts of the linked data web.

jmcmurry commented 6 years ago

+1

micheldumontier commented 6 years ago

+1