Display-Lab / psdo

Performance Summary Display Ontology
https://display-lab.github.io/psdo/
Other
3 stars 3 forks source link

Implement basic tooling for adding terms. #54

Closed grosscol closed 6 years ago

grosscol commented 6 years ago

Changed to RDF/XML format from functional owl format to match expectations of developers and other ontology examples.

Intentionally and purposefully reworked imports and catalog. The catalog is one of the place Protege defines its library of ontologies. bfo-minimal is listed in the catalog, but is not imported into fio directly. Opted to import the entirety of bfo 2.0 for now.

@john-rincon, I think this is going to be a cleaner starting space. This does assume that all of the ontologies that are being imported are in the imports/ directory. I have not tested what the behavior is when this is not the case. My expectation is that Protege will helpfully re-write the catalog file. I'll sort out how to handle that in a subsequent PR from this tooling branch.

grosscol commented 6 years ago

Mostly addressed by #55