UNPKG

sparnatural

Version:

Visual client-side SPARQL query builder and knowledge graph exploration tool

9 lines (8 loc) 257 B
import { Model } from 'rdf-shacl-commons'; import { RdfStore } from 'rdf-stores'; export declare class BaseRdfStore { protected lang: string; protected store: RdfStore; protected graph: Model; constructor(n3store: RdfStore, lang: string); }