@telicent-oss/ontologyservice
v0.0.7-post.1
Published
Simple client-side library for working with RDF ontologies. Includes basic CRUD abilities and functions to help you navigate an ontology hierarchy.
Downloads
678
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/ontologyservice
Usage
import OntologyService from "@telicent-oss/ontologyservice";
const ontologyService = new OntologyService("http://localhost:3030/", "ontology");
const diagrams = await ontologyService.getAllDiagrams();