0.0.6 • Published 2 months ago

@telicent-oss/ontologyservice v0.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

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

0.0.6

2 months ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.3

2 months ago

0.0.2

2 months ago

0.0.2-rc1

2 months ago

0.0.1

3 months ago