Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 662 Bytes

File metadata and controls

26 lines (16 loc) · 662 Bytes

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();

API