GDD-Nantes / FedShop

Code for FedShop: The Federated Shop Benchmark
GNU General Public License v3.0
8 stars 0 forks source link

Strange source in source selection... #34

Closed momo54 closed 1 year ago

momo54 commented 1 year ago

Is it normal to have: http://localhost:34202/sparql/?default-graph-uri=nan

as a source ? Default Graph should aways binded to something like:

http://localhost:34202/sparql/?default-graph-uri=http://www.vendor44.fr/

NB: Observed in /RSFB/experiments/bsbm/benchmark/evaluation/arq/q04/instance_5/batch_6/attempt_3/service.sparql

mhoangvslev commented 1 year ago

It was done intentionally since:

  1. Using UNDEF raises Service URI not bound: error.
  2. Querying against such invalid endpoint gives no result.