question listlengths 3 29 | query stringlengths 51 1.28k | label/pos listlengths 3 29 |
|---|---|---|
[
"Were",
"M2",
"and",
"M5",
"founded",
"by",
"a",
"film",
"director",
",",
"founded",
"by",
"M0",
"'",
"s",
"parent",
",",
"and",
"founded",
"by",
"M3",
"and",
"M4"
] | SELECT count(*) WHERE {
?x0 ns:people.person.children|ns:fictional_universe.fictional_character.children|ns:organization.organization.child/ns:organization.organization_relationship.child M0 .
?x1 a ns:film.director .
M2 ns:organization.organization.founders ?x0 .
M2 ns:organization.organization.founders ?x1 .
M2 ns:or... | [
"verb",
"proper_noun",
"SCONJ",
"proper_noun",
"verb",
"ADP",
"DET",
"noun",
"noun",
"PUNC",
"verb",
"ADP",
"proper_noun",
"PUNC",
"PUNC",
"noun",
"PUNC",
"SCONJ",
"verb",
"ADP",
"proper_noun",
"SCONJ",
"proper_noun"
] |
[
"Did",
"M1",
"and",
"M2",
"distribute",
"a",
"sequel",
"of",
"a",
"film"
] | SELECT count(*) WHERE {
?x0 ns:film.film.prequel ?x1 .
?x1 a ns:film.film .
M1 ns:film.film_distributor.films_distributed/ns:film.film_film_distributor_relationship.film ?x0 .
M2 ns:film.film_distributor.films_distributed/ns:film.film_film_distributor_relationship.film ?x0
} | [
"verb",
"proper_noun",
"SCONJ",
"proper_noun",
"verb",
"DET",
"noun",
"ADP",
"DET",
"noun"
] |
[
"Were",
"M1",
",",
"M2",
",",
"M3",
",",
"M4",
",",
"and",
"M5",
"edited",
"by",
"and",
"written",
"by",
"a",
"screenwriter",
"'",
"s",
"parent"
] | SELECT count(*) WHERE {
?x0 ns:people.person.children|ns:fictional_universe.fictional_character.children|ns:organization.organization.child/ns:organization.organization_relationship.child ?x1 .
?x1 a ns:film.writer .
M1 ns:film.film.edited_by ?x0 .
M1 ns:film.film.written_by ?x0 .
M2 ns:film.film.edited_by ?x0 .
M2 ns:... | [
"verb",
"proper_noun",
"PUNC",
"proper_noun",
"PUNC",
"proper_noun",
"PUNC",
"proper_noun",
"PUNC",
"SCONJ",
"proper_noun",
"verb",
"ADP",
"SCONJ",
"verb",
"ADP",
"DET",
"noun",
"PUNC",
"PUNC",
"noun"
] |
[
"What",
"costume",
"designer",
"did",
"M1",
"'",
"s",
"spouse",
"influence"
] | SELECT DISTINCT ?x0 WHERE {
?x0 a ns:film.film_costumer_designer .
?x0 ns:influence.influence_node.influenced_by ?x1 .
?x1 ns:people.person.spouse_s/ns:people.marriage.spouse|ns:fictional_universe.fictional_character.married_to/ns:fictional_universe.marriage_of_fictional_characters.spouses M1 .
FILTER ( ?x1 != M1 )
} | [
"ADP",
"noun",
"noun",
"verb",
"proper_noun",
"PUNC",
"PUNC",
"noun",
"verb"
] |
[
"Did",
"M1",
"star",
"M0",
"'",
"s",
"art",
"director",
"'",
"s",
"child",
"'",
"s",
"parent"
] | SELECT count(*) WHERE {
?x0 ns:people.person.children|ns:fictional_universe.fictional_character.children|ns:organization.organization.child/ns:organization.organization_relationship.child ?x1 .
?x1 ns:people.person.parents|ns:fictional_universe.fictional_character.parents|ns:organization.organization.parent/ns:organiza... | [
"verb",
"proper_noun",
"verb",
"proper_noun",
"PUNC",
"PUNC",
"noun",
"noun",
"PUNC",
"PUNC",
"noun",
"PUNC",
"PUNC",
"noun"
] |
[
"Did",
"M2",
"influence",
"M3",
"and",
"M4",
"and",
"marry",
"a",
"Japanese",
"spouse",
"of",
"a",
"film",
"director"
] | SELECT count(*) WHERE {
?x0 ns:people.person.nationality ns:m.03_3d .
?x0 ns:people.person.spouse_s/ns:people.marriage.spouse|ns:fictional_universe.fictional_character.married_to/ns:fictional_universe.marriage_of_fictional_characters.spouses ?x1 .
?x1 a ns:film.director .
FILTER ( ?x0 != ?x1 ) .
FILTER ( M2 != ?x0 ) .
... | [
"verb",
"proper_noun",
"verb",
"proper_noun",
"SCONJ",
"proper_noun",
"SCONJ",
"verb",
"DET",
"JJ",
"noun",
"ADP",
"DET",
"noun",
"noun"
] |
[
"What",
"male",
"Mexican",
"film",
"producer",
"did",
"a",
"male",
"film",
"director",
"influence"
] | SELECT DISTINCT ?x0 WHERE {
?x0 a ns:film.producer .
?x0 ns:influence.influence_node.influenced_by ?x1 .
?x0 ns:people.person.gender ns:m.05zppz .
?x0 ns:people.person.nationality ns:m.0b90_r .
?x1 a ns:film.director .
?x1 ns:people.person.gender ns:m.05zppz
} | [
"ADP",
"JJ",
"JJ",
"noun",
"noun",
"verb",
"DET",
"JJ",
"noun",
"noun",
"verb"
] |
[
"Who",
"was",
"influenced",
"by",
"a",
"employee",
"of",
"M3",
"'",
"s",
"distributor",
",",
"was",
"influenced",
"by",
"M2",
",",
"and",
"influenced",
"M1"
] | SELECT DISTINCT ?x0 WHERE {
?x0 a ns:people.person .
?x0 ns:influence.influence_node.influenced M1 .
?x0 ns:influence.influence_node.influenced_by ?x1 .
?x0 ns:influence.influence_node.influenced_by M2 .
?x1 ns:people.person.employment_history/ns:business.employment_tenure.company ?x2 .
?x2 ns:film.film_distributor.fil... | [
"ADP",
"ADP",
"verb",
"ADP",
"DET",
"noun",
"ADP",
"proper_noun",
"PUNC",
"PUNC",
"noun",
"PUNC",
"ADP",
"verb",
"ADP",
"proper_noun",
"PUNC",
"SCONJ",
"verb",
"proper_noun"
] |
[
"Who",
"did",
"a",
"company",
"'",
"s",
"founder",
"'",
"s",
"actor",
"marry"
] | SELECT DISTINCT ?x0 WHERE {
?x0 a ns:people.person .
?x0 ns:people.person.spouse_s/ns:people.marriage.spouse|ns:fictional_universe.fictional_character.married_to/ns:fictional_universe.marriage_of_fictional_characters.spouses ?x1 .
?x1 ns:film.actor.film/ns:film.performance.character ?x2 .
?x2 ns:organization.organizati... | [
"ADP",
"verb",
"DET",
"noun",
"PUNC",
"PUNC",
"noun",
"PUNC",
"PUNC",
"noun",
"verb"
] |
[
"Was",
"a",
"person",
"'",
"s",
"male",
"actor",
"'",
"s",
"female",
"sibling",
"M2"
] | SELECT count(*) WHERE {
?x0 ns:film.actor.film/ns:film.performance.character ?x1 .
?x0 ns:people.person.gender ns:m.05zppz .
?x1 a ns:people.person .
FILTER ( M2 != ?x0 ) .
M2 ns:people.person.gender ns:m.02zsn .
M2 ns:people.person.sibling_s/ns:people.sibling_relationship.sibling|ns:fictional_universe.fictional_charac... | [
"verb",
"DET",
"noun",
"PUNC",
"PUNC",
"JJ",
"noun",
"PUNC",
"PUNC",
"JJ",
"noun",
"proper_noun"
] |
[
"Were",
"M1",
",",
"M2",
",",
"M3",
",",
"M4",
",",
"M5",
",",
"and",
"M6",
"founded",
"by",
"a",
"cinematographer"
] | SELECT count(*) WHERE {
?x0 a ns:film.cinematographer .
M1 ns:organization.organization.founders ?x0 .
M2 ns:organization.organization.founders ?x0 .
M3 ns:organization.organization.founders ?x0 .
M4 ns:organization.organization.founders ?x0 .
M5 ns:organization.organization.founders ?x0 .
M6 ns:organization.organizati... | [
"verb",
"proper_noun",
"PUNC",
"proper_noun",
"PUNC",
"proper_noun",
"PUNC",
"proper_noun",
"PUNC",
"proper_noun",
"PUNC",
"SCONJ",
"proper_noun",
"verb",
"ADP",
"DET",
"noun"
] |
[
"Did",
"M3",
"star",
"a",
"French",
"costume",
"designer",
"'",
"s",
"spouse",
"and",
"star",
"a",
"film",
"director"
] | SELECT count(*) WHERE {
?x0 ns:people.person.spouse_s/ns:people.marriage.spouse|ns:fictional_universe.fictional_character.married_to/ns:fictional_universe.marriage_of_fictional_characters.spouses ?x1 .
?x1 a ns:film.film_costumer_designer .
?x1 ns:people.person.nationality ns:m.0f8l9c .
?x2 a ns:film.director .
FILTER ... | [
"verb",
"proper_noun",
"verb",
"DET",
"JJ",
"noun",
"noun",
"PUNC",
"PUNC",
"noun",
"SCONJ",
"verb",
"DET",
"noun",
"noun"
] |
[
"Did",
"M1",
"acquire",
"a",
"film",
"editor",
"'",
"s",
"employer"
] | SELECT count(*) WHERE {
?x0 ns:business.employer.employees/ns:business.employment_tenure.person ?x1 .
?x1 a ns:film.editor .
M1 ns:organization.organization.companies_acquired/ns:business.acquisition.company_acquired ?x0
} | [
"verb",
"proper_noun",
"verb",
"DET",
"noun",
"noun",
"PUNC",
"PUNC",
"noun"
] |
[
"Was",
"a",
"screenwriter",
"'",
"s",
"parent",
"'",
"s",
"employer",
"acquired",
"by",
"M0"
] | SELECT count(*) WHERE {
?x0 ns:business.employer.employees/ns:business.employment_tenure.person ?x1 .
?x0 ns:organization.organization.acquired_by/ns:business.acquisition.acquiring_company M0 .
?x1 ns:people.person.children|ns:fictional_universe.fictional_character.children|ns:organization.organization.child/ns:organiz... | [
"verb",
"DET",
"noun",
"PUNC",
"PUNC",
"noun",
"PUNC",
"PUNC",
"noun",
"verb",
"ADP",
"proper_noun"
] |
[
"Who",
"married",
"M1",
"and",
"M2",
"and",
"married",
"a",
"film",
"producer"
] | SELECT DISTINCT ?x0 WHERE {
?x0 a ns:people.person .
?x0 ns:people.person.spouse_s/ns:people.marriage.spouse|ns:fictional_universe.fictional_character.married_to/ns:fictional_universe.marriage_of_fictional_characters.spouses ?x1 .
?x0 ns:people.person.spouse_s/ns:people.marriage.spouse|ns:fictional_universe.fictional_c... | [
"ADP",
"verb",
"proper_noun",
"SCONJ",
"proper_noun",
"SCONJ",
"verb",
"DET",
"noun",
"noun"
] |
[
"Did",
"a",
"actor",
"edit",
"and",
"executive",
"produce",
"M1"
] | SELECT count(*) WHERE {
?x0 a ns:film.actor .
?x0 ns:film.editor.film M1 .
?x0 ns:film.producer.films_executive_produced M1
} | [
"verb",
"DET",
"noun",
"verb",
"SCONJ",
"noun",
"verb",
"proper_noun"
] |
[
"Which",
"screenwriter",
"did",
"a",
"producer",
"and",
"cinematographer",
"of",
"M1",
"marry",
"and",
"influence"
] | SELECT DISTINCT ?x0 WHERE {
?x0 a ns:film.writer .
?x0 ns:influence.influence_node.influenced_by ?x1 .
?x0 ns:people.person.spouse_s/ns:people.marriage.spouse|ns:fictional_universe.fictional_character.married_to/ns:fictional_universe.marriage_of_fictional_characters.spouses ?x1 .
?x1 ns:film.cinematographer.film M1 .
?... | [
"ADP",
"noun",
"verb",
"DET",
"noun",
"SCONJ",
"noun",
"ADP",
"proper_noun",
"verb",
"SCONJ",
"verb"
] |
[
"Who",
"was",
"a",
"film",
"editor",
"that",
"played",
"M2",
"and",
"played",
"M3",
"and",
"M4"
] | SELECT DISTINCT ?x0 WHERE {
?x0 a ns:film.editor .
?x0 a ns:people.person .
?x0 ns:film.actor.film/ns:film.performance.character M2 .
?x0 ns:film.actor.film/ns:film.performance.character M3 .
?x0 ns:film.actor.film/ns:film.performance.character M4
} | [
"ADP",
"ADP",
"DET",
"noun",
"noun",
"SCONJ",
"verb",
"proper_noun",
"SCONJ",
"verb",
"proper_noun",
"SCONJ",
"proper_noun"
] |
[
"Was",
"M1",
"directed",
",",
"executive",
"produced",
",",
"written",
",",
"produced",
",",
"and",
"edited",
"by",
"a",
"executive",
"producer",
"and",
"director",
"of",
"M0"
] | SELECT count(*) WHERE {
?x0 ns:film.director.film M0 .
?x0 ns:film.producer.films_executive_produced M0 .
M1 ns:film.film.directed_by ?x0 .
M1 ns:film.film.edited_by ?x0 .
M1 ns:film.film.executive_produced_by ?x0 .
M1 ns:film.film.produced_by|ns:film.film.production_companies ?x0 .
M1 ns:film.film.written_by ?x0
} | [
"verb",
"proper_noun",
"verb",
"PUNC",
"noun",
"verb",
"PUNC",
"verb",
"PUNC",
"verb",
"PUNC",
"SCONJ",
"verb",
"ADP",
"DET",
"noun",
"noun",
"SCONJ",
"noun",
"ADP",
"proper_noun"
] |
[
"What",
"did",
"a",
"Chinese",
"film",
"editor",
"executive",
"produce",
",",
"edit",
",",
"produce",
",",
"direct",
",",
"and",
"write"
] | SELECT DISTINCT ?x0 WHERE {
?x0 ns:film.film.directed_by ?x1 .
?x0 ns:film.film.edited_by ?x1 .
?x0 ns:film.film.executive_produced_by ?x1 .
?x0 ns:film.film.produced_by|ns:film.film.production_companies ?x1 .
?x0 ns:film.film.written_by ?x1 .
?x1 a ns:film.editor .
?x1 ns:people.person.nationality ns:m.0d05w3
} | [
"ADP",
"verb",
"DET",
"JJ",
"noun",
"noun",
"noun",
"verb",
"PUNC",
"verb",
"PUNC",
"verb",
"PUNC",
"verb",
"PUNC",
"SCONJ",
"verb"
] |
[
"Did",
"a",
"director",
"of",
"M1",
"found",
"M0"
] | SELECT count(*) WHERE {
?x0 ns:film.director.film M1 .
?x0 ns:organization.organization_founder.organizations_founded M0
} | [
"verb",
"DET",
"noun",
"ADP",
"proper_noun",
"verb",
"proper_noun"
] |
[
"Was",
"M0",
"a",
"Swedish",
"art",
"director"
] | SELECT count(*) WHERE {
M0 a ns:film.film_art_director .
M0 ns:people.person.nationality ns:m.0d0vqn
} | [
"verb",
"proper_noun",
"DET",
"JJ",
"noun",
"noun"
] |
[
"Was",
"M1",
"a",
"British",
"child",
"of",
"a",
"film",
"editor"
] | SELECT count(*) WHERE {
?x0 a ns:film.editor .
M1 ns:people.person.nationality ns:m.07ssc .
M1 ns:people.person.parents|ns:fictional_universe.fictional_character.parents|ns:organization.organization.parent/ns:organization.organization_relationship.parent ?x0
} | [
"verb",
"proper_noun",
"DET",
"JJ",
"noun",
"ADP",
"DET",
"noun",
"noun"
] |
[
"What",
"actor",
"did",
"M1",
"'",
"s",
"art",
"director",
"'",
"s",
"employer",
"employ"
] | SELECT DISTINCT ?x0 WHERE {
?x0 a ns:film.actor .
?x0 ns:people.person.employment_history/ns:business.employment_tenure.company ?x1 .
?x1 ns:business.employer.employees/ns:business.employment_tenure.person ?x2 .
?x2 ns:film.film_art_director.films_art_directed M1
} | [
"ADP",
"noun",
"verb",
"proper_noun",
"PUNC",
"PUNC",
"noun",
"noun",
"PUNC",
"PUNC",
"noun",
"verb"
] |
[
"What",
"was",
"edited",
",",
"directed",
",",
"and",
"produced",
"by",
"M0",
"'",
"s",
"star",
",",
"art",
"director",
",",
"and",
"director"
] | SELECT DISTINCT ?x0 WHERE {
?x0 ns:film.film.directed_by ?x1 .
?x0 ns:film.film.edited_by ?x1 .
?x0 ns:film.film.produced_by|ns:film.film.production_companies ?x1 .
?x1 ns:film.actor.film/ns:film.performance.film M0 .
?x1 ns:film.director.film M0 .
?x1 ns:film.film_art_director.films_art_directed M0
} | [
"ADP",
"ADP",
"verb",
"PUNC",
"verb",
"PUNC",
"SCONJ",
"verb",
"ADP",
"proper_noun",
"PUNC",
"PUNC",
"verb",
"PUNC",
"noun",
"noun",
"PUNC",
"SCONJ",
"noun"
] |
[
"Were",
"M1",
",",
"M4",
",",
"M5",
",",
"M6",
",",
"and",
"M7",
"directed",
"by",
"a",
"film",
"producer",
",",
"executive",
"produced",
"by",
"M2",
",",
"and",
"directed",
"by",
"M3"
] | SELECT count(*) WHERE {
?x0 a ns:film.producer .
M1 ns:film.film.directed_by ?x0 .
M1 ns:film.film.directed_by M3 .
M1 ns:film.film.executive_produced_by M2 .
M4 ns:film.film.directed_by ?x0 .
M4 ns:film.film.directed_by M3 .
M4 ns:film.film.executive_produced_by M2 .
M5 ns:film.film.directed_by ?x0 .
M5 ns:film.film.d... | [
"verb",
"proper_noun",
"PUNC",
"proper_noun",
"PUNC",
"proper_noun",
"PUNC",
"proper_noun",
"PUNC",
"SCONJ",
"proper_noun",
"verb",
"ADP",
"DET",
"noun",
"noun",
"PUNC",
"noun",
"verb",
"ADP",
"proper_noun",
"PUNC",
"SCONJ",
"verb",
"ADP",
"proper_noun"
] |
[
"Was",
"M1",
"distributed",
"by",
"M2",
"and",
"distributed",
"by",
"M0",
"'",
"s",
"producer",
"and",
"distributor"
] | SELECT count(*) WHERE {
?x0 ns:film.film_distributor.films_distributed/ns:film.film_film_distributor_relationship.film M0 .
?x0 ns:film.producer.film|ns:film.production_company.films M0 .
M1 ns:film.film.distributors/ns:film.film_film_distributor_relationship.distributor ?x0 .
M1 ns:film.film.distributors/ns:film.film_... | [
"verb",
"proper_noun",
"verb",
"ADP",
"proper_noun",
"SCONJ",
"verb",
"ADP",
"proper_noun",
"PUNC",
"PUNC",
"noun",
"SCONJ",
"noun"
] |
[
"What",
"did",
"M0",
"'",
"s",
"actor",
"'",
"s",
"spouse",
"write"
] | SELECT DISTINCT ?x0 WHERE {
?x0 ns:film.film.written_by ?x1 .
?x1 ns:people.person.spouse_s/ns:people.marriage.spouse|ns:fictional_universe.fictional_character.married_to/ns:fictional_universe.marriage_of_fictional_characters.spouses ?x2 .
?x2 ns:film.actor.film/ns:film.performance.character M0 .
FILTER ( ?x1 != ?x2 )
... | [
"ADP",
"verb",
"proper_noun",
"PUNC",
"PUNC",
"noun",
"PUNC",
"PUNC",
"noun",
"verb"
] |
[
"Was",
"a",
"director",
"and",
"executive",
"producer",
"of",
"a",
"film",
"'",
"s",
"prequel",
"M1"
] | SELECT count(*) WHERE {
?x0 ns:film.film.sequel ?x1 .
?x1 a ns:film.film .
M1 ns:film.director.film ?x0 .
M1 ns:film.producer.films_executive_produced ?x0
} | [
"verb",
"DET",
"noun",
"SCONJ",
"noun",
"noun",
"ADP",
"DET",
"noun",
"PUNC",
"PUNC",
"noun",
"proper_noun"
] |
[
"What",
"character",
"did",
"M1",
"'",
"s",
"costume",
"designer",
"marry"
] | SELECT DISTINCT ?x0 WHERE {
?x0 a ns:fictional_universe.fictional_character .
?x0 ns:people.person.spouse_s/ns:people.marriage.spouse|ns:fictional_universe.fictional_character.married_to/ns:fictional_universe.marriage_of_fictional_characters.spouses ?x1 .
?x1 ns:film.film_costumer_designer.costume_design_for_film M1 .
... | [
"ADP",
"noun",
"verb",
"proper_noun",
"PUNC",
"PUNC",
"noun",
"noun",
"verb"
] |
[
"Who",
"married",
"a",
"cinematographer",
"'",
"s",
"child",
"and",
"sibling"
] | SELECT DISTINCT ?x0 WHERE {
?x0 a ns:people.person .
?x0 ns:people.person.spouse_s/ns:people.marriage.spouse|ns:fictional_universe.fictional_character.married_to/ns:fictional_universe.marriage_of_fictional_characters.spouses ?x1 .
?x1 ns:people.person.parents|ns:fictional_universe.fictional_character.parents|ns:organiz... | [
"ADP",
"verb",
"DET",
"noun",
"PUNC",
"PUNC",
"noun",
"SCONJ",
"noun"
] |
[
"Was",
"M0",
"M1",
"'",
"s",
"Canadian",
"Chinese",
"employee"
] | SELECT count(*) WHERE {
M0 ns:people.person.employment_history/ns:business.employment_tenure.company M1 .
M0 ns:people.person.nationality ns:m.0d05w3 .
M0 ns:people.person.nationality ns:m.0d060g
} | [
"verb",
"proper_noun",
"proper_noun",
"PUNC",
"PUNC",
"JJ",
"JJ",
"noun"
] |
[
"What",
"was",
"a",
"film",
"whose",
"writer",
"and",
"costume",
"designer",
"edited",
"M1"
] | SELECT DISTINCT ?x0 WHERE {
?x0 a ns:film.film .
?x0 ns:film.film.costume_design_by ?x1 .
?x0 ns:film.film.written_by ?x1 .
?x1 ns:film.editor.film M1
} | [
"ADP",
"ADP",
"DET",
"noun",
"ADP",
"noun",
"SCONJ",
"noun",
"noun",
"verb",
"proper_noun"
] |
[
"What",
"was",
"written",
"by",
"M0",
"'",
"s",
"French",
"writer",
"and",
"written",
"by",
"a",
"art",
"director",
"and",
"costume",
"designer",
"of",
"M2"
] | SELECT DISTINCT ?x0 WHERE {
?x0 ns:film.film.written_by ?x1 .
?x0 ns:film.film.written_by ?x2 .
?x1 ns:film.writer.film M0 .
?x1 ns:people.person.nationality ns:m.0f8l9c .
?x2 ns:film.film_art_director.films_art_directed M2 .
?x2 ns:film.film_costumer_designer.costume_design_for_film M2
} | [
"ADP",
"ADP",
"verb",
"ADP",
"proper_noun",
"PUNC",
"PUNC",
"JJ",
"noun",
"SCONJ",
"verb",
"ADP",
"DET",
"noun",
"noun",
"SCONJ",
"noun",
"noun",
"ADP",
"proper_noun"
] |
[
"Did",
"a",
"film",
"producer",
"'",
"s",
"sibling",
"executive",
"produce",
"M0"
] | SELECT count(*) WHERE {
?x0 ns:film.producer.films_executive_produced M0 .
?x0 ns:people.person.sibling_s/ns:people.sibling_relationship.sibling|ns:fictional_universe.fictional_character.siblings/ns:fictional_universe.sibling_relationship_of_fictional_characters.siblings ?x1 .
?x1 a ns:film.producer .
FILTER ( ?x0 != ?... | [
"verb",
"DET",
"noun",
"noun",
"PUNC",
"PUNC",
"noun",
"noun",
"verb",
"proper_noun"
] |
[
"Which",
"screenwriter",
"played",
"M1",
"and",
"M2"
] | SELECT DISTINCT ?x0 WHERE {
?x0 a ns:film.writer .
?x0 ns:film.actor.film/ns:film.performance.character M1 .
?x0 ns:film.actor.film/ns:film.performance.character M2
} | [
"ADP",
"noun",
"verb",
"proper_noun",
"SCONJ",
"proper_noun"
] |
[
"Did",
"M3",
"'",
"s",
"Swedish",
"editor",
"'",
"s",
"parent",
"edit",
"M0",
"and",
"direct",
"M1"
] | SELECT count(*) WHERE {
?x0 ns:film.director.film M1 .
?x0 ns:film.editor.film M0 .
?x0 ns:people.person.children|ns:fictional_universe.fictional_character.children|ns:organization.organization.child/ns:organization.organization_relationship.child ?x1 .
?x1 ns:film.editor.film M3 .
?x1 ns:people.person.nationality ns:m... | [
"verb",
"proper_noun",
"PUNC",
"PUNC",
"JJ",
"noun",
"PUNC",
"PUNC",
"noun",
"verb",
"proper_noun",
"SCONJ",
"verb",
"proper_noun"
] |
[
"Who",
"married",
"M1",
"and",
"married",
"a",
"British",
"actor",
"'",
"s",
"child"
] | SELECT DISTINCT ?x0 WHERE {
?x0 a ns:people.person .
?x0 ns:people.person.spouse_s/ns:people.marriage.spouse|ns:fictional_universe.fictional_character.married_to/ns:fictional_universe.marriage_of_fictional_characters.spouses ?x1 .
?x0 ns:people.person.spouse_s/ns:people.marriage.spouse|ns:fictional_universe.fictional_c... | [
"ADP",
"verb",
"proper_noun",
"SCONJ",
"verb",
"DET",
"JJ",
"noun",
"PUNC",
"PUNC",
"noun"
] |
[
"Who",
"was",
"a",
"Canadian",
"film",
"producer",
"that",
"executive",
"produced",
"M2",
"and",
"M3"
] | SELECT DISTINCT ?x0 WHERE {
?x0 a ns:film.producer .
?x0 a ns:people.person .
?x0 ns:film.producer.films_executive_produced M2 .
?x0 ns:film.producer.films_executive_produced M3 .
?x0 ns:people.person.nationality ns:m.0d060g
} | [
"ADP",
"ADP",
"DET",
"JJ",
"noun",
"noun",
"SCONJ",
"noun",
"verb",
"proper_noun",
"SCONJ",
"proper_noun"
] |
[
"Was",
"M0",
"a",
"male",
"person",
"that",
"M2",
"was",
"directed",
"by",
"and",
"starred"
] | SELECT count(*) WHERE {
M0 a ns:people.person .
M0 ns:film.actor.film/ns:film.performance.film M2 .
M0 ns:film.director.film M2 .
M0 ns:people.person.gender ns:m.05zppz
} | [
"verb",
"proper_noun",
"DET",
"JJ",
"noun",
"SCONJ",
"proper_noun",
"ADP",
"verb",
"ADP",
"SCONJ",
"verb"
] |
[
"What",
"was",
"produced",
"by",
",",
"directed",
"by",
",",
"written",
"by",
",",
"edited",
"by",
",",
"and",
"executive",
"produced",
"by",
"M0",
"'",
"s",
"sibling"
] | SELECT DISTINCT ?x0 WHERE {
?x0 ns:film.film.directed_by ?x1 .
?x0 ns:film.film.edited_by ?x1 .
?x0 ns:film.film.executive_produced_by ?x1 .
?x0 ns:film.film.produced_by|ns:film.film.production_companies ?x1 .
?x0 ns:film.film.written_by ?x1 .
?x1 ns:people.person.sibling_s/ns:people.sibling_relationship.sibling|ns:fic... | [
"ADP",
"ADP",
"verb",
"ADP",
"PUNC",
"verb",
"ADP",
"PUNC",
"verb",
"ADP",
"PUNC",
"verb",
"ADP",
"PUNC",
"SCONJ",
"noun",
"verb",
"ADP",
"proper_noun",
"PUNC",
"PUNC",
"noun"
] |
[
"What",
"was",
"written",
"by",
"M0",
"and",
"M1",
"and",
"edited",
"by",
"a",
"cinematographer",
"'",
"s",
"employer",
"'",
"s",
"employee",
"and",
"founder"
] | SELECT DISTINCT ?x0 WHERE {
?x0 ns:film.film.edited_by ?x1 .
?x0 ns:film.film.written_by M0 .
?x0 ns:film.film.written_by M1 .
?x1 ns:organization.organization_founder.organizations_founded ?x2 .
?x1 ns:people.person.employment_history/ns:business.employment_tenure.company ?x2 .
?x2 ns:business.employer.employees/ns:bu... | [
"ADP",
"ADP",
"verb",
"ADP",
"proper_noun",
"SCONJ",
"proper_noun",
"SCONJ",
"verb",
"ADP",
"DET",
"noun",
"PUNC",
"PUNC",
"noun",
"PUNC",
"PUNC",
"noun",
"SCONJ",
"noun"
] |
[
"What",
"cinematographer",
"influenced",
"a",
"character"
] | SELECT DISTINCT ?x0 WHERE {
?x0 a ns:film.cinematographer .
?x0 ns:influence.influence_node.influenced ?x1 .
?x1 a ns:fictional_universe.fictional_character
} | [
"ADP",
"noun",
"verb",
"DET",
"noun"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.