Class: SPARQL::Algebra::Operator::BGP
- Inherits:
-
SPARQL::Algebra::Operator
- Object
- SPARQL::Algebra::Operator
- SPARQL::Algebra::Operator::BGP
- Defined in:
- lib/sparql/algebra/operator/bgp.rb
Overview
The SPARQL GraphPattern bgp operator.
Query with context set to false.
Constant Summary
- NAME =
[:bgp]
Constants inherited from SPARQL::Algebra::Operator
Instance Attribute Summary
Attributes inherited from SPARQL::Algebra::Operator
Class Method Summary (collapse)
-
+ (RDF::Query) new(*patterns)
A
graphis an RDF::Query with a context.
Methods inherited from SPARQL::Algebra::Operator
arity, base_uri, #base_uri, base_uri=, #boolean, #constant?, #eql?, #evaluatable?, evaluate, #executable?, for, #initialize, #inspect, #operand, #optimize, prefixes, #prefixes, prefixes=, #to_sse, #to_sxp, #variable?
Methods included from Evaluatable
Methods included from Expression
cast, #constant?, #evaluate, for, open, #optimize, parse, #to_sse, #variable?
Constructor Details
This class inherits a constructor from SPARQL::Algebra::Operator
Class Method Details
+ (RDF::Query) new(*patterns)
A graph is an RDF::Query with a context.
21 22 23 |
# File 'lib/sparql/algebra/operator/bgp.rb', line 21 def self.new(*patterns) RDF::Query.new(*patterns, :context => false) end |