@telicent-oss/rdfservice
TypeScript icon, indicating that this package has built-in type declarations

0.31.1-rc1 • Public • Published

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

/@telicent-oss/rdfservice/

    Package Sidebar

    Install

    npm i @telicent-oss/rdfservice

    Weekly Downloads

    576

    Version

    0.31.1-rc1

    License

    Apache-2.0

    Unpacked Size

    2.24 kB

    Total Files

    2

    Last publish

    Collaborators

    • telicent-admin