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.
BORIS ARIEL COLON LOPEZ
{"first_name" : "BORIS", "middle_name" : "ARIEL", "first_last_name" : "COLON", "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.
ADRIANA LUCIA MONTOYA ESCOBAR
{"first_name" : "ADRIANA", "middle_name" : "LUCIA", "first_last_name" : "MONTOYA", "second_last_name" : "ESCOBAR", "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 ANTONIO BUELVAS DIAZ
{"first_name" : "JUAN", "middle_name" : "ANTONIO", "first_last_name" : "BUELVAS", "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.
PEDRO PABLO BUELVAS MONTERROZA
{"first_name" : "PEDRO", "middle_name" : "PABLO", "first_last_name" : "BUELVAS", "second_last_name" : "MONTERROZA", "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.
NICOLAS ROBERTO GOMEZ TOVAR
{"first_name" : "NICOLAS", "middle_name" : "ROBERTO", "first_last_name" : "GOMEZ", "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.
PATRICIA MARIA MARQUEZ CORENA
{"first_name" : "PATRICIA", "middle_name" : "MARIA", "first_last_name" : "MARQUEZ", "second_last_name" : "CORENA", "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.
SAUDITH ARNULFO TATIS MONTERO
{"first_name" : "SAUDITH", "middle_name" : "ARNULFO", "first_last_name" : "TATIS", "second_last_name" : "MONTERO", "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.
ROSIRIS JUDITH MERCADO ARRIETA
{"first_name" : "ROSIRIS", "middle_name" : "JUDITH", "first_last_name" : "MERCADO", "second_last_name" : "ARRIETA", "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.
JAIRO ALFONSO TERAN RIVADENEIRA
{"first_name" : "JAIRO", "middle_name" : "ALFONSO", "first_last_name" : "TERAN", "second_last_name" : "RIVADENEIRA", "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.
GUILLERMO ANT MONTERROSA MARTINEZ
{"first_name" : "GUILLERMO", "middle_name" : "ANT", "first_last_name" : "MONTERROSA", "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.
ROGER EDUARDO LOPEZ TIRADO
{"first_name" : "ROGER", "middle_name" : "EDUARDO", "first_last_name" : "LOPEZ", "second_last_name" : "TIRADO", "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 BARRIOS MEZA
{"first_name" : "MARIA", "middle_name" : "ISABEL", "first_last_name" : "BARRIOS", "second_last_name" : "MEZA", "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.
EDUARDO VILLAMIZAR ACOSTA
{"first_name" : "EDUARDO", "middle_name" : "NULL", "first_last_name" : "VILLAMIZAR", "second_last_name" : "ACOSTA", "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.
LUZ MARY RIVAS PINCHAO
{"first_name" : "LUZ", "middle_name" : "MARY", "first_last_name" : "RIVAS", "second_last_name" : "PINCHAO", "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.
WILLIAM ENRIQUE CONTRERAS NOVOA
{"first_name" : "WILLIAM", "middle_name" : "ENRIQUE", "first_last_name" : "CONTRERAS", "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.
ANA MARIA ARENILLA PERALTA
{"first_name" : "ANA", "middle_name" : "MARIA", "first_last_name" : "ARENILLA", "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.
JULIAN ALBERTO PATRON PEREZ
{"first_name" : "JULIAN", "middle_name" : "ALBERTO", "first_last_name" : "PATRON", "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.
DAVID LARA LOPEZ
{"first_name" : "DAVID", "middle_name" : "NULL", "first_last_name" : "LARA", "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.
RICARDO ANTONIO VILLAMIZAR PEREZ
{"first_name" : "RICARDO", "middle_name" : "ANTONIO", "first_last_name" : "VILLAMIZAR", "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.
FIDEL JOSE CARRASCAL FRANCO
{"first_name" : "FIDEL", "middle_name" : "JOSE", "first_last_name" : "CARRASCAL", "second_last_name" : "FRANCO", "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.
NELSON DURAN DURAN
{"first_name" : "NELSON", "middle_name" : "NULL", "first_last_name" : "DURAN", "second_last_name" : "DURAN", "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 PATRICIA TOVAR CARDENAS
{"first_name" : "VIVIANA", "middle_name" : "PATRICIA", "first_last_name" : "TOVAR", "second_last_name" : "CARDENAS", "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 MEDINA ALVAREZ
{"first_name" : "FRANCISCO", "middle_name" : "ANTONIO", "first_last_name" : "MEDINA", "second_last_name" : "ALVAREZ", "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 VICENTE MARTINEZ PALENCIA
{"first_name" : "MANUEL", "middle_name" : "VICENTE", "first_last_name" : "MARTINEZ", "second_last_name" : "PALENCIA", "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.
YULLYS ESTELA HERNANDEZ ESCOBAR
{"first_name" : "YULLYS", "middle_name" : "ESTELA", "first_last_name" : "HERNANDEZ", "second_last_name" : "ESCOBAR", "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.
RAFAEL FRANCISCO BARBOZA LOPEZ
{"first_name" : "RAFAEL", "middle_name" : "FRANCISCO", "first_last_name" : "BARBOZA", "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.
MARGARITA MARIA DE VIVERO TOVIO
{"first_name" : "MARGARITA", "middle_name" : "MARIA", "first_last_name" : "DE VIVERO", "second_last_name" : "TOVIO", "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.
JAIRO ANTONIO RAMOS MARTINEZ
{"first_name" : "JAIRO", "middle_name" : "ANTONIO", "first_last_name" : "RAMOS", "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.
TRINIDAD JOSE LOPEZ PENA
{"first_name" : "TRINIDAD", "middle_name" : "JOSE", "first_last_name" : "LOPEZ", "second_last_name" : "PENA", "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.
PETRONA ISABEL SACO PAYARES
{"first_name" : "PETRONA", "middle_name" : "ISABEL", "first_last_name" : "SACO", "second_last_name" : "PAYARES", "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.
JORGE BERNARDO TAPIA VERGARA
{"first_name" : "JORGE", "middle_name" : "BERNARDO", "first_last_name" : "TAPIA", "second_last_name" : "VERGARA", "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.
RAMIRO ENRIQUE TOBIO BARRIOS
{"first_name" : "RAMIRO", "middle_name" : "ENRIQUE", "first_last_name" : "TOBIO", "second_last_name" : "BARRIOS", "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.
CESAR ANDRES MARTINEZ GUTIERREZ
{"first_name" : "CESAR", "middle_name" : "ANDRES", "first_last_name" : "MARTINEZ", "second_last_name" : "GUTIERREZ", "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.
ANDRES FELIPE REVOLLO NAVAS
{"first_name" : "ANDRES", "middle_name" : "FELIPE", "first_last_name" : "REVOLLO", "second_last_name" : "NAVAS", "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.
BLANCA DIAZ AVILA
{"first_name" : "BLANCA", "middle_name" : "NULL", "first_last_name" : "DIAZ", "second_last_name" : "AVILA", "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.
FRAY GERMAN LORA PEREZ
{"first_name" : "FRAY", "middle_name" : "GERMAN", "first_last_name" : "LORA", "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.
YEINE LARISA PEREZ ORTEGA
{"first_name" : "YEINE", "middle_name" : "LARISA", "first_last_name" : "PEREZ", "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.
NEMESIO TURIZO CONDE
{"first_name" : "NEMESIO", "middle_name" : "NULL", "first_last_name" : "TURIZO", "second_last_name" : "CONDE", "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.
JEMILIO SALCEDO MENDEZ
{"first_name" : "JEMILIO", "middle_name" : "NULL", "first_last_name" : "SALCEDO", "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.
PLINIO PEREZ OLIVERA
{"first_name" : "PLINIO", "middle_name" : "NULL", "first_last_name" : "PEREZ", "second_last_name" : "OLIVERA", "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.
NAYIBIS TORRES TOVAR
{"first_name" : "NAYIBIS", "middle_name" : "NULL", "first_last_name" : "TORRES", "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.
ISMAEL DE JESUS MEDINA MEDINA
{"first_name" : "ISMAEL", "middle_name" : "DE JESUS", "first_last_name" : "MEDINA", "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.
TATIANA LUCIA ESCOBAR PATIÑO
{"first_name" : "TATIANA", "middle_name" : "LUCIA", "first_last_name" : "ESCOBAR", "second_last_name" : "PATIÑO", "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 RAFAEL ARROYO MARTINEZ
{"first_name" : "JOSE", "middle_name" : "RAFAEL", "first_last_name" : "ARROYO", "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.
MARIA LUISA MARTINEZ RUIZ
{"first_name" : "MARIA", "middle_name" : "LUISA", "first_last_name" : "MARTINEZ", "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.
LUZ MABETH RIVERO MIELES
{"first_name" : "LUZ", "middle_name" : "MABETH", "first_last_name" : "RIVERO", "second_last_name" : "MIELES", "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.
RAFAEL ANGEL RUBIO PEREZ
{"first_name" : "RAFAEL", "middle_name" : "ANGEL", "first_last_name" : "RUBIO", "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.
GICLER MIGUEL MERCADO ARRIETA
{"first_name" : "GICLER", "middle_name" : "MIGUEL", "first_last_name" : "MERCADO", "second_last_name" : "ARRIETA", "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.
DIONICIO ANTONIO SOLER MEDINA
{"first_name" : "DIONICIO", "middle_name" : "ANTONIO", "first_last_name" : "SOLER", "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.
LUIS ALFREDO CORRALES FUNEZ
{"first_name" : "LUIS", "middle_name" : "ALFREDO", "first_last_name" : "CORRALES", "second_last_name" : "FUNEZ", "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 CARMEN RANGEL PEÑA
{"first_name" : "MARIA", "middle_name" : "CARMEN", "first_last_name" : "RANGEL", "second_last_name" : "PEÑA", "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.
ISLADIS BEATRIZ ARROYO GUZMAN
{"first_name" : "ISLADIS", "middle_name" : "BEATRIZ", "first_last_name" : "ARROYO", "second_last_name" : "GUZMAN", "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.
PLINIO PEREZ OLIVERA
{"first_name" : "PLINIO", "middle_name" : "NULL", "first_last_name" : "PEREZ", "second_last_name" : "OLIVERA", "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 AUXILIADORA BUELVAS
{"first_name" : "MARIA", "middle_name" : "AUXILIADORA", "first_last_name" : "BUELVAS", "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.
DILIO RAFAEL MENDEZ MARTINEZ
{"first_name" : "DILIO", "middle_name" : "RAFAEL", "first_last_name" : "MENDEZ", "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.
MANUEL JOSE RAMIREZ NIETO
{"first_name" : "MANUEL", "middle_name" : "JOSE", "first_last_name" : "RAMIREZ", "second_last_name" : "NIETO", "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.
ROSA PEREZ PEREZ
{"first_name" : "ROSA", "middle_name" : "NULL", "first_last_name" : "PEREZ", "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.
ENALVIS MARIA COLON QUIROZ
{"first_name" : "ENALVIS", "middle_name" : "MARIA", "first_last_name" : "COLON", "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.
PEDRO LUIS RUIZ RODRIGUEZ
{"first_name" : "PEDRO", "middle_name" : "LUIS", "first_last_name" : "RUIZ", "second_last_name" : "RODRIGUEZ", "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.
ANTONIO JOSE ORTEGA VITAL
{"first_name" : "ANTONIO", "middle_name" : "JOSE", "first_last_name" : "ORTEGA", "second_last_name" : "VITAL", "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.
NARLIS MARCOTH DIAZ TOVAR
{"first_name" : "NARLIS", "middle_name" : "MARCOTH", "first_last_name" : "DIAZ", "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.
MERLEDIS PATRICIA FRANCO CAMANO
{"first_name" : "MERLEDIS", "middle_name" : "PATRICIA", "first_last_name" : "FRANCO", "second_last_name" : "CAMANO", "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.
JADER DE JESUS HINCAPIE MONSALVE
{"first_name" : "JADER", "middle_name" : "DE JESUS", "first_last_name" : "HINCAPIE", "second_last_name" : "MONSALVE", "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.
ROSMERIS BUELVAS MENDEZ
{"first_name" : "ROSMERIS", "middle_name" : "NULL", "first_last_name" : "BUELVAS", "second_last_name" : "MENDEZ", "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.
ANGELA MERICY CARRASCAL GOMEZ
{"first_name" : "ANGELA", "middle_name" : "MERICY", "first_last_name" : "CARRASCAL", "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.
NARCISA ENITH ACUÑA CONDE
{"first_name" : "NARCISA", "middle_name" : "ENITH", "first_last_name" : "ACUÑA", "second_last_name" : "CONDE", "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.
GLORIA PATRICIA MONTOYA ESCOBAR
{"first_name" : "GLORIA", "middle_name" : "PATRICIA", "first_last_name" : "MONTOYA", "second_last_name" : "ESCOBAR", "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.
SEBASTIAN RIVERA LOPEZ
{"first_name" : "SEBASTIAN", "middle_name" : "NULL", "first_last_name" : "RIVERA", "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.
GUSTAVO ANDRES VERGARA TABOADA
{"first_name" : "GUSTAVO", "middle_name" : "ANDRES", "first_last_name" : "VERGARA", "second_last_name" : "TABOADA", "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.
CARMEN CECILIA CORRALES FLOREZ
{"first_name" : "CARMEN", "middle_name" : "CECILIA", "first_last_name" : "CORRALES", "second_last_name" : "FLOREZ", "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.
MARTHA PATIÑO ESCOBAR
{"first_name" : "MARTHA", "middle_name" : "NULL", "first_last_name" : "PATIÑO", "second_last_name" : "ESCOBAR", "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.
JOHNNYS NEL ARZUZA BUSTAMANTE
{"first_name" : "JOHNNYS", "middle_name" : "NEL", "first_last_name" : "ARZUZA", "second_last_name" : "BUSTAMANTE", "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.
ONISA MARIA NAVAS COLON
{"first_name" : "ONISA", "middle_name" : "MARIA", "first_last_name" : "NAVAS", "second_last_name" : "COLON", "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.
ALBERTO CARLOS MERCADO SALGADO
{"first_name" : "ALBERTO", "middle_name" : "CARLOS", "first_last_name" : "MERCADO", "second_last_name" : "SALGADO", "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.
MARTA CECILIA MORALES ORTEGA
{"first_name" : "MARTA", "middle_name" : "CECILIA", "first_last_name" : "MORALES", "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.
GLORIA MARIA CAMPO MONTES DE OCCA
{"first_name" : "GLORIA", "middle_name" : "MARIA", "first_last_name" : "CAMPO", "second_last_name" : "MONTES DE OCCA", "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.
SARI SARINA SIERRA ARROYO
{"first_name" : "SARI", "middle_name" : "SARINA", "first_last_name" : "SIERRA", "second_last_name" : "ARROYO", "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.
JHON ANTONIO OROZCO SOTO
{"first_name" : "JHON", "middle_name" : "ANTONIO", "first_last_name" : "OROZCO", "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.
MARGARITA MARIA MERCADO CARDENAS
{"first_name" : "MARGARITA", "middle_name" : "MARIA", "first_last_name" : "MERCADO", "second_last_name" : "CARDENAS", "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.
MARICELY DEL SOCO PEREZ HERNANDEZ
{"first_name" : "MARICELY", "middle_name" : "DEL SOCO", "first_last_name" : "PEREZ", "second_last_name" : "HERNANDEZ", "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.
MANUEL DE JESUS LOPEZ PATERNINA
{"first_name" : "MANUEL", "middle_name" : "DE JESUS", "first_last_name" : "LOPEZ", "second_last_name" : "PATERNINA", "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 PAULA MAURY ATENCIA
{"first_name" : "MARIA", "middle_name" : "PAULA", "first_last_name" : "MAURY", "second_last_name" : "ATENCIA", "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.
ELVIRA ISABEL RODRIGUEZ MARTINEZ
{"first_name" : "ELVIRA", "middle_name" : "ISABEL", "first_last_name" : "RODRIGUEZ", "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.
ROSA ELENA RODRIGUEZ
{"first_name" : "ROSA", "middle_name" : "ELENA", "first_last_name" : "RODRIGUEZ", "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.
CARMEN MARIA GOMEZ DE DORADO
{"first_name" : "CARMEN", "middle_name" : "MARIA", "first_last_name" : "GOMEZ", "second_last_name" : "DE DORADO", "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 CESAR VILLEGAS JARABA
{"first_name" : "JULIO", "middle_name" : "CESAR", "first_last_name" : "VILLEGAS", "second_last_name" : "JARABA", "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.
CONSUELO ISABEL CARDENAS MERCADO
{"first_name" : "CONSUELO", "middle_name" : "ISABEL", "first_last_name" : "CARDENAS", "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.
JAFIT PACHECO CALDERON
{"first_name" : "JAFIT", "middle_name" : "NULL", "first_last_name" : "PACHECO", "second_last_name" : "CALDERON", "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.
ELIZABETH NAVAS BUELVAS
{"first_name" : "ELIZABETH", "middle_name" : "NULL", "first_last_name" : "NAVAS", "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.
MIGUEL FLORENTINO CARDENAS GALES
{"first_name" : "MIGUEL", "middle_name" : "FLORENTINO", "first_last_name" : "CARDENAS", "second_last_name" : "GALES", "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.
ADA ELVIRA COLON QUIROZ
{"first_name" : "ADA", "middle_name" : "ELVIRA", "first_last_name" : "COLON", "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.
LUZ MARINA MERCADO NARVAEZ
{"first_name" : "LUZ", "middle_name" : "MARINA", "first_last_name" : "MERCADO", "second_last_name" : "NARVAEZ", "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.
LUCY DEL ROSARIO MEZA CAMPO
{"first_name" : "LUCY", "middle_name" : "DEL ROSARIO", "first_last_name" : "MEZA", "second_last_name" : "CAMPO", "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.
CARMEN ANA CASSAS MARTINEZ
{"first_name" : "CARMEN", "middle_name" : "ANA", "first_last_name" : "CASSAS", "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.
OSCAR MARTINEZ VILLANUEVA
{"first_name" : "OSCAR", "middle_name" : "NULL", "first_last_name" : "MARTINEZ", "second_last_name" : "VILLANUEVA", "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.
YOLANDA EUFEMIA LARA TAPIA
{"first_name" : "YOLANDA", "middle_name" : "EUFEMIA", "first_last_name" : "LARA", "second_last_name" : "TAPIA", "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.
PAULA ANDREA PADILLA SANTOYA
{"first_name" : "PAULA", "middle_name" : "ANDREA", "first_last_name" : "PADILLA", "second_last_name" : "SANTOYA", "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.
IVAN LOZADA OLMOS
{"first_name" : "IVAN", "middle_name" : "NULL", "first_last_name" : "LOZADA", "second_last_name" : "OLMOS", "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.
FLORENTINA EMILIA MERCADO ORTEGA
{"first_name" : "FLORENTINA", "middle_name" : "EMILIA", "first_last_name" : "MERCADO", "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.
JUANA IRIS DOMINGUEZ ROBLES
{"first_name" : "JUANA", "middle_name" : "IRIS", "first_last_name" : "DOMINGUEZ", "second_last_name" : "ROBLES", "gender" : "1"}
README.md exists but content is empty.
Downloads last month
20