The File-Based SPARQL Endpoint creates an isolated, disk-based database (using
Apache Jena TDB2) populated with RDF data. The configuration supports selecting individual files or recursively scanning entire directories.
The database is automatically updated upon query execution, but only if changes are detected in the corresponding RDF files. Be aware that the very first query execution will take time to load all files into the store.
Create SPARQL Endpoint From FileYou can also create such an endpoint from files and directories in the Project Tool Window.
Select files and/or directories, open context menu with right-click -> RDF and SPARQL -> Create SPARQL Endpoint From File.