Re: Implicit default-graph-uri

2023-11-19 Thread Andy Seaborne
On 18/11/2023 08:21, Laura Morales wrote: I've tried this option too using the following configuration fuseki:dataset [ a ja:RDFDataset; ja:defaultGraph [ a ja:UnionModel ; ja:subModel [ a tdb2:GraphTDB2 ; tdb2:dataset [

Re: Implicit default-graph-uri

2023-11-18 Thread Laura Morales
useki documentation and simply replacing ja:UnionModel for ja:MultiUnionModel doesn't make any difference for me. Do you know anything about this MultiUnion and if it could work? > Sent: Friday, November 17, 2023 at 8:47 PM > From: "Andy Seaborne" > To: users@jena.apache.org

Re: Implicit default-graph-uri

2023-11-17 Thread Andy Seaborne
On 16/11/2023 11:35, Laura Morales wrote: I would like to configure Fuseki such that I can use 2 datasets from 2 different locations, as if they were a single dataset. This is my config.ttl: <#> a fuseki:Service ; fuseki:endpoint [ fuseki:operation fuseki:query ] ;

Re: Implicit default-graph-uri

2023-11-16 Thread Laura Morales
I also tried tdb:unionDefaultGraph like this fuseki:dataset [ a ja:RDFDataset ; tdb2:unionDefaultGraph true ; ja:namedGraph [ ... ] ; ja:namedGraph [ ... ] ; ] but it's not making any difference. I always get 0 triples when querying, unless I add

Implicit default-graph-uri

2023-11-16 Thread Laura Morales
I would like to configure Fuseki such that I can use 2 datasets from 2 different locations, as if they were a single dataset. This is my config.ttl: <#> a fuseki:Service ; fuseki:endpoint [ fuseki:operation fuseki:query ] ; fuseki:dataset [ a ja:RDFDataset ;