// This response list answers questions about people using Wikidata pattern: who is * template: {request(star, {service : #wikidata})} pattern: where did * go to school template: {request(star, {service : #wikidata, hint : "educated_at"})} pattern: when was * born template: {request(star, {service : #wikidata, hint : "date_of_birth"})} pattern: what does * do template: {request(star, {service : #wikidata, hint : "occupation"})} pattern: what is * [gender sex] template: {request(star, {service : #wikidata, hint : "gender"})} pattern: who is * [father dad daddy] template: {request(star, {service : #wikidata, hint : "father"})} pattern: who is * [girlfriend boyfriend partner] template: {request(star, {service : #wikidata, hint : "unmarried_partner"})} pattern: who is * [wife husband spouse] template: {request(star, {service : #wikidata, hint : "spouse"})} pattern: who is * [mother mom mommy] template: {request(star, {service : #wikidata, hint : "mother"})} pattern: where does * live template: {request(star, {service : #wikidata, hint : "residence"})} pattern: where is * from template: {request(star, {service : #wikidata, hint : "country_of_citizenship"})} pattern: what hand is * template: {request(star, {service : #wikidata, hint : "handedness"})} pattern: what is * [religion beliefs] template: {request(star, {service : #wikidata, hint : "religion"})} pattern: where was * born template: {request(star, {service : #wikidata, hint : "place_of_birth"})} pattern: who is * [child son daughter] template: {request(star, {service : #wikidata, hint : "child"})}