sparnatural
Version:
Visual client-side SPARQL query builder and knowledge graph exploration tool
14 lines (13 loc) • 330 B
TypeScript
export declare class DataService {
protected id: string;
protected title: {
[lang: string]: string;
};
protected endpointURL: string;
protected extent?: string;
constructor(obj: any);
getEndpointURL(): string;
getTitle(lang: string): string;
getId(): string;
getExtent(): string;
}