Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] Faster RDFS forward chaining inferencer

Hi,

I have been working on a faster (20-30x) RDFS inferencer sail that calculates all types and properties up front from a schema/ontology and then adds inferences as ABox statements are added. 

I would love an opinion on this and if it is worth including in the rdf4j project.

https://github.com/hmottestad/FastRdfsForwardChainingSail

Currently there is no support for updating the sail and refreshing the inferred triples. 

Regards,
Håvard M. Ottestad

Back to the top