# File lib/rdf/redland/model.rb, line 174 def include?(s,p,o) statement = Statement.new(s,p,o) self.include_statement?(statement) end