Skip to content
  • Carlos Garnacho's avatar
    libtracker-data: Add "service" virtual table · d12397c7
    Carlos Garnacho authored
    This virtual table will be used as the base for SERVICE{} syntax,
    and allows querying remote sparql endpoints as if it were part of
    the local data.
    
    This virtual table takes 3 parameters:
    - service: the uri of the remote service to query
    - query: the sparql query to issue on that remote service
    - silent: whether errors are fatal or not
    d12397c7