Learning more about SPARQL and Jena internals
Recently a pull request for Apache Jena that I started three years ago got merged. Even though it has been three years since that pull request, there are still many parts of the project code base that I am not familiar with.
And not only the code, but there are also many concepts about SPARQL, other standards used in Jena, and internals about triple stores.
The following list contains some presentations and posts that I am reading right now, while I try to improve my knowledge of SPARQL and Jena internals.
- The Semantics of SPARQL
- Slides with information from Query parsing to Algebra and evaluating the Query
- SPARQL Order Matters
- Short but great post from Blazegraph about order in SPARQL queries with JOIN’s and LEFT JOIN’s
- Jena ARQ Query Performance
- Old post, but still very useful. Related to the post above, as it also talks about query performances due to the order of statements
- Predicates: LHS vs RHS
- Oracle post for SQL, but this part applies to SPARQL, at least terminology-wise. LHS and RHS appear in some SPARQL related tickets /documentation too
Categories: Blog
Tags: Jena, Apache Software Foundation, Java, Sparql, Opensource