# File lib/rdf/redland/statement.rb, line 82
    def subject()
      return Resource.new(Redland.librdf_statement_get_subject(self.statement),@model)
    end