Skip to content

Instantly share code, notes, and snippets.

@justin2004
Created July 20, 2023 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justin2004/0cb4695737f53b8e533d970f9ffaf639 to your computer and use it in GitHub Desktop.
Save justin2004/0cb4695737f53b8e533d970f9ffaf639 to your computer and use it in GitHub Desktop.
fuseki union graph by default
if you want to make the default graph the union graph (of all named graphs) you have to update the config file
for the jena dataset like this:
```
<#dataset> rdf:type tdb:DatasetTDB ;
tdb:location "DB" ;
tdb:unionDefaultGraph true ;
.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment