2009
2008
ARQ - Property Paths
by greutA property path expression (or just 'path') is similar to a string regular expression but over properties, not characters. ARQ determines all matches of a path expression and binds subject or object as appropriate. Only one match is recorded - no duplicates for any given path expression, although is the path is used in a situation where it's initial points is already repeated in a pattern, then this duplication is preserved.
RegExp ou XPath appliqué à un graphe? Intéressant, mais peut-être abscons.
SPARQL Endpoint interface to Python
by greut & 1 otherThis is a wrapper around a SPARQL service. It helps in creating the query URI and, possibly, convert the result into a more manageable format.
simple SPARQL wrapper.