instruction
stringclasses
1 value
input
stringlengths
14
52
output
stringlengths
120
153
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
EDUARDO LUIS BUELVAS MENDEZ
{"first_name" : "EDUARDO", "middle_name" : "LUIS", "first_last_name" : "BUELVAS", "second_last_name" : "MENDEZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
MAMUEL DEL CRISTO MARTINEZ CASTILLO
{"first_name" : "MAMUEL", "middle_name" : "DEL CRISTO", "first_last_name" : "MARTINEZ", "second_last_name" : "CASTILLO", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
OSCAR JOSE PEREZ GOMEZ
{"first_name" : "OSCAR", "middle_name" : "JOSE", "first_last_name" : "PEREZ", "second_last_name" : "GOMEZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
LAURA VANESSA FAJARDO LARA
{"first_name" : "LAURA", "middle_name" : "VANESSA", "first_last_name" : "FAJARDO", "second_last_name" : "LARA", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
NERU RAFAEL MEZA MERCADO
{"first_name" : "NERU", "middle_name" : "RAFAEL", "first_last_name" : "MEZA", "second_last_name" : "MERCADO", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ANTONIA MARIA BETRUZ BALAN
{"first_name" : "ANTONIA", "middle_name" : "MARIA", "first_last_name" : "BETRUZ", "second_last_name" : "BALAN", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
JOSE GREGORIO VERGARA PERALTA
{"first_name" : "JOSE", "middle_name" : "GREGORIO", "first_last_name" : "VERGARA", "second_last_name" : "PERALTA", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
JOSE GABRIEL GOMEZ REINO
{"first_name" : "JOSE", "middle_name" : "GABRIEL", "first_last_name" : "GOMEZ", "second_last_name" : "REINO", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ILICH RAFAEL PIMIENTA BRITO
{"first_name" : "ILICH", "middle_name" : "RAFAEL", "first_last_name" : "PIMIENTA", "second_last_name" : "BRITO", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ENALVIS CONCEPCIO BARRETO PERALTA
{"first_name" : "ENALVIS", "middle_name" : "CONCEPCIO", "first_last_name" : "BARRETO", "second_last_name" : "PERALTA", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
NIZETH DEL CARMEN CHAMORRO VARGAS
{"first_name" : "NIZETH", "middle_name" : "DEL CARMEN", "first_last_name" : "CHAMORRO", "second_last_name" : "VARGAS", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
HARLAN ALONSO VELEZ GUERRERO
{"first_name" : "HARLAN", "middle_name" : "ALONSO", "first_last_name" : "VELEZ", "second_last_name" : "GUERRERO", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
LUIS HERNANDO VERGARA FLOREZ
{"first_name" : "LUIS", "middle_name" : "HERNANDO", "first_last_name" : "VERGARA", "second_last_name" : "FLOREZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
YOJANA MARIA LOPEZ TOVAR
{"first_name" : "YOJANA", "middle_name" : "MARIA", "first_last_name" : "LOPEZ", "second_last_name" : "TOVAR", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ALFREDO ISAAC SALGADO LOPEZ
{"first_name" : "ALFREDO", "middle_name" : "ISAAC", "first_last_name" : "SALGADO", "second_last_name" : "LOPEZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
MARIA JULIETTE GIL HENAO
{"first_name" : "MARIA", "middle_name" : "JULIETTE", "first_last_name" : "GIL", "second_last_name" : "HENAO", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
FRANCISCO MENDEZ PEREZ
{"first_name" : "FRANCISCO", "middle_name" : "NULL", "first_last_name" : "MENDEZ", "second_last_name" : "PEREZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ARNOLD TORRES SALAZAR
{"first_name" : "ARNOLD", "middle_name" : "NULL", "first_last_name" : "TORRES", "second_last_name" : "SALAZAR", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
VIVIANA MARTINEZ
{"first_name" : "VIVIANA", "middle_name" : "NULL", "first_last_name" : "MARTINEZ", "second_last_name" : "NULL", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
KATHERINE LUCIA PALENCIA GIL
{"first_name" : "KATHERINE", "middle_name" : "LUCIA", "first_last_name" : "PALENCIA", "second_last_name" : "GIL", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
SIXTA TULIA RAMIREZ DE CORREA
{"first_name" : "SIXTA", "middle_name" : "TULIA", "first_last_name" : "RAMIREZ", "second_last_name" : "DE CORREA", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
RICARDO MANUEL ARRIETA ORTEGA
{"first_name" : "RICARDO", "middle_name" : "MANUEL", "first_last_name" : "ARRIETA", "second_last_name" : "ORTEGA", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
MANUEL JIMENEZ MARTINEZ
{"first_name" : "MANUEL", "middle_name" : "NULL", "first_last_name" : "JIMENEZ", "second_last_name" : "MARTINEZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
JACKELINE HERAZO SALCEDO
{"first_name" : "JACKELINE", "middle_name" : "NULL", "first_last_name" : "HERAZO", "second_last_name" : "SALCEDO", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
DIANIS DEL ROSA PADILLA PATERNINA
{"first_name" : "DIANIS", "middle_name" : "DEL ROSA", "first_last_name" : "PADILLA", "second_last_name" : "PATERNINA", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ANA SOFIA PALENCIA VERGARA
{"first_name" : "ANA", "middle_name" : "SOFIA", "first_last_name" : "PALENCIA", "second_last_name" : "VERGARA", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ALEXANDER LUIS DIAZ HERNANDEZ
{"first_name" : "ALEXANDER", "middle_name" : "LUIS", "first_last_name" : "DIAZ", "second_last_name" : "HERNANDEZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ALIX ISABEL COHEN HOYOS
{"first_name" : "ALIX", "middle_name" : "ISABEL", "first_last_name" : "COHEN", "second_last_name" : "HOYOS", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
LUZ MIRA PEREZ RUIZ
{"first_name" : "LUZ", "middle_name" : "MIRA", "first_last_name" : "PEREZ", "second_last_name" : "RUIZ", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
CARLOS ALBERTO TURIZO CHAVEZ
{"first_name" : "CARLOS", "middle_name" : "ALBERTO", "first_last_name" : "TURIZO", "second_last_name" : "CHAVEZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ANA PAOLA CANCHILA MONTERROZA
{"first_name" : "ANA", "middle_name" : "PAOLA", "first_last_name" : "CANCHILA", "second_last_name" : "MONTERROZA", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ADELINA INES RODRIGUEZ GIL
{"first_name" : "ADELINA", "middle_name" : "INES", "first_last_name" : "RODRIGUEZ", "second_last_name" : "GIL", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
CARLOS OCTAVIO BOTERO SERNA
{"first_name" : "CARLOS", "middle_name" : "OCTAVIO", "first_last_name" : "BOTERO", "second_last_name" : "SERNA", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
NORMAN JOSE GARRIDO BARRETO
{"first_name" : "NORMAN", "middle_name" : "JOSE", "first_last_name" : "GARRIDO", "second_last_name" : "BARRETO", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ANA LUZ NOVOA MARQUEZ
{"first_name" : "ANA", "middle_name" : "LUZ", "first_last_name" : "NOVOA", "second_last_name" : "MARQUEZ", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ALEJANDRA LUCIA DOMINGUEZ GRASS
{"first_name" : "ALEJANDRA", "middle_name" : "LUCIA", "first_last_name" : "DOMINGUEZ", "second_last_name" : "GRASS", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
CEDYS MARIA VERGARA HOYOS
{"first_name" : "CEDYS", "middle_name" : "MARIA", "first_last_name" : "VERGARA", "second_last_name" : "HOYOS", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
PAOLA CRISTINA CONTRERAS ALVAREZ
{"first_name" : "PAOLA", "middle_name" : "CRISTINA", "first_last_name" : "CONTRERAS", "second_last_name" : "ALVAREZ", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ELCIA ROSARIO CARDENA GOMEZ
{"first_name" : "ELCIA", "middle_name" : "ROSARIO", "first_last_name" : "CARDENA", "second_last_name" : "GOMEZ", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
DILIO IGNACIO MENDEZ MENDEZ
{"first_name" : "DILIO", "middle_name" : "IGNACIO", "first_last_name" : "MENDEZ", "second_last_name" : "MENDEZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
GERMANIO DE JESUS AGUAS PERALTA
{"first_name" : "GERMANIO", "middle_name" : "DE JESUS", "first_last_name" : "AGUAS", "second_last_name" : "PERALTA", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ISMAEL DE JESUS RIVERA GONZALEZ
{"first_name" : "ISMAEL", "middle_name" : "DE JESUS", "first_last_name" : "RIVERA", "second_last_name" : "GONZALEZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
MARIA ISABEL RIVERA SALGADO
{"first_name" : "MARIA", "middle_name" : "ISABEL", "first_last_name" : "RIVERA", "second_last_name" : "SALGADO", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
RAMONA DEL CARMEN MERLANO DIAZ
{"first_name" : "RAMONA", "middle_name" : "DEL CARMEN", "first_last_name" : "MERLANO", "second_last_name" : "DIAZ", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
LUIS HERNANDO VERGARA FLOREZ
{"first_name" : "LUIS", "middle_name" : "HERNANDO", "first_last_name" : "VERGARA", "second_last_name" : "FLOREZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
DORA ISABEL LOPEZ DOMINGUEZ
{"first_name" : "DORA", "middle_name" : "ISABEL", "first_last_name" : "LOPEZ", "second_last_name" : "DOMINGUEZ", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ENITH JOHANA ROBLES MARTINEZ
{"first_name" : "ENITH", "middle_name" : "JOHANA", "first_last_name" : "ROBLES", "second_last_name" : "MARTINEZ", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
MARCO TULIO GUERRA CONTRERAS
{"first_name" : "MARCO", "middle_name" : "TULIO", "first_last_name" : "GUERRA", "second_last_name" : "CONTRERAS", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ANGELA DE LAS ME RAMBAUTH JIMENEZ
{"first_name" : "ANGELA", "middle_name" : "DE LAS ME", "first_last_name" : "RAMBAUTH", "second_last_name" : "JIMENEZ", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
EDWIN RAFAEL SALCEDO CORENA
{"first_name" : "EDWIN", "middle_name" : "RAFAEL", "first_last_name" : "SALCEDO", "second_last_name" : "CORENA", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ANGELA MARIA SANCHEZ VILORIA
{"first_name" : "ANGELA", "middle_name" : "MARIA", "first_last_name" : "SANCHEZ", "second_last_name" : "VILORIA", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
NEYLA MARIA GOMEZ MARTINEZ
{"first_name" : "NEYLA", "middle_name" : "MARIA", "first_last_name" : "GOMEZ", "second_last_name" : "MARTINEZ", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
JUAN DAVID MUÑOZ TAPIA
{"first_name" : "JUAN", "middle_name" : "DAVID", "first_last_name" : "MUÑOZ", "second_last_name" : "TAPIA", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
DEYANIRA DEL ROSARI CHAVEZ MADRID
{"first_name" : "DEYANIRA", "middle_name" : "DEL ROSARI", "first_last_name" : "CHAVEZ", "second_last_name" : "MADRID", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ELENA LOPEZ PEREZ
{"first_name" : "ELENA", "middle_name" : "NULL", "first_last_name" : "LOPEZ", "second_last_name" : "PEREZ", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ANTONIO MARIA MONROY ORTEGA
{"first_name" : "ANTONIO", "middle_name" : "MARIA", "first_last_name" : "MONROY", "second_last_name" : "ORTEGA", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
BLEIDY LIBIA GUZMAN QUIROZ
{"first_name" : "BLEIDY", "middle_name" : "LIBIA", "first_last_name" : "GUZMAN", "second_last_name" : "QUIROZ", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ANA CARLINA OVIEDO CARRASCAL
{"first_name" : "ANA", "middle_name" : "CARLINA", "first_last_name" : "OVIEDO", "second_last_name" : "CARRASCAL", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ARNALDO DE JESUS VERGARA ALBIS
{"first_name" : "ARNALDO", "middle_name" : "DE JESUS", "first_last_name" : "VERGARA", "second_last_name" : "ALBIS", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
DIEGO CHAVEZ GARCIA
{"first_name" : "DIEGO", "middle_name" : "NULL", "first_last_name" : "CHAVEZ", "second_last_name" : "GARCIA", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
MARIA ARGELIA VERGARA ORTEGA
{"first_name" : "MARIA", "middle_name" : "ARGELIA", "first_last_name" : "VERGARA", "second_last_name" : "ORTEGA", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ALEJANDRO JOSE MONTES TOVAR
{"first_name" : "ALEJANDRO", "middle_name" : "JOSE", "first_last_name" : "MONTES", "second_last_name" : "TOVAR", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
NANCY AYDEE AGUDELO HENAO
{"first_name" : "NANCY", "middle_name" : "AYDEE", "first_last_name" : "AGUDELO", "second_last_name" : "HENAO", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ROSMIRA DEL CARMEN AGUAS YEPEZ
{"first_name" : "ROSMIRA", "middle_name" : "DEL CARMEN", "first_last_name" : "AGUAS", "second_last_name" : "YEPEZ", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ROBINSON RAFAEL CHAMORRO ROMERO
{"first_name" : "ROBINSON", "middle_name" : "RAFAEL", "first_last_name" : "CHAMORRO", "second_last_name" : "ROMERO", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
FREDIS RAFAEL MARQUEZ CHAVEZ
{"first_name" : "FREDIS", "middle_name" : "RAFAEL", "first_last_name" : "MARQUEZ", "second_last_name" : "CHAVEZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
LUIS FRANCISCO MARTINEZ PEREZ
{"first_name" : "LUIS", "middle_name" : "FRANCISCO", "first_last_name" : "MARTINEZ", "second_last_name" : "PEREZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
YAKELINE MARIA SANCHEZ ORTEGA
{"first_name" : "YAKELINE", "middle_name" : "MARIA", "first_last_name" : "SANCHEZ", "second_last_name" : "ORTEGA", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
LUIS DAVID SALGADO TOVAR
{"first_name" : "LUIS", "middle_name" : "DAVID", "first_last_name" : "SALGADO", "second_last_name" : "TOVAR", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
JULIO FRANCISCO GUERRA MARTINEZ
{"first_name" : "JULIO", "middle_name" : "FRANCISCO", "first_last_name" : "GUERRA", "second_last_name" : "MARTINEZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
DEINER DAVID DIAZ DIAZ
{"first_name" : "DEINER", "middle_name" : "DAVID", "first_last_name" : "DIAZ", "second_last_name" : "DIAZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
RAMONA DE LA CRUZ QUIROZ OLIVERA
{"first_name" : "RAMONA", "middle_name" : "DE LA CRUZ", "first_last_name" : "QUIROZ", "second_last_name" : "OLIVERA", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ABEL DE JESUS FLOREZ BUELVAS
{"first_name" : "ABEL", "middle_name" : "DE JESUS", "first_last_name" : "FLOREZ", "second_last_name" : "BUELVAS", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
YOMAIRA DEL ROSARIO SALGADO MEDINA
{"first_name" : "YOMAIRA", "middle_name" : "DEL ROSARIO", "first_last_name" : "SALGADO", "second_last_name" : "MEDINA", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
JUAN CAMILO CASTELLANOS MEDINA
{"first_name" : "JUAN", "middle_name" : "CAMILO", "first_last_name" : "CASTELLANOS", "second_last_name" : "MEDINA", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
MARIA JOSE PEÑARANDA SALCEDO
{"first_name" : "MARIA", "middle_name" : "JOSE", "first_last_name" : "PEÑARANDA", "second_last_name" : "SALCEDO", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ARELIS ENITH TORRES ORTEGA
{"first_name" : "ARELIS", "middle_name" : "ENITH", "first_last_name" : "TORRES", "second_last_name" : "ORTEGA", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ELIZABETH TAPIA BOLANO
{"first_name" : "ELIZABETH", "middle_name" : "NULL", "first_last_name" : "TAPIA", "second_last_name" : "BOLANO", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
BERTULIO ENRIQUE GUZMAN NOVOA
{"first_name" : "BERTULIO", "middle_name" : "ENRIQUE", "first_last_name" : "GUZMAN", "second_last_name" : "NOVOA", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ENGLE RAUL MACARENO MUÑOZ
{"first_name" : "ENGLE", "middle_name" : "RAUL", "first_last_name" : "MACARENO", "second_last_name" : "MUÑOZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
MANUEL FRANCISCO MENDOZA QUINTERO
{"first_name" : "MANUEL", "middle_name" : "FRANCISCO", "first_last_name" : "MENDOZA", "second_last_name" : "QUINTERO", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
NORMAN DE JESUS MERLANO SOTO
{"first_name" : "NORMAN", "middle_name" : "DE JESUS", "first_last_name" : "MERLANO", "second_last_name" : "SOTO", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
EDITH ISABEL PATERNINA PEREZ
{"first_name" : "EDITH", "middle_name" : "ISABEL", "first_last_name" : "PATERNINA", "second_last_name" : "PEREZ", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
DIEGO JOSE TORRES ARIAS
{"first_name" : "DIEGO", "middle_name" : "JOSE", "first_last_name" : "TORRES", "second_last_name" : "ARIAS", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
PABLO JOSE GOMEZ CORONADO
{"first_name" : "PABLO", "middle_name" : "JOSE", "first_last_name" : "GOMEZ", "second_last_name" : "CORONADO", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
LINEY MARIA ORTEGA MERCADO
{"first_name" : "LINEY", "middle_name" : "MARIA", "first_last_name" : "ORTEGA", "second_last_name" : "MERCADO", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
FRANCISCO ANTONIO MARTINEZ BARBOZA
{"first_name" : "FRANCISCO", "middle_name" : "ANTONIO", "first_last_name" : "MARTINEZ", "second_last_name" : "BARBOZA", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
EMIS DEL SOCORRO VERGARA VERBEL
{"first_name" : "EMIS", "middle_name" : "DEL SOCORRO", "first_last_name" : "VERGARA", "second_last_name" : "VERBEL", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
HECTOR PEREZ MENDEZ
{"first_name" : "HECTOR", "middle_name" : "NULL", "first_last_name" : "PEREZ", "second_last_name" : "MENDEZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
BLAS DEL CRISTO VILORIA MARQUEZ
{"first_name" : "BLAS", "middle_name" : "DEL CRISTO", "first_last_name" : "VILORIA", "second_last_name" : "MARQUEZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
JOSE MIGUEL SOLORZANO GIL
{"first_name" : "JOSE", "middle_name" : "MIGUEL", "first_last_name" : "SOLORZANO", "second_last_name" : "GIL", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
JUAN FRANCISCO GUERRA MARTINEZ
{"first_name" : "JUAN", "middle_name" : "FRANCISCO", "first_last_name" : "GUERRA", "second_last_name" : "MARTINEZ", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ASHLEY ORDONEZ NUNEZ
{"first_name" : "ASHLEY", "middle_name" : "NULL", "first_last_name" : "ORDONEZ", "second_last_name" : "NUNEZ", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
YULIETH PAOLA BOHORQUEZ MERCADO
{"first_name" : "YULIETH", "middle_name" : "PAOLA", "first_last_name" : "BOHORQUEZ", "second_last_name" : "MERCADO", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
PATRICIA ELENA DIAZ BUELVAS
{"first_name" : "PATRICIA", "middle_name" : "ELENA", "first_last_name" : "DIAZ", "second_last_name" : "BUELVAS", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
GRACIELA INES OLMOS TORO
{"first_name" : "GRACIELA", "middle_name" : "INES", "first_last_name" : "OLMOS", "second_last_name" : "TORO", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
ADISLAO PENATE LEON
{"first_name" : "ADISLAO", "middle_name" : "NULL", "first_last_name" : "PENATE", "second_last_name" : "LEON", "gender" : "0"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
TIVISAY SOFIA MENDOZA FIOCCO
{"first_name" : "TIVISAY", "middle_name" : "SOFIA", "first_last_name" : "MENDOZA", "second_last_name" : "FIOCCO", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
HILDA MARIA PEREZ LOPEZ
{"first_name" : "HILDA", "middle_name" : "MARIA", "first_last_name" : "PEREZ", "second_last_name" : "LOPEZ", "gender" : "1"}
You are an assistant to process names in Spanish. Responds EXCLUSIVELY in JSON FORMAT and provides the fields: 'first name,' 'middle name,' 'first last name', 'second last name' and 'gender.' ALL first name values must be returned in CAPITAL LETTERS. For “gender”, use “0” for male and “1” for female. If a field does not exist, use 'NULL'. If you have three last names, place the last 2 last names as “second last name”. Do not include anything else in the answer (no additional text, no backticks). Words like DE or DE LA or DE LOS never go alone, they are always accompanied by a word, for example DE JESUS or DE LA ROSA or DE LOS ROA (BUT DO NOT INVENT NAMES OR WORDS THAT ARE NOT IN THE ORIGINAL NAME). Remember that also sometimes the surnames appear before the names. Sometimes the middle name can have 2 names. Think step by step.
JULIO ENRIQUE MEZA CARRASCAL
{"first_name" : "JULIO", "middle_name" : "ENRIQUE", "first_last_name" : "MEZA", "second_last_name" : "CARRASCAL", "gender" : "0"}