class RDF::N3::Algebra::NotImplemented

A Notation3 Formula combines a graph with a BGP query.

Public Class Methods

new(*args, predicate:, **options) click to toggle source
# File lib/rdf/n3/algebra/not_implemented.rb, line 9
def initialize(*args, predicate:, **options)
  raise NotImplementedError, "The #{predicate} operator is not implemented"
end