Class: RDF::N3::Algebra::NotImplemented
- Inherits:
-
SPARQL::Algebra::Operator
- Object
- SPARQL::Algebra::Operator
- RDF::N3::Algebra::NotImplemented
- Includes:
- Builtin
- Defined in:
- lib/rdf/n3/algebra/not_implemented.rb
Overview
A Notation3 Formula combines a graph with a BGP query.
Instance Attribute Summary
Attributes included from Enumerable
Instance Method Summary collapse
-
#initialize(*args, predicate:, **options) ⇒ NotImplemented
constructor
A new instance of NotImplemented.
Methods included from Builtin
#each, #evaluate, #hash, #input_operand, #rank, #to_uri
Methods inherited from SPARQL::Algebra::Operator
Constructor Details
#initialize(*args, predicate:, **options) ⇒ NotImplemented
Returns a new instance of NotImplemented.
9 10 11 |
# File 'lib/rdf/n3/algebra/not_implemented.rb', line 9 def initialize(*args, predicate:, **) raise NotImplementedError, "The #{predicate} operator is not implemented" end |