SPARQL endpoint construct scrollable cursor

Extractor, allows the user to extract RDF triples from a SPARQL endpoint using a CONSTRUCT query, using the scrollable cursor technique for OpenLink Virtuoso.

Endpoint URL
URL of the SPARQL endpoint to be queried
Page size
Specifies the size of one page to be returned
Default graph
IRIs of default graphs used for the SPARQL query
Query prefixes
Prefixes to be defined for the scrollable cursor query
Outer construct clause
The CONSTRUCT clause of the outer paging query. It should use a subset of the variables returned by the SELECT clause of the inner query
Inner select query
Ordered SELECT query to be used as a nested query in the outer paging query

Characteristics

ID
e-sparqlendpointconstructscrollablecursor
Type
extractor
Outputs
RDF chunked
Look in pipeline
SPARQL endpoint construct scrollable cursor

The SPARQL endpoint construct scrollable cursor component queries a remote SPARQL endpoint using a SPARQL CONSTRUCT query, using the scrollable cursor technique for OpenLink Virtuoso. This is helpful for getting larger results from an OpenLink Virtuoso SPARQL endpoint which would not return such a large result normally. This component is often used in combination with the SPARQL endpoint chunked component.