Sha256: 8b83bd677a0894a3f9513e45a90974430df9b8cfa6215c5e5b2d25fdb56a931f

Contents?: true

Size: 338 Bytes

Versions: 4

Compression:

Stored size: 338 Bytes

Contents

require 'rdf'

module RDF::N3::Algebra
  #
  # A Notation3 Formula combines a graph with a BGP query.
  class NotImplemented < SPARQL::Algebra::Operator
    include RDF::N3::Algebra::Builtin

    def initialize(*args, predicate:, **options)
      raise NotImplementedError, "The #{predicate} operator is not implemented"
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rdf-n3-3.3.0 lib/rdf/n3/algebra/not_implemented.rb
rdf-n3-3.2.1 lib/rdf/n3/algebra/not_implemented.rb
rdf-n3-3.2.0 lib/rdf/n3/algebra/not_implemented.rb
rdf-n3-3.1.2 lib/rdf/n3/algebra/not_implemented.rb