Interface | Description |
---|---|
Binding |
an interface for binding of attribute/value pairs used inside tuple queries
|
BooleanQuery |
a query over an RDF graph the result of which amounts to
true if the graph pattern of the
query matches the RDF graph |
GraphQuery |
A query over an RDF graph the result of which is another RDF graph
|
Query |
a generic query over an RDF graph
|
TupleBindings |
Collector for
Binding s |
TupleBindingsIterator |
iterator over instance of
TupleBindings . |
TupleQuery |
A query over an RDF graph the result of which is a set of
TupleBindings |
Update |
A query over an RDF graph the result of which is a set of
TupleBindings |
Class | Description |
---|---|
QueryLanguage |
This class is both a definition class for query languages as well as a static container for languages which
can be accepted by a specific RDF triple store technology
|
Exception | Description |
---|---|
MalformedQueryException |
exception returned when the text content of the query cannot be parsed for the specified query language
|
Copyright © 2013 ART Group, University of Rome, Tor Vergata. All Rights Reserved.