Method: Ldp::Response#graph

Defined in:
lib/ldp/response.rb

#graphObject

Get the graph for the resource (or a blank graph if there is no metadata for the resource)



106
107
108
# File 'lib/ldp/response.rb', line 106

def graph
  @graph ||= RDF::Graph.new << reader
end