NAME
RDF::Query::Model::RDFTrine::BasicGraphPattern - Algebra class for BasicGraphPattern patterns
METHODS
new ( $bgp )
-
Returns a new BasicGraphPattern structure.
construct_args
-
Returns a list of arguments that, passed to this class' constructor, will produce a clone of this algebra pattern.
pattern
-
Returns the RDF::Trine::Pattern object.
referenced_variables
-
Returns a list of the variable names used in this algebra expression.
definite_variables
-
Returns a list of the variable names that will be bound after evaluating this algebra expression.
bind_variables ( \%bound )
-
Returns a new algebra pattern with variables named in %bound replaced by their corresponding bound values.
as_sparql
execute ( $query, $bridge, \%bound, $context, %args )
AUTHOR
Gregory Todd Williams <gwilliams@cpan.org>