I'm trying to make the SPARQL endpoint system by jena. This system used Model Class and had been a dynamic inference.
But It is necessary to use the Dataset Class instead of Model. And I want to use GraphID in SPARQL. I think do a dynamic inference is hard when do it.
To do dynamic infer using the Dataset, How would you implement?