pyLODE
pyLODE copied to clipboard
An OWL ontology documentation tool using Python and templating, based on LODE
The use of Agents in dcterms:contributor does not seem to work. It would be nice if Agents in dctermst:contributor would be allowed, just as with dcterms:creator. So this would be...
When I use Agents in dcterms:creator, they are not properly displayed in Supermodel mode. In OntPub mode, the rendering is fine. This is how I added the creator to my...
owl:symmetricProperty does not seem to be fully supported yet. In ontpub mode a owl:symmetricProperty is displayed in the HTML, but the property is not mentioned in the table of contents....
I would like to kindly request the addition of support for the `owl:inverseOf` property in PyLode. At present, PyLode does not seem to recognize or display `owl:inverseOf` relationships. For example,...
When I run `python -m pylode example.ttl` on the example ontology below, I receive `TypeError: unhashable type: 'list'`. Here is the full error trace: ``` INFO:root:Loading background ontologies from a...
The link to a code repository, specified via `sdo:codeRepository` (see https://github.com/RDFLib/pyLODE/commit/b40deacc6f72ea289d80133eebcd48b0418090d0) is not shown anymore (with version 3). I think it needs to be added [somewhere here](https://github.com/RDFLib/pyLODE/blob/7862d42cc44620398621882b176262513bd2fc8a/pylode/profiles/ontpub.py#L332) but I'm not...
It would be great to have the option of providing the [ROR ID](https://ror.org/) of any organisation such as a `dct:publisher` or the `sdo:affiliation` of a `dct:creator`/`dct:contributor`, via the `sdo:identifier` property...
Using the latest release, ``` $ uvx --with pylode --python 3.9 python -c 'import pylode' Traceback (most recent call last): File "", line 1, in File "/home/eric/.cache/uv/archive-v0/DZGmJNLEMwErf_BnDW0zL/lib/python3.9/site-packages/pylode/__init__.py", line 4, in...
I'm trying pyLODE and I have problems with URI prefixes. My ontology is [this](https://github.com/user-attachments/files/20527470/agri-schemas.ttl.txt). My default `agri:` prefix is rendered like: `ns1:SchemaNewPropertyProposal`, rather than `agri:SchemaNewPropertyProposal`. It's also rendered as a...