stuckyb
stuckyb
Unless I am missing something, which is certainly possible, I do not think StrictYAML is correctly parsing documents that consist either of only comments or comments with a single scalar....
**Operating system**: Ubuntu 18.04.1 LTS **wxPython version & source**: 4.0.1 gtk3 (phoenix), installed via apt-get **Python version & source**: python 3.6.7, default version with OS **Description of the problem**: When...
20-style points learners to PEP8, which gives them a good resource for later consultation, but it's not a quick read for use in the context of a SC workshop. It'd...
From a review comment on the PPO manuscript: "synonyms of the form "A B = B of A" should be added, where appropriate, to most terms in order to support...
Add support for defining multiple equivalency axioms, multiple subclass of axioms, etc. for a class, and possibly also multiple domains, ranges, or disjointness axioms for properties. These would require supporting...
It would be nice if OntoPilot had built-in support for doing automated testing of ontologies, similar to what we do with the PPO but easier to set up and maintain.
Lars Vogt and Roman Baum, of the Morph*D*Base project, pointed out to me that in some cases, axiom annotations (e.g., annotations of annotations) can be useful. As a first step,...
When a new project is created (`ontopilot init`), the base IRI (`xmlns`, `xml:base`) for new entities is the OWL namespace. That is probably not a good idea.
Spreadsheet files are typically binary blobs, which aren't well supported by the standard version control workflow. The most important loss is the ability to see what changed from one version...
Currently, OntoPilot is relatively slow to start up. It would be good to investigate ways to improve this. Options include: 1. Optimizing import statements so that modules are only imported...