pyLODE icon indicating copy to clipboard operation
pyLODE copied to clipboard

An OWL ontology documentation tool using Python and templating, based on LODE

Results 107 pyLODE issues
Sort by recently updated
recently updated
newest added

If a user supplies a previous version of an Ontology/Profile/Vocab alongside the new version being documented, then a changeset can be automatically made, just like this one: https://linkedearth.github.io/ontology/core/1.2.0/index-en.html#changes

e.g. allow an ontology/vocab/profile to indicate previous versions with

Rather than just the text to indicate an RDF format, use GitHub-style image widgets. Add a new flag `-t` for "transcode" which, if set (default not set) makes pyLODE output...

The [GeoSPARQL 1.1 Ontology](https://github.com/opengeospatial/ogc-geosparql/blob/master/1.1/geo.ttl) defines custom datatypes such as: ```turtle :auspixDggsLiteral a rdfs:Datatype ; rdfs:subClassOf :dggsLiteral ; rdfs:isDefinedBy geosparql: , geosparql-spec: ; rdfs:seeAlso "https://github.com/GeoscienceAustralia/AusPIX_DGGS"^^xsd:anyURI ; skos:definition """A textual serialization of...

bug

Markdown for the PROF profile misses: * Description - no text generated * Fragment URIs: the HTML style ones don't work * Profile RDF value not delivered

See https://loop3d.github.io/GKM/geology.html#Generic_Geologic_Time_Unit https://github.com/Loop3D/GKM/blob/master/Loop3D-GSO/GSO-Geology.ttl#L128

In bin/ there is a pylode.app (Mac), pylode.exe (Windows) & pylode.sh (Linux) executable. They are currently not rebuilt with each push or release but they should be!

enhancement

This is perhaps two separate issues, so apologies if they should be separated. I'm having trouble getting multiple annotation properties to display, either for the ontology itself or for individual...

I noticed in an ontology of ours that the div links for named individuals are based on the `rdfs:label`. However the IRIs for members usually end with the named individual...

bug

schema.org doesn't use rdfs:domain and range. Some other important ontologies have adopted this style. eg SSN, SOSA (according to @dr-shorthair), WOT TD. Our euBusinessGraph SWJ paper describes the benefits of...