class Riddl::Utils::Turtle::Query

Public Instance Methods

response() click to toggle source
# File lib/ruby/riddl/utils/turtle.rb, line 40
def response #{{{
  Riddl::Parameter::Complex.new "list","application/json", JSON::pretty_generate(RDF::Smart.new(@a[0]).execute(@p[0].value))
end