Inferray: fast in-memory RDF inference
Résumé
The advent of semantic data on the Web requires efficient reasoning systems to infer RDF and OWL data. The linked nature and the huge volume of data entail efficiency and scalability challenges when designing productive inference systems. This paper presents Inferray, an implementation of RDFS, ρdf, and RDFS-Plus inference with improved per- formance over existing solutions. The main features of Infer- ray are 1) a storage layout based on vertical partitioning that guarantees sequential access and efficient sort-merge join in- ference; 2) efficient sorting of pairs of 64-bit integers using ad-hoc optimizations on MSD radix and a custom counting sort; 3) a dedicated temporary storage to perform efficient graph closure computation. Our measurements on synthetic and real-world datasets show improvements over competi- tors on RDFS-Plus, and up to several orders of magnitude for transitivity closure.