# File test/test_parser.rb, line 117
  def test_parse_string_into_model_from_triples
    model = Model.new()
    parser = Parser.ntriples()
    parser.parse_string_into_model(model,@data_triples_string,'http://xml.com')
    test_foaf_model(model)
  end