RedlandDave Beckett |
|||||
|
Hosted by
since 2005. RasqalDemonstrationsData |
Rasqal RDF Query Library - Rasqal APINAMElibrasqal − Rasqal RDF query library SYNOPSIS#include <rasqal.h> cc prog.c -o prog ’pkg-config rasqal --cflags’ ’pkg-config rasqal --libs’ DESCRIPTIONThe Rasqal library provides a high-level interface to RDF query parsing, query construction, query execution over an RDF graph and query results manipulation and formatting. The library provides APIs to each of the steps in the process and provides support for handling multiple query language syntaxes. At present Rasqal supports most of the W3C SPARQL 1.0 Query language, some of SPARQL 1.1 draft and fully supports RDQL. Rasqal uses the libraptor(3) library for providing URI handling, WWW content retrieval and other support functions. API REFERENCESee the HTML API docs that may be installed system wide at /usr/share/gtk-doc/html/rasqal/ or on the web at http://librdf.org/rasqal/docs/api/ API CHANGESSee the Raptor API docs changes section at http://librdf.org/rasqal/docs/api/rasqal-changes.html CONFORMING TOSPARQL Query Language for RDF, Eric Prud’hommeaux and Andy Seaborne (eds), W3C Recommendation, 15 January 2008 http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/ SPARQL Query Results XML Format, Jeen Broekstra and Dave Beckett (eds), W3C Recommendation, 15 January 2008. http://www.w3.org/TR/2008/REC-rdf-sparql-XMLres-20080115/ RDQL - A Query Language for RDF, Andy Seaborne, W3C Member Submission 9 January 2004 http://www.w3.org/Submission/2004/SUBM-RDQL-20040109/ SEE ALSOroqet(1),libraptor(3) AUTHORDave Beckett - http://www.dajobe.org/ |