@telicent-oss/ontologyservice
v1.0.4
Published
Simple client-side library for working with RDF ontologies. Includes basic CRUD abilities and functions to help you navigate an ontology hierarchy.
Readme
OntologyService
Simple client-side library for working with RDF ontologies. Includes basic CRUD abilities and functions to help you navigate an ontology hierarchy.
For further information on how to use the library see the API Documentation
Install
yarn install @telicent-oss/ontologyserviceUsage
import OntologyService from "@telicent-oss/ontologyservice";
const ontologyService = new OntologyService("http://localhost:3030/", "ontology");
const diagrams = await ontologyService.getAllDiagrams();