We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1653ed0 commit 978af4aCopy full SHA for 978af4a
1 file changed
lib/rdf/vocabulary.rb
@@ -619,9 +619,9 @@ def each_statement
619
prop = RDF::URI("http://schema.org/rangeIncludes")
620
value = RDF::Vocabulary.expand_pname(value)
621
when :label
622
- prop = RDFS.label
+ prop = RDF::RDFS.label
623
when :comment
624
- prop = RDFS.comment
+ prop = RDF::RDFS.comment
625
else
626
prop = RDF::Vocabulary.expand_pname(prop.to_s)
627
next unless prop
0 commit comments