lambdamusic / Ontospy

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

How can I modify Ontodocs to create the URIs as in the Ontology? #57

Open jo-tud opened 6 years ago

jo-tud commented 6 years ago

I'm using Ontodocs to document the EthOn ontology (ethon.consensys.net) The EthOn concepts have URIs like this: http://ethon.consensys.net/Block

I'd like to be able to dereference these URIs, so that when you go there you will see the Ontodocs page for that concept. However the ontodocs site looks like this: https://ethon.consensys.net/class-block.html

Currently I'm using a github pages 404 redirect hack to achieve URL-rewriting-like behavior. This is SEO unfriendly. Much better though, would be to just use the names from the ontology as page names.

Any ideas how to achieve that?