UNPKG

data-pipeline-information-system-sparql

Version:

Sparql function to query/update RDF through SPARQL 1.1

7 lines (6 loc) 219 B
import SparqlAttribute from './SparqlAttribute'; export declare function getAttribute(rootReference: string, pointer: string): { nestedPath: string[]; attribute: SparqlAttribute; }; export default getAttribute;