Becky Jackson

Results 96 comments of Becky Jackson

We can definitely do this, but this is always going to be an issue in Protege when we have the labels the same as another term. In order to differentiate,...

Maybe since "diarrhea" is a grouping term in DOID, it should be "diarrheal disease", like in this WHO page - https://www.who.int/news-room/fact-sheets/detail/diarrhoeal-disease And "myocardital disease" instead of myocarditis (https://www.textbookofcardiology.org/wiki/Myocardial_Disease)

Are these different labels than the source ontology?

There is no method to change the labels of imported terms right now. ROBOT doesn't really have an easy way to do this... We have new python tools for working...

Hi Lynn - please feel free to add them, but they will not have the updated labels because our workflow doesn't have a way to do this right now. I...

This seems to be a bug with `OWLEntityRenamer`, which is part of OWLAPI. I tracked it down to here in `RepairOperation.java`: ``` List changes = new ArrayList(renamer.changeIRI(renameMap)); ``` We input...

I could see an `export` command (ontodev/robot#312) but I'm not quite sure how it would work. What were you thinking for inputs?

Running with `-v` will produce subcommand timing with the logger: ``` WARN Subcommand Timing: convert took 0.175 seconds ``` To store logs in a file: ``` robot convert --input foo.ttl...

I also support this. Currently the docs state that `reduce` only removes subClassOf axioms. If we're going to go the route that @matentzn suggested, then I think it makes sense...

How would it make sense to handle anonymous classes? If a user wants a property as a column, e.g. `has_part`, it would be easy to return the axioms on individuals....