You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this feature is very helpful in our case, but it is only available for TDB backend, can we make this available for HDT files?
This service offers SPARQL query access only to a TDB database. The TDB database can have specific features set, such as making the default graph the union of all named graphs.
<#service3> rdf:type fuseki:Service ;
fuseki:name "tdb" ; # http://host:port/tdb
fuseki:serviceQuery "sparql" ; # SPARQL query service
fuseki:dataset <#dataset> ;
.
<#dataset> rdf:type tdb:DatasetTDB ;
tdb:location "DB" ;
# Query timeout on this dataset (1s, 1000 milliseconds)
ja:context [ ja:cxtName "arq:queryTimeout" ; ja:cxtValue "1000" ] ;
# Make the default graph be the union of all named graphs.
## tdb:unionDefaultGraph true ;
.
The text was updated successfully, but these errors were encountered:
Hi All,
I found this feature is very helpful in our case, but it is only available for TDB backend, can we make this available for HDT files?
This service offers SPARQL query access only to a TDB database. The TDB database can have specific features set, such as making the default graph the union of all named graphs.
The text was updated successfully, but these errors were encountered: