export interface SparqlTemplate { /** * The unique identifier of the SPARQL template in form of a URI. */ id: string; /** * The URL used to link to the SPARQL template in the UI. */ href: string; }