Re: Store conditional data in plain RDF

> On Oct 25, 2021, at 11:01 AM, Joy lix <joylix4112@outlook.com> wrote:
> 
> I wanted to store these data in rdf turtle or in graph database,  and read it with SPARQL or RDFLib when needed,  then reConstruct (using python or java)  a new N3 file or SHACL file  to do the reasoning.

Unless you actually need to query over the constituent parts of the rules, why not store the N3 rules as string literals? You can still connect them to the data to which they apply and get them back with SPARQL queries.

Ryan

Received on Tuesday, 26 October 2021 23:27:08 UTC