# File lib/rdf/redland/resource.rb, line 94
    def add_property(p,o,context=nil)
      @model.add(self,p,o,context)
      return self
    end