Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Jena 4.4.0
-
None
Description
Recreate with:
rm -rf BSBM xloader --loc BSBM ~/Datasets/BSBM/bsbm-50k.nt.gz tdb2.tdbquery --loc BSBM/ --file T.rq tdb2.tdbloader --loader=basic --loc BSBM/ X.nt tdb2.tdbquery --loc BSBM/ --file T.rq
where
==> X.nt <== <x:s> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <x:T> . ==> T.rq <== SELECT (count(?x) AS ?C) { ?x a ?T . }