We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c3e05 commit 1fe85e7Copy full SHA for 1fe85e7
1 file changed
lib/rdf/linter/writer.rb
@@ -226,7 +226,7 @@ def rating_helper(property, object)
226
else
227
subject_done(object)
228
# It is marked up in a Review class
229
- graph.query(subject: object) do |st|
+ graph.query({subject: object}) do |st|
230
html += %(<span property='#{get_curie(st.predicate)}' content='#{st.object}' />)
231
case st.predicate.to_s
232
when /best(?:Rating)/
0 commit comments