RDF Query languages

This directory contains the implementation for standard RDF query languages: SPARQL en SeRQL.

Prolog files

jena_properties.plShow source
rdf_html.pl  -- Write query-results as HTML table.Show source
rdf_io.plShow source
rdf_turtle_io.pl  -- Write query-result graphs as TurtleShow source
rdfql_runtime.pl  -- SPARQL/SeRQL runtime support predicatesShow source
rdfql_util.plShow source
serql.plShow source
serql_compile/3Compile a SeRQL query, returning the result in Compiled.Source
serql_query/3Where Query is either a SeRQL query text or a parsed query.Source
serql_run/2Source
serql_runtime.plShow source
serql_xml_result.plShow source
sparql.plShow source
sparql_csv_result.pl  -- Write SPARQL results as CSVShow source
sparql_grammar.pl  -- SPARQL ParserShow source
sparql_json_result.pl  -- Write SPARQL results as JSONShow source
sparql_runtime.pl  -- SPARQL runtime supportShow source
sparql_xml_result.plShow source
text_properties.plShow source

SPARQL TODO List