@@ -151,10 +151,9 @@ def self.Solutions(*args)
151151 # @option options [RDF::Query::Solutions] :solutions (Solutions.new)
152152 # @option options [RDF::Resource, RDF::Query::Variable, false] :graph_name (nil)
153153 # Default graph name for matching against queryable.
154- # Named queries either match against a specifically named
154+ # Queries with a graph name match against a specifically named
155155 # graphs if the name is an {RDF::Resource} or bound {RDF::Query::Variable}.
156- # Names that are against unbound variables match either default
157- # or named graphs.
156+ # Queries using an unbound variable as a graph name only match against named graphs, and will not match the default graph.
158157 # The name of `false` will only match against the default graph.
159158 # @option options [RDF::Resource, RDF::Query::Variable, false] :name (nil)
160159 # Alias for `:graph_name`.
@@ -168,10 +167,9 @@ def self.Solutions(*args)
168167 # @param [RDF::Query::Solutions] solutions (Solutions.new)
169168 # @param [RDF::Resource, RDF::Query::Variable, false] graph_name (false)
170169 # Default graph name for matching against queryable.
171- # Named queries either match against a specifically named
170+ # Queries with a graph name match against a specifically named
172171 # graphs if the name is an {RDF::Resource} or bound {RDF::Query::Variable}.
173- # Names that are against unbound variables match either default
174- # or named graphs.
172+ # Queries using an unbound variable as a graph name only match against named graphs, and will not match the default graph.
175173 # The name of `false` will only match against the default graph.
176174 # @param [RDF::Resource, RDF::Query::Variable, false] name (false)
177175 # Alias for `:graph_name`.
@@ -285,10 +283,9 @@ def optimize!(**options)
285283 # @param [RDF::Query::Solutions] solutions (Solutions.new)
286284 # @param [RDF::Resource, RDF::Query::Variable, false] graph_name (nil)
287285 # Default graph name for matching against queryable.
288- # Named queries either match against a specifically named
286+ # Queries with a graph name match against a specifically named
289287 # graphs if the name is an {RDF::Resource} or bound {RDF::Query::Variable}.
290- # Names that are against unbound variables match either default
291- # or named graphs.
288+ # Queries using an unbound variable as a graph name only match against named graphs, and will not match the default graph.
292289 # The name of `false` will only match against the default graph.
293290 # @param [RDF::Resource, RDF::Query::Variable, false] name (nil)
294291 # Alias for `:graph_name`.
0 commit comments