We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3acf9 commit 2bd55c8Copy full SHA for 2bd55c8
lib/json/ld/from_rdf.rb
@@ -8,7 +8,7 @@ module FromTriples
8
# Generate a JSON-LD array representation from an array of `RDF::Statement`.
9
# Representation is in expanded form
10
#
11
- # @param [Array<RDF::Statement>] input
+ # @param [Array<RDF::Statement>, RDF::Enumerable] input
12
# @return [Array<Hash>] the JSON-LD document in normalized form
13
def from_statements(input)
14
defaultGraph = {:subjects => {}, :listMap => {}, :name => ''}
0 commit comments