Cannot setup GenericRuleReasoner

2019-06-25 Thread Laura Morales
What's wrong with this configuration? It doesn't seem to infer any triples when I query the dataset (Fuseki 3.6.0). It doesn't show any errors either. config.ttl PREFIX : <#> PREFIX fuseki: PREFIX

GenericRuleReasoner live rule update

2019-06-25 Thread Laura Morales
Is it possible to live-reload GenericRuleReasoner rules? That is without restarting Fuseki?

Fw: Cannot setup GenericRuleReasoner

2019-06-25 Thread Laura Morales
It seems to work if I replace the rule [ okrule: (?s a ex:Person) -> (?s ex:works "OK") ] with this rule [ okrule: (?s rdf:type ex:Person) -> (?s ex:works "OK") ] is this a bug? > Sent: Tuesday, June 25, 2019 at 9:40 AM > From: "Laura Morales" > To: jena-users-ml > Subject:

RE: Cannot setup GenericRuleReasoner

2019-06-25 Thread Nouwt, B. (Barry)
I can confirm that rules cannot use the 'a' keyword to replace rdf:type, like you can in for example SPARQL. Not sure if it’s a bug... You already found the workaround: use rdf:type instead of 'a' Regards, Barry -Original Message- From: Laura Morales Sent: dinsdag 25 juni 2019 10:08