pyLODE
pyLODE copied to clipboard
An OWL ontology documentation tool using Python and templating, based on LODE
Disabling inclusion of CSS code in the HTML file fails: ```bash python3 cli.py --css false -o index.html ./ontology.owl ``` with the error: ```bash FileNotFoundError: [Errno 2] No such file or...
In ontpub mode, the owl:equivalentClass property is correctly displayed. When you run pyLODE in supermodel mode, the owl:equivalentClass property seems to be ignored. It's missing in the HTML.
When you run pyLODE as a python module, you should be able to run in supermodel model. As far as I can see, the Supermodel mode currently is available when...
The formatting is inverted because missing closing quotes.
while using pyLODE, I had some issues with properly showing contributors names. I investigated a little and found the following: names are normalized to use `dcterms:title` [here (ontpub)](https://github.com/RDFLib/pyLODE/blob/master/pylode/profiles/ontpub.py#L167) and [here...
I work with a number of OBO Foundry ontology. These ontologies often has annotations such as: * http://purl.obolibrary.org/obo/IAO_0000115 (definition) * http://purl.obolibrary.org/obo/IAO_0000112 (example of usage) * http://purl.obolibrary.org/obo/IAO_0000116 (editor note) etc. I...
It would be nice for the end-user to provide a download link in the documentation to one or more rdf serializations of the ontology.
Hello, I really love the work you have done with pyLODE. I use it to document our work on an ontology for historical person data we developed at the Center...