Skip to content

Releases: pbonte/C-Sprite

C-Sprite SPARQL support

04 Dec 10:42
27d9ac0
Compare
Choose a tag to compare
Pre-release

C-Sprite for hierarchical reasoning:

  • type hierarchies supported (subclass-of)
  • property hierarchies supported (subproperty-of)

Added support for SPARQL1.1 queries:

  • C-SPRITE performs selection of incoming triples
  • Hierarchical reasoning is performed while selecting
  • SPARQL queries investigated and type constraints (?x a :Type) and property constraints (?x :prop ?y) are extracted and used for filtering
  • Filtered triples forwarded to SPARQL endpoint that performs the joins (Apache jena)
  • Each query has its own endpoint
  • Esper for performing windowing