arq.examples |
|
Java Source File Name | Type | Comment |
AlgebraEx.java | Class | Simple example to show parsing a query and producing the
SPARQL agebra expression for the query. |
AlgebraExec.java | Class | |
Ex1.java | Class | Example 1 : Execute a simple SELECT query on a model
to find the DC titles contained in a model. |
ExLucene1.java | Class | Example code to load a model from a file, index all string literals,
then execute a SPARQL query with a Lucene search in it. |
ExLucene2.java | Class | |
ExLucene3.java | Class | Example code to load a model from a file, index string literals on the DC title property,
then execute a SPARQL query with a Lucene search in it. |
ExLucene4.java | Class | Example code to load a model from a file, index subjects by DC title property,
then execute a SPARQL query with a Lucene search in it. |
ExLucene5.java | Class | Example code to index subjects by some external content.
Pattern 3. |
ExProg1.java | Class | Example : Build a query synatx programmatically.
Note: it may be better to build and execute an algebra expression. |
ExProg2.java | Class | Example : Build a query with a filter programmatically.
Note: it may be better to build and execute an algebra expression. |