|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.larkc.shared.SampleQueries
public class SampleQueries
Helper class which holds some example queries used in the tests.
| Field Summary | |
|---|---|
static java.lang.String |
ASK_ALL_TRIPLES
Ask all triples (" ASK WHERE {?s ?p ?o}") |
static java.lang.String |
CONSTRUCT_ALL_TRIPLES
Constructs all triples ( CONSTRUCT {?s ?p ?o} WHERE {?s ?p ?o}) |
static java.lang.String |
LUBM
Simple query from LUBM |
static java.lang.String |
LUBM_CONSTRUCT
Simple construct query from LUBM |
static java.lang.String |
LUBM_ONEJOIN_CONSTRUCT
Simple construct query from LUBM with a single join |
static java.lang.String |
PASS_ALL_CONSTRUCT
TODO: Describe this query |
static java.lang.String |
SELECT_ALL_TRIPLES
Selects all triples ( SELECT * WHERE {?s ?p ?o}) |
static java.lang.String |
SIMPLE_CONSTRUCT_WEB
Simple query that can be answered with info from the web |
static java.lang.String |
SIMPLE_LUBM_CONSTRUCT
Very simple construct query from LUBM |
static java.lang.String |
SIMPLE_WEB
Simple query that can be answered with info from the web |
static java.lang.String |
WHO_KNOWS_FRANK
Simple query which looks for a person who knows Frank van Harmelen |
static java.lang.String |
WHO_KNOWS_TIM_BERNERS_LEE
Simple query which looks for a person who knows Sir Tim Berners Lee |
| Constructor Summary | |
|---|---|
SampleQueries()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PASS_ALL_CONSTRUCT
public static java.lang.String LUBM
public static java.lang.String LUBM_CONSTRUCT
public static java.lang.String LUBM_ONEJOIN_CONSTRUCT
public static java.lang.String SIMPLE_LUBM_CONSTRUCT
public static java.lang.String WHO_KNOWS_FRANK
public static java.lang.String SIMPLE_WEB
public static java.lang.String SIMPLE_CONSTRUCT_WEB
public static final java.lang.String WHO_KNOWS_TIM_BERNERS_LEE
public static final java.lang.String SELECT_ALL_TRIPLES
SELECT * WHERE {?s ?p ?o})
public static final java.lang.String CONSTRUCT_ALL_TRIPLES
CONSTRUCT {?s ?p ?o} WHERE {?s ?p ?o})
public static final java.lang.String ASK_ALL_TRIPLES
ASK WHERE {?s ?p ?o}")
| Constructor Detail |
|---|
public SampleQueries()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||