UNPKG

graphdb

Version:

Javascript client library supporting GraphDB and RDF4J REST API.

10 lines (9 loc) 149 B
export = QueryLanguage; /** * * */ type QueryLanguage = string; declare namespace QueryLanguage { let SPARQL: string; let SERQL: string; }