export interface NewOntology {
    projectIri: string;
    name: string;
    label: string;
}
