Hi everyone, I'm looking at performing reasoning over a TDB dataset using Fuseki. In the past I've configured single graphs using tdb:GraphTDB in Joseki using the Jena Assembler framework, but it's not clear if it's possible to use a tdb:DatasetTDB as the backing for an OntModel. Fuseki dumps the following message:
cannot find a most specific type for :dataset, which has as possibilities: ja:Model tdb:DatasetTDB So my question is: Is there any method of loading an entire TDB dataset (named graphs and all) for RDFS inference in Fuseki? Thanks, Evan