Skip to content

medigy/medigy-classification-topics

Repository files navigation

Medigy-Classification-Topics

Medigy Topics listing from Ontology (OWL) FIles

Get topics list

import MedigyTopics from '@medigy/medigy-classification-topics';
MedigyTopics.getOwlTopics().then((topics: any) => {
  if (topics.owlTopicClassification) {
    const returnObject = topics.owlTopicClassification.data ? topics.owlTopicClassification.data.getClassHierarchy : null;
    }
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages