We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c84075 commit febbca0Copy full SHA for febbca0
1 file changed
lib/rdf/vocabulary.rb
@@ -629,7 +629,6 @@ def each_statement
629
v = value.to_s
630
value = RDF::Vocabulary.expand_pname(v)
631
unless value && value.valid?
632
- require 'byebug'; byebug if prop.to_s.include?('isDefinedBy')
633
# Use as most appropriate literal
634
value = [
635
RDF::Literal::Date,
0 commit comments