UNPKG

sparnatural

Version:

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

8 lines (7 loc) 199 B
/** * A variable selected in the UI, containing the variable name, and the type (=class or property type) being selected */ export interface SelectedVal { variable: string; type: string; }