Blulab-Utah/domainOntology

Can you create a test case for demo the api?

Closed this issue · 1 comments

Add a boolean parameter in previous test code, doesn't work. domainVariables size is 0.

DomainOntology domain = new DomainOntology("src/main/resourc/colonoscopy_20141001.owl",true);
ArrayList domainVariables = domain.getAllVariables();

I tried the owl files in resource_ontologies project (I assume they are new ones for the new API), still not work.

Thanks

First, you cannot use that ontology. It was not built by me and it uses the old versions of the ontology. Second, if you pass the boolean true that means you must have the domain ontology and all of the imported ontologies (Schema, ConText and TermMapping) stored locally in the same directory as the domain ontology. I'll send you info shortly on how to get information from the domain ontology.