sparnatural
Version:
Visual client-side SPARQL query builder and knowledge graph exploration tool
21 lines (20 loc) • 467 B
TypeScript
export declare class SparnaturalAttributes {
#private;
src: any;
endpoints: string[];
language: string;
defaultLanguage: string;
addDistinct?: boolean;
limit?: number;
typePredicate: string;
maxDepth: number;
maxOr: number;
sparqlPrefixes?: {
[key: string]: string;
};
localCacheDataTtl?: number;
debug: boolean;
submitButton?: boolean;
catalog: string;
constructor(element: HTMLElement);
}