0.0.6 • Published 3 months ago

@telicent-oss/rdfservice v0.0.6

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

RdfService

RdfService is a helper library that abstracts away the complexity of interacting with RDF triplestores, providing basic CRUD abilities.

For futher information on how to use the library see the API documentation

Install

yarn add @telicent-oss/rdfservice

Usage

import RdfService from "@telicent-oss/rdfservice";

const rdfService = new RdfService("http://localhost:3030/", "ontology");

const diagrams = await rdfService.runQuery(query);

API

0.0.6

3 months ago

0.0.5

3 months ago

0.0.4

3 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.2-rc1

3 months ago

0.0.1

4 months ago