NAME

RDF::Query::Model::SQL::Statement - A class for representing RDF statements from a RDBMS store.

METHODS

new ( $subject, $predicate, $object )

Returns a new statement object with the given $subject, $predicate and $object.

subject

Returns the subject node of the statement.

predicate

Returns the predicate node of the statement.

object

Returns the object node of the statement.