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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
JUANA IRIS DOMINGUEZ ROBLES
{"first name" : "JUANA", "middle name" : "IRIS", "first last name" : "DOMINGUEZ", "second last name" : "ROBLES", "gender" : "1"}