Hi, I'm having a problem with the InfModel getDeductionsModel() method.
See my two files: * Rules: http://www.macs.hw.ac.uk/~rs46/jenarules/rules.txt * Java source: http://www.macs.hw.ac.uk/~rs46/jenarules/JenaRules.java You can see that it is reading from my SPARQL endpoint, and that when running it, spews out lots of : INFO [main] (FRuleEngine.java:407) - Fired rule: rule1 = [ rule1: ......... [etc] INFO [main] (FRuleEngine.java:407) - Fired rule: rule1 = [ rule1: ......... [etc] However, when I inspect the generated inferred.rdf file, it doesn't contain any of them: <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" > </rdf:RDF> What am I missing? My files should compile and run if you want to verify. Regards, -- Rob Stewart
