Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for default graph as the union of all named graphs #9

Open
flamingofugang opened this issue Jun 14, 2016 · 1 comment
Open
Labels
deferred enhancement fuseki2 Issues regarding Fuseki 2 integration

Comments

@flamingofugang
Copy link
Contributor

flamingofugang commented Jun 14, 2016

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.

<#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 ;
     .
@artob artob changed the title make default graph as the union of all named graphs Support for default graph as the union of all named graphs Jun 14, 2016
@larsgsvensson
Copy link

+1 to this suggestion

@mielvds mielvds added deferred fuseki2 Issues regarding Fuseki 2 integration labels Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deferred enhancement fuseki2 Issues regarding Fuseki 2 integration
Projects
None yet
Development

No branches or pull requests

4 participants