Skip to content

Commit 8e30a73

Browse files
committed
Update for JSON-LD 1.1 framing.
1 parent 123066e commit 8e30a73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/suite_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def self.open(file)
113113
g = RDF::Repository.load(file, format: :ttl)
114114
JSON::LD::API.fromRDF(g) do |expanded|
115115
JSON::LD::API.frame(expanded, FRAME) do |framed|
116-
yield Manifest.new(framed['@graph'].first)
116+
yield Manifest.new(framed)
117117
end
118118
end
119119
end

0 commit comments

Comments
 (0)