2010
oai.rkbexplorer.com
by parmentierf (via)2009
4store - Scalable RDF storage
by parmentierfOpen Anzo
by parmentierfLimites du modèle relationnel et Web sémantique | Les petites cases
by parmentierfKnoodl
by parmentierfKnowee / nhoizey
by nhoizey2008
Building Semantic Web CRUD operations using PHP
by parmentierf & 1 otherARQ - 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.
SPARQLBot - Your Semantic Web Commandline - benjamin nowack's blog
by parmentierf (via)Qi4j: REST EntityStore and SPARQL EntityFinder = rich client web apps!
by night.kameTant de choses à tester...For the finder part I have implemented a SPARQL backend, which internally delegates to Sesame2, which is the same default index/query that is used to find Entities in general. This in itself is pretty cool, because it means that you can write your domain model in Java, have it be automatically persisted in a store like Neo4j, and then with no extra effort expose it through SPARQL for AJAX webapps to consume (both RDF/XML and JSON output is supported today). Minimally writing a domain model only involves writing Java interfaces (no classes), so it's pretty easy to get started.