James A. Overton

Results 570 comments of James A. Overton

I think `ontology-config.yml` is better.

Does `robot export` (on `master`) now have everything you need for this use case?

You will need to actually copy the information about BFO:0000019 (and other BFO terms you want to reuse) out of the BFO OWL file and into your OWL file. The...

I want to fix this OBI issue before considering downgrading this logging level. https://github.com/obi-ontology/obi/issues/1289

The OBI issue I wanted to fix has been fixed. What do people think about downgrading these unparsed triples to WARN?

Good point, but that raises a bigger question about updating OWLAPI. We've been trying to match Protege, which uses OWLAPI 4.5.9 in release 5.50. ROBOT is a bit behind, with...

@wdduncan Yes. These messages from the test suite are normal, but it would be nice not to see them.

Individuals have an `rdf:type` (`TYPE`). They cannot have an `rdfs:subClassOf` (`SC`). There is no need to assert than an individual is an `owl:Individual`. Something like this should work: ``` CURIE,Label,Type,Comment...

Good point @balhoff. That would save the hassle of installing Java. There would still be the hassle of putting the file on the PATH and making it executable. I guess...