coi.setMetadataValues(metadataValues);
MappingOntologyCreator creator = new MappingOntologyCreator(coi, mdci);
CreateOntologyResult result = new CreateOntologyResult();
creator.createOntology(result);
return result;
}
private void _verifyMappings(OntModel ontModel) throws Exception {