On 18/08/14 09:34, Amira Sifaoui Ep Ghaddab wrote:
Hi all,
I'm working with jena TDB to store ontologies and datasets.
I have also rules and Sparql queries , I want to know if I can store them
with Jena TDB. (I know that with jena TDB we can store "triple" and rules
for exemple are a set of "triple").
So I want to know if there is a way to store rules and sparql queries with
Jena.
Thank you !
TDB stores RDF -- rules and queries are not triples
You can invent an encoding of them as triples or included in a string
literal but you can't store the as rules or queries.
Andy