Copyright University of Bristol, 2003
This software is released under the W3C license:
http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
Ask() -
Constructor for class org.ilrt.inkling.app.Ask
beginColumn -
Variable in class org.ilrt.inkling.query.squish.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
beginLine -
Variable in class org.ilrt.inkling.query.squish.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
For each class, and for a list of properties per class (in a Hash of
vectors, keyed by class name), checks if instances of the property are
present in Graph test.
This file tries to convert between different syntaxes for RDF Query,
starting from an N-Triples query in queries/nt/, and exporting files to
queries/ and to stdout.
Performs an SQL query, converting the result to a
org.ilrt.inkling.query.ResultSet, so that provenance and literal, bnode
etc can be identified through the extended API.
end() -
Method in class org.ilrt.inkling.external.TalkToRio
end() -
Method in class org.ilrt.inkling.external.TalkToARP
endColumn -
Variable in class org.ilrt.inkling.query.squish.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
endLine -
Variable in class org.ilrt.inkling.query.squish.Token
beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
executeQuery is called with a ComplexQuery object
this is basically a graph but with variables and optionally
constraints and 'graphs' ('from' stuff)
It returns a java.sql.Resultset.
Use this method to create a Blank Node, also setting the Graph that
contains it
Note that generation of ID where the source url is known is a hash of
the source with the id of the node from the parser, retaining
identity of Nodes
A simple RDF Graph, inspired by http://www.w3.org/2001/12/rubyrdf/basicrdf.rb
The principal methods are
ask(), tell(), askSquish(); also askForObjects() and similar.
Graph() -
Constructor for class org.ilrt.inkling.api.Graph