paraphrased stringlengths 15 103 | source stringclasses 618 values | target stringclasses 618 values | qid stringlengths 20 24 | anonymized_target stringclasses 87 values |
|---|---|---|---|---|
what is the birthdate of the person with a height of 180 cm | person whose height is 180 cm and whose birthdate is 2004 | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (number 180 en.cm)) (string birthdate) (string =) (date 2004 -1 -1))) | socialnetwork_train_2631 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER)) (ANON_STRING) (ANON_STRING) (date 2004 -1 -1))) |
students who started before or on alices birthdate | student whose start date is at most birthdate of alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string <=) (call ensureNumericEntity (call getProperty en.person.alice (string birthdate))))) (call domain (string student))) (string student))) | socialnetwork_test_876 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty ANON_ENTITY (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
all 180 cm tall singles | person whose relationship status is single and whose height is 180 cm | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string relationship_status) (string =) en.relationship_status.single) (string height) (string =) (number 180 en.cm))) | socialnetwork_train_2796 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) ANON_ENTITY) (ANON_STRING) (ANON_STRING) (ANON_NUMBER))) |
which employee has the most previous employers | employee that has the most number of employer | (call listValue (call getProperty ((lambda s (call countSuperlative (var s) (string max) (string employer))) (call domain (string employee))) (string employee))) | socialnetwork_train_1015 | (call listValue (call getProperty ((lambda s (call countSuperlative (var s) (ANON_STRING) (ANON_STRING))) (call domain (ANON_STRING))) (ANON_STRING))) |
which of alices friends is online | person that is logged in and that alice is friends with | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string logged_in)) (call reverse (string friend)) (string =) en.person.alice)) | socialnetwork_train_1081 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) ANON_ENTITY)) |
friend of alice who was born in new york | person that is friends with alice and whose birthplace is new york | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string friend) (string =) en.person.alice) (string birthplace) (string =) en.city.new_york)) | socialnetwork_train_1087 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) ANON_ENTITY) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) |
what student has a start date close to the start date of alice | student whose start date is at least start date of student alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string >=) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_start_date))))) (call domain (string student))) (string student))) | socialnetwork_train_1632 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
find friends of people who do not work at mckinsey | person that employee whose employer is not mckinsey is friends with | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (call reverse (string friend)) (string =) (call getProperty ((lambda s (call filter (var s) (string employer) (string !=) en.company.mckinsey)) (call domain (string employee))) (string employee)))) | socialnetwork_train_3129 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) (call domain (ANON_STRING))) (ANON_STRING)))) |
find the relationship statuses of students whom do not study computer science | relationship status that is relationship status of student whose field of study is not computer science | (call listValue (call filter (call getProperty (call singleton en.relationship_status) (string !type)) (call reverse (string relationship_status)) (string =) (call getProperty ((lambda s (call filter (var s) (string field_of_study) (string !=) en.field.computer_science)) (call domain (string student))) (string student)))) | socialnetwork_train_744 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) (call domain (ANON_STRING))) (ANON_STRING)))) |
whos 180 cm tall and in the same sort of relationship situaiton as alice | person whose height is 180 cm and that is relationship status of alice | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (number 180 en.cm)) (call reverse (string relationship_status)) (string =) en.person.alice)) | socialnetwork_train_686 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER)) (call reverse (ANON_STRING)) (ANON_STRING) ANON_ENTITY)) |
find me all people who were born in new york | person whose birthplace is new york and whose birthplace is new york | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string birthplace) (string =) en.city.new_york) (string birthplace) (string =) en.city.new_york)) | socialnetwork_test_623 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) ANON_ENTITY) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) |
when did alice start studying computer science | start date of student alice whose field of study is computer science | (call listValue (call getProperty (call filter (call getProperty en.person.alice (call reverse (string student))) (string field_of_study) (string =) en.field.computer_science) (string education_start_date))) | socialnetwork_train_677 | (call listValue (call getProperty (call filter (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING) (ANON_STRING) ANON_ENTITY) (ANON_STRING))) |
find me all the people who quit during or after 2004 | employee whose end date is at least 2004 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_end_date)) (string >=) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string employee))) (string employee))) | socialnetwork_train_3267 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING))) |
who is the person whose birthplace is new york and whose height is 180 cm | person whose height is 180 cm and whose birthplace is new york | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (number 180 en.cm)) (string birthplace) (string =) en.city.new_york)) | socialnetwork_train_725 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER)) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) |
which employees had their last day no later than alices graduation | employee whose end date is at most end date of student alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_end_date)) (string <=) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_end_date))))) (call domain (string employee))) (string employee))) | socialnetwork_test_758 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
what person is the tallest | person that has the largest height | (call listValue (call superlative (call getProperty (call singleton en.person) (string !type)) (string max) (call ensureNumericProperty (string height)))) | socialnetwork_train_1235 | (call listValue (call superlative (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) |
find students with one field of study | student that has less than two field of study | (call listValue (call getProperty ((lambda s (call countComparative (var s) (string field_of_study) (string <) (number 2))) (call domain (string student))) (string student))) | socialnetwork_train_2223 | (call listValue (call getProperty ((lambda s (call countComparative (var s) (ANON_STRING) (ANON_STRING) (ANON_NUMBER))) (call domain (ANON_STRING))) (ANON_STRING))) |
students who did not start in 2004 | student whose start date is not 2004 | (call listValue (call getProperty ((lambda s (call filter (var s) (string education_start_date) (string !=) (date 2004 -1 -1))) (call domain (string student))) (string student))) | socialnetwork_train_1358 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (date 2004 -1 -1))) (call domain (ANON_STRING))) (ANON_STRING))) |
what employee is leaving the company on the same date that alice starts her job | employee whose end date is start date of student alice | (call listValue (call getProperty ((lambda s (call filter (var s) (string employment_end_date) (string =) (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_start_date)))) (call domain (string employee))) (string employee))) | socialnetwork_train_2669 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING))) |
find employees starting after alices birthday | employee whose start date is larger than birthdate of alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_start_date)) (string >) (call ensureNumericEntity (call getProperty en.person.alice (string birthdate))))) (call domain (string employee))) (string employee))) | socialnetwork_train_3526 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty ANON_ENTITY (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
which employee started after alice left | employee whose start date is larger than end date of student alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_start_date)) (string >) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_end_date))))) (call domain (string employee))) (string employee))) | socialnetwork_train_1236 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
a student who left on or before alices birthday | student whose end date is at most birthdate of alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_end_date)) (string <=) (call ensureNumericEntity (call getProperty en.person.alice (string birthdate))))) (call domain (string student))) (string student))) | socialnetwork_train_2840 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty ANON_ENTITY (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
what student has only one field of study | student that has less than two field of study | (call listValue (call getProperty ((lambda s (call countComparative (var s) (string field_of_study) (string <) (number 2))) (call domain (string student))) (string student))) | socialnetwork_train_2788 | (call listValue (call getProperty ((lambda s (call countComparative (var s) (ANON_STRING) (ANON_STRING) (ANON_NUMBER))) (call domain (ANON_STRING))) (ANON_STRING))) |
students who finish with or after alice | student whose end date is at least end date of student alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_end_date)) (string >=) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_end_date))))) (call domain (string student))) (string student))) | socialnetwork_train_1037 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
find people who have a birthplace of new york and their friends | person that person whose birthplace is new york is friends with | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (call reverse (string friend)) (string =) (call filter (call getProperty (call singleton en.person) (string !type)) (string birthplace) (string =) en.city.new_york))) | socialnetwork_train_2100 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) ANON_ENTITY))) |
what employees have jobs whose title is the same as employee alice | employee whose job title is job title of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (string job_title) (string =) (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string job_title)))) (call domain (string employee))) (string employee))) | socialnetwork_train_2498 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING))) |
what are the relationship statuses of people who quit their job in or after 2004 | relationship status that is relationship status of employee whose end date is at least 2004 | (call listValue (call filter (call getProperty (call singleton en.relationship_status) (string !type)) (call reverse (string relationship_status)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_end_date)) (string >=) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string employee))) (string employee)))) | socialnetwork_train_2640 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING)))) |
student that has no less than one field of study | student that has the least number of field of study | (call listValue (call getProperty ((lambda s (call countSuperlative (var s) (string min) (string field_of_study))) (call domain (string student))) (string student))) | socialnetwork_train_458 | (call listValue (call getProperty ((lambda s (call countSuperlative (var s) (ANON_STRING) (ANON_STRING))) (call domain (ANON_STRING))) (ANON_STRING))) |
relationship status of students whose start date is not 2004 | relationship status that is relationship status of student whose start date is not 2004 | (call listValue (call filter (call getProperty (call singleton en.relationship_status) (string !type)) (call reverse (string relationship_status)) (string =) (call getProperty ((lambda s (call filter (var s) (string education_start_date) (string !=) (date 2004 -1 -1))) (call domain (string student))) (string student)))) | socialnetwork_train_3213 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (date 2004 -1 -1))) (call domain (ANON_STRING))) (ANON_STRING)))) |
what city is the birthplace of an employee who has a start date later than 2004 | city that is birthplace of employee whose start date is larger than 2004 | (call listValue (call filter (call getProperty (call singleton en.city) (string !type)) (call reverse (string birthplace)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_start_date)) (string >) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string employee))) (string employee)))) | socialnetwork_train_2941 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING)))) |
find all people who are 180 cm tall | person whose height is person whose height is 180 cm | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (number 180 en.cm)))) | socialnetwork_train_955 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER)))) |
which employee started their job on alices birthday | employee whose start date is at least birthdate of alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_start_date)) (string >=) (call ensureNumericEntity (call getProperty en.person.alice (string birthdate))))) (call domain (string employee))) (string employee))) | socialnetwork_train_924 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty ANON_ENTITY (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
what is the gender of the students who dont graduate in 2004 | gender that is gender of student whose end date is not 2004 | (call listValue (call filter (call getProperty (call singleton en.gender) (string !type)) (call reverse (string gender)) (string =) (call getProperty ((lambda s (call filter (var s) (string education_end_date) (string !=) (date 2004 -1 -1))) (call domain (string student))) (string student)))) | socialnetwork_train_2985 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (date 2004 -1 -1))) (call domain (ANON_STRING))) (ANON_STRING)))) |
what is the birthplace of an employee who does not work for mckinsey | city that is birthplace of employee whose employer is not mckinsey | (call listValue (call filter (call getProperty (call singleton en.city) (string !type)) (call reverse (string birthplace)) (string =) (call getProperty ((lambda s (call filter (var s) (string employer) (string !=) en.company.mckinsey)) (call domain (string employee))) (string employee)))) | socialnetwork_train_3502 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) (call domain (ANON_STRING))) (ANON_STRING)))) |
which students left by the end of 2004 | student whose end date is at most 2004 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_end_date)) (string <=) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string student))) (string student))) | socialnetwork_test_79 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING))) |
what students have an end date no earlier than 2004 | student whose end date is at least 2004 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_end_date)) (string >=) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string student))) (string student))) | socialnetwork_train_338 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING))) |
find people who are 180 cm tall who are alices gender | person whose height is 180 cm and that is gender of alice | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (number 180 en.cm)) (call reverse (string gender)) (string =) en.person.alice)) | socialnetwork_train_574 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER)) (call reverse (ANON_STRING)) (ANON_STRING) ANON_ENTITY)) |
name a friend of alice who is online | person that is logged in and that alice is friends with | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string logged_in)) (call reverse (string friend)) (string =) en.person.alice)) | socialnetwork_train_1489 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) ANON_ENTITY)) |
which student had started working after alice quitted | student whose start date is at least end date of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string >=) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employment_end_date))))) (call domain (string student))) (string student))) | socialnetwork_test_264 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
find the relationship statuses of employees who do not have the job title of software engineer | relationship status that is relationship status of employee whose job title is not software engineer | (call listValue (call filter (call getProperty (call singleton en.relationship_status) (string !type)) (call reverse (string relationship_status)) (string =) (call getProperty ((lambda s (call filter (var s) (string job_title) (string !=) en.job_title.software_engineer)) (call domain (string employee))) (string employee)))) | socialnetwork_train_719 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) (call domain (ANON_STRING))) (ANON_STRING)))) |
who is 180 cm tall and born in the same city as alice | person whose height is 180 cm and that is birthplace of alice | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (number 180 en.cm)) (call reverse (string birthplace)) (string =) en.person.alice)) | socialnetwork_train_1195 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER)) (call reverse (ANON_STRING)) (ANON_STRING) ANON_ENTITY)) |
who is 180 cm tall and has the same birth date as alice | person whose height is 180 cm and that is birthdate of alice | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (number 180 en.cm)) (call reverse (string birthdate)) (string =) en.person.alice)) | socialnetwork_test_392 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER)) (call reverse (ANON_STRING)) (ANON_STRING) ANON_ENTITY)) |
who is studying computer science or history | student whose field of study is computer science or history | (call listValue (call getProperty ((lambda s (call filter (var s) (string field_of_study) (string =) (call concat en.field.computer_science en.field.history))) (call domain (string student))) (string student))) | socialnetwork_train_1074 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call concat ANON_ENTITY ANON_ENTITY))) (call domain (ANON_STRING))) (ANON_STRING))) |
gender of a student not attending brown university | gender that is gender of student whose university is not brown university | (call listValue (call filter (call getProperty (call singleton en.gender) (string !type)) (call reverse (string gender)) (string =) (call getProperty ((lambda s (call filter (var s) (string university) (string !=) en.university.brown)) (call domain (string student))) (string student)))) | socialnetwork_train_305 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) (call domain (ANON_STRING))) (ANON_STRING)))) |
find people with two relationship statuses | person that has two relationship status | (call listValue (call countComparative (call getProperty (call singleton en.person) (string !type)) (string relationship_status) (string =) (number 2))) | socialnetwork_train_1490 | (call listValue (call countComparative (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER))) |
name the friend of a person not employed by mckinsey | person that employee whose employer is not mckinsey is friends with | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (call reverse (string friend)) (string =) (call getProperty ((lambda s (call filter (var s) (string employer) (string !=) en.company.mckinsey)) (call domain (string employee))) (string employee)))) | socialnetwork_train_1602 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) (call domain (ANON_STRING))) (ANON_STRING)))) |
find me all the online singles | person whose relationship status is single and that is logged in | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string relationship_status) (string =) en.relationship_status.single) (string logged_in))) | socialnetwork_train_2475 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) ANON_ENTITY) (ANON_STRING))) |
transgendered people | person that has at least two gender | (call listValue (call countComparative (call getProperty (call singleton en.person) (string !type)) (string gender) (string >=) (number 2))) | socialnetwork_train_1288 | (call listValue (call countComparative (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER))) |
what employee has no more than two employers | employee that has at most two employer | (call listValue (call getProperty ((lambda s (call countComparative (var s) (string employer) (string <=) (number 2))) (call domain (string employee))) (string employee))) | socialnetwork_train_1150 | (call listValue (call getProperty ((lambda s (call countComparative (var s) (ANON_STRING) (ANON_STRING) (ANON_NUMBER))) (call domain (ANON_STRING))) (ANON_STRING))) |
list the birthplaces of people who completed their studies before 2004 | city that is birthplace of student whose end date is smaller than 2004 | (call listValue (call filter (call getProperty (call singleton en.city) (string !type)) (call reverse (string birthplace)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_end_date)) (string <) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string student))) (string student)))) | socialnetwork_train_376 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING)))) |
who is friends with either alice or bob | person that alice or bob is friends with | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (call reverse (string friend)) (string =) (call concat en.person.alice en.person.bob))) | socialnetwork_test_64 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call concat ANON_ENTITY ANON_ENTITY))) |
find the relationship status of students whose university is not that of brown | relationship status that is relationship status of student whose university is not brown university | (call listValue (call filter (call getProperty (call singleton en.relationship_status) (string !type)) (call reverse (string relationship_status)) (string =) (call getProperty ((lambda s (call filter (var s) (string university) (string !=) en.university.brown)) (call domain (string student))) (string student)))) | socialnetwork_train_2759 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) (call domain (ANON_STRING))) (ANON_STRING)))) |
what is the gender of the employee whose start date is in 2004 | gender that is gender of employee whose start date is at least 2004 | (call listValue (call filter (call getProperty (call singleton en.gender) (string !type)) (call reverse (string gender)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_start_date)) (string >=) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string employee))) (string employee)))) | socialnetwork_test_737 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING)))) |
who is friends with the person who started school before 2004 | person that student whose start date is smaller than 2004 is friends with | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (call reverse (string friend)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string <) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string student))) (string student)))) | socialnetwork_train_3323 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING)))) |
what employee has a start date that is no earlier than the birthdate of alice | employee whose start date is at least birthdate of alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_start_date)) (string >=) (call ensureNumericEntity (call getProperty en.person.alice (string birthdate))))) (call domain (string employee))) (string employee))) | socialnetwork_train_2272 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty ANON_ENTITY (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
employee who joined before 2004 | employee whose start date is smaller than 2004 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_start_date)) (string <) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string employee))) (string employee))) | socialnetwork_train_963 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING))) |
who is a student that started after 2004 | student whose start date is larger than 2004 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string >) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string student))) (string student))) | socialnetwork_train_1032 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING))) |
find students friends who started in a year other than 2004 | person that is friends with student whose start date is not 2004 | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (string friend) (string =) (call getProperty ((lambda s (call filter (var s) (string education_start_date) (string !=) (date 2004 -1 -1))) (call domain (string student))) (string student)))) | socialnetwork_train_3111 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (date 2004 -1 -1))) (call domain (ANON_STRING))) (ANON_STRING)))) |
a friend of an employee that isnt a software engineer | person that is friends with employee whose job title is not software engineer | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (string friend) (string =) (call getProperty ((lambda s (call filter (var s) (string job_title) (string !=) en.job_title.software_engineer)) (call domain (string employee))) (string employee)))) | socialnetwork_train_1784 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) (call domain (ANON_STRING))) (ANON_STRING)))) |
which person is friends with someone who goes to somewhere besides brown university | person that is friends with student whose university is not brown university | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (string friend) (string =) (call getProperty ((lambda s (call filter (var s) (string university) (string !=) en.university.brown)) (call domain (string student))) (string student)))) | socialnetwork_train_793 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) (call domain (ANON_STRING))) (ANON_STRING)))) |
relationship status of max two people | relationship status that is relationship status of at most two person | (call listValue (call countComparative (call getProperty (call singleton en.relationship_status) (string !type)) (call reverse (string relationship_status)) (string <=) (number 2) (call getProperty (call singleton en.person) (string !type)))) | socialnetwork_train_3031 | (call listValue (call countComparative (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (ANON_NUMBER) (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)))) |
who studied at the least number of universities | student that has the least number of university | (call listValue (call getProperty ((lambda s (call countSuperlative (var s) (string min) (string university))) (call domain (string student))) (string student))) | socialnetwork_train_2682 | (call listValue (call getProperty ((lambda s (call countSuperlative (var s) (ANON_STRING) (ANON_STRING))) (call domain (ANON_STRING))) (ANON_STRING))) |
cities of employees who were hired after 2004 | city that is birthplace of employee whose start date is larger than 2004 | (call listValue (call filter (call getProperty (call singleton en.city) (string !type)) (call reverse (string birthplace)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_start_date)) (string >) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string employee))) (string employee)))) | socialnetwork_train_1662 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING)))) |
this employee has an ending date that is almost the same as alices | employee whose end date is at least end date of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_end_date)) (string >=) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employment_end_date))))) (call domain (string employee))) (string employee))) | socialnetwork_train_628 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
find all single people that are friends with alice | person whose relationship status is single and that alice is friends with | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string relationship_status) (string =) en.relationship_status.single) (call reverse (string friend)) (string =) en.person.alice)) | socialnetwork_train_422 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) ANON_ENTITY) (call reverse (ANON_STRING)) (ANON_STRING) ANON_ENTITY)) |
what city was the student born in that has 2004 as end date | city that is birthplace of student whose end date is larger than 2004 | (call listValue (call filter (call getProperty (call singleton en.city) (string !type)) (call reverse (string birthplace)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_end_date)) (string >) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string student))) (string student)))) | socialnetwork_train_330 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING)))) |
people with friends who did not start work in 2004 | person that employee whose start date is not 2004 is friends with | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (call reverse (string friend)) (string =) (call getProperty ((lambda s (call filter (var s) (string employment_start_date) (string !=) (date 2004 -1 -1))) (call domain (string employee))) (string employee)))) | socialnetwork_train_2558 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (date 2004 -1 -1))) (call domain (ANON_STRING))) (ANON_STRING)))) |
what date did alice quit studying in 2004 | start date of student alice whose end date is 2004 | (call listValue (call getProperty (call filter (call getProperty en.person.alice (call reverse (string student))) (string education_end_date) (string =) (date 2004 -1 -1)) (string education_start_date))) | socialnetwork_train_1553 | (call listValue (call getProperty (call filter (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING) (ANON_STRING) (date 2004 -1 -1)) (ANON_STRING))) |
what students have start dates greater than those of the end date of student alice | student whose start date is larger than end date of student alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string >) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_end_date))))) (call domain (string student))) (string student))) | socialnetwork_train_2151 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
person who has two or more friends | person that is friends with at least two person | (call listValue (call countComparative (call getProperty (call singleton en.person) (string !type)) (string friend) (string >=) (number 2) (call getProperty (call singleton en.person) (string !type)))) | socialnetwork_train_1957 | (call listValue (call countComparative (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER) (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)))) |
which employee started after 2004 | employee whose start date is larger than 2004 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_start_date)) (string >) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string employee))) (string employee))) | socialnetwork_test_124 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING))) |
what is thre relationship status of students who started no sooner than 2004 | relationship status that is relationship status of student whose start date is at least 2004 | (call listValue (call filter (call getProperty (call singleton en.relationship_status) (string !type)) (call reverse (string relationship_status)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string >=) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string student))) (string student)))) | socialnetwork_train_1139 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING)))) |
which student quit on alices birthday | student whose end date is birthdate of alice | (call listValue (call getProperty ((lambda s (call filter (var s) (string education_end_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string student))) (string student))) | socialnetwork_test_215 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING))) |
who are alices male friends | person whose gender is male and that alice is friends with | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string gender) (string =) en.gender.male) (call reverse (string friend)) (string =) en.person.alice)) | socialnetwork_train_2101 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) ANON_ENTITY) (call reverse (ANON_STRING)) (ANON_STRING) ANON_ENTITY)) |
when did alice start her study in the field of computer science | start date of student alice whose field of study is computer science | (call listValue (call getProperty (call filter (call getProperty en.person.alice (call reverse (string student))) (string field_of_study) (string =) en.field.computer_science) (string education_start_date))) | socialnetwork_train_2854 | (call listValue (call getProperty (call filter (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING) (ANON_STRING) ANON_ENTITY) (ANON_STRING))) |
birthplaces of employees starting before 2004 | city that is birthplace of employee whose start date is smaller than 2004 | (call listValue (call filter (call getProperty (call singleton en.city) (string !type)) (call reverse (string birthplace)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_start_date)) (string <) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string employee))) (string employee)))) | socialnetwork_train_3501 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING)))) |
people with relationship status as alice | person whose relationship status is relationship status of alice | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (string relationship_status) (string =) (call getProperty en.person.alice (string relationship_status)))) | socialnetwork_train_710 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) |
name an employee who started in 2004 but before 2011 | employee whose start date is at most 2004 or 2010 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_start_date)) (string <=) (call ensureNumericEntity (call concat (date 2004 -1 -1) (date 2010 -1 -1))))) (call domain (string employee))) (string employee))) | socialnetwork_train_1101 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call concat (date 2004 -1 -1) (date 2010 -1 -1))))) (call domain (ANON_STRING))) (ANON_STRING))) |
what is the gender of employees terminated on or after 2004 | gender that is gender of employee whose end date is at least 2004 | (call listValue (call filter (call getProperty (call singleton en.gender) (string !type)) (call reverse (string gender)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_end_date)) (string >=) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string employee))) (string employee)))) | socialnetwork_train_1700 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING)))) |
what gender are those two people | gender that is gender of two person | (call listValue (call countComparative (call getProperty (call singleton en.gender) (string !type)) (call reverse (string gender)) (string =) (number 2) (call getProperty (call singleton en.person) (string !type)))) | socialnetwork_test_590 | (call listValue (call countComparative (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (ANON_NUMBER) (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)))) |
who has friends whos end date is before 2004 | person that student whose end date is smaller than 2004 is friends with | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (call reverse (string friend)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_end_date)) (string <) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string student))) (string student)))) | socialnetwork_train_2169 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING)))) |
what is the gender of no more than two people | gender that is gender of at most two person | (call listValue (call countComparative (call getProperty (call singleton en.gender) (string !type)) (call reverse (string gender)) (string <=) (number 2) (call getProperty (call singleton en.person) (string !type)))) | socialnetwork_train_3490 | (call listValue (call countComparative (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (ANON_NUMBER) (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)))) |
student whose start date is not before birth date of alice | student whose start date is at least birthdate of alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string >=) (call ensureNumericEntity (call getProperty en.person.alice (string birthdate))))) (call domain (string student))) (string student))) | socialnetwork_train_3242 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty ANON_ENTITY (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
find people with a relationship status of single and a total height of 180 cm | person whose height is 180 cm and whose relationship status is single | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (number 180 en.cm)) (string relationship_status) (string =) en.relationship_status.single)) | socialnetwork_train_1013 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER)) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) |
what is the birth city of all employees who have an end date less than 2004 | city that is birthplace of employee whose end date is smaller than 2004 | (call listValue (call filter (call getProperty (call singleton en.city) (string !type)) (call reverse (string birthplace)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_end_date)) (string <) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string employee))) (string employee)))) | socialnetwork_train_493 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING)))) |
students who started later than 2004 | student whose start date is larger than 2004 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string >) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string student))) (string student))) | socialnetwork_train_2629 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING))) |
what is the relationship status of the student not in computer science | relationship status that is relationship status of student whose field of study is not computer science | (call listValue (call filter (call getProperty (call singleton en.relationship_status) (string !type)) (call reverse (string relationship_status)) (string =) (call getProperty ((lambda s (call filter (var s) (string field_of_study) (string !=) en.field.computer_science)) (call domain (string student))) (string student)))) | socialnetwork_train_2339 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) (call domain (ANON_STRING))) (ANON_STRING)))) |
student whose start date is after start date of student alice | student whose start date is larger than start date of student alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string >) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_start_date))))) (call domain (string student))) (string student))) | socialnetwork_train_1245 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
student whose start date is after end date of employee alice | student whose start date is at least end date of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string >=) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employment_end_date))))) (call domain (string student))) (string student))) | socialnetwork_train_1593 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
find people born the same day alice ended school | person whose birthdate is end date of student alice | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (string birthdate) (string =) (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_end_date)))) | socialnetwork_train_1313 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING)))) |
what person is the shortest | person that has the smallest height | (call listValue (call superlative (call getProperty (call singleton en.person) (string !type)) (string min) (call ensureNumericProperty (string height)))) | socialnetwork_train_1697 | (call listValue (call superlative (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) |
find me the student who graduated on alices birthdate | student whose end date is birthdate of alice | (call listValue (call getProperty ((lambda s (call filter (var s) (string education_end_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string student))) (string student))) | socialnetwork_train_1852 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING))) |
sex of people who began school in 2004 or later | gender that is gender of student whose start date is at least 2004 | (call listValue (call filter (call getProperty (call singleton en.gender) (string !type)) (call reverse (string gender)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string >=) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string student))) (string student)))) | socialnetwork_train_2888 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING)))) |
find the field of study of all persons with a height of 180 cm | field that is field of study of person whose height is 180 cm | (call listValue (call filter (call getProperty (call singleton en.field) (string !type)) (call reverse (string field_of_study)) (string =) (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (number 180 en.cm)))) | socialnetwork_train_175 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER)))) |
which is the university of studen alice who finished in 2004 | university of student alice whose end date is 2004 | (call listValue (call getProperty (call filter (call getProperty en.person.alice (call reverse (string student))) (string education_end_date) (string =) (date 2004 -1 -1)) (string university))) | socialnetwork_train_981 | (call listValue (call getProperty (call filter (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING) (ANON_STRING) (date 2004 -1 -1)) (ANON_STRING))) |
find students with a start date no later than 2004 and their friends | person that student whose start date is at most 2004 is friends with | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (call reverse (string friend)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string <=) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string student))) (string student)))) | socialnetwork_test_202 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING)))) |
which student started earlier than 2004 | student whose start date is smaller than 2004 or 2010 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string <) (call ensureNumericEntity (call concat (date 2004 -1 -1) (date 2010 -1 -1))))) (call domain (string student))) (string student))) | socialnetwork_train_826 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call concat (date 2004 -1 -1) (date 2010 -1 -1))))) (call domain (ANON_STRING))) (ANON_STRING))) |
which students started no later than alices first day of work | student whose start date is at most start date of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string <=) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employment_start_date))))) (call domain (string student))) (string student))) | socialnetwork_test_471 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
who was born on the date alice left | person whose birthdate is end date of student alice | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (string birthdate) (string =) (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_end_date)))) | socialnetwork_train_1728 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING)))) |
what was alices job title from 2004 | job title of employee alice whose end date is 2004 | (call listValue (call getProperty (call filter (call getProperty en.person.alice (call reverse (string employee))) (string employment_end_date) (string =) (date 2004 -1 -1)) (string job_title))) | socialnetwork_train_1254 | (call listValue (call getProperty (call filter (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING) (ANON_STRING) (date 2004 -1 -1)) (ANON_STRING))) |
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 8