RDF::Query::Model::SQL::Statement - A class for representing RDF statements from a RDBMS store.
new ( $subject, $predicate, $object )
Returns a new statement object with the given $subject, $predicate and $object.
$subject
$predicate
$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.
To install RDF::Query, copy and paste the appropriate command in to your terminal.
cpanm
cpanm RDF::Query
CPAN shell
perl -MCPAN -e shell install RDF::Query
For more information on module installation, please visit the detailed CPAN module installation guide.