text_query
stringlengths 14
732
| language
stringclasses 12
values | sparql_query
stringlengths 12
2.27k
| knowledge_graphs
stringclasses 15
values |
---|---|---|---|
who does owen schmitt play for | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.027rvyc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.027rvyc ns:american_football.football_player.games ?y .
?y ns:american_football.player_game_statistics.team ?x .
}
| Freebase |
what party was thomas jefferson affiliated with | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07cbs)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07cbs ns:government.politician.party ?y .
?y ns:government.political_party_tenure.party ?x .
}
| Freebase |
what religions are popular in france | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0f8l9c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0f8l9c ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
}
| Freebase |
who played berger in sex and the city | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0l76z)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0l76z ns:tv.tv_program.regular_cast ?y .
?y ns:tv.regular_tv_appearance.actor ?x .
?y ns:tv.regular_tv_appearance.character ns:m.0c7lfjk .
}
| Freebase |
who won the 2000 fa cup final | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02_p0)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02_p0 ns:sports.sports_award_type.winners ?y .
?y ns:sports.sports_award.award_winner ?x .
?y ns:sports.sports_award.season ns:m.03wcq72 .
}
| Freebase |
what are the names of michael jackson 's kids | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.09889g)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.09889g ns:people.person.children ?x .
}
| Freebase |
what movies have robert pattinson in them | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.062dn7)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.062dn7 ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
}
| Freebase |
what the time zone in japan | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03_3d)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03_3d ns:location.location.time_zones ?x .
}
| Freebase |
who plays bob kelso in scrubs | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0ck2ty)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0ck2ty ns:tv.tv_character.appeared_in_tv_program ?y .
?y ns:tv.regular_tv_appearance.actor ?x .
?y ns:tv.regular_tv_appearance.series ns:m.01fs__ .
}
| Freebase |
what race is vanessa carlton | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02sj66)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02sj66 ns:people.person.ethnicity ?x .
}
| Freebase |
what do people in czech republic speak | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01mjq)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01mjq ns:location.country.languages_spoken ?x .
}
| Freebase |
which countries speak arabic language | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0jzc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0jzc ns:language.human_language.countries_spoken_in ?x .
}
| Freebase |
where does tim cook work | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05r65m)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05r65m ns:people.person.employment_history ?y .
?y ns:business.employment_tenure.company ?x .
?y ns:business.employment_tenure.from ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
| Freebase |
what degrees does romney have | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0271_s)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0271_s ns:people.person.education ?y .
?y ns:education.education.degree ?x .
}
| Freebase |
where is bob marley buried | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0bkf4)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0bkf4 ns:people.deceased_person.place_of_burial ?x .
}
| Freebase |
what is london uk time zone | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04jpl)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04jpl ns:location.location.time_zones ?x .
}
| Freebase |
where to stay in chicago tourist | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01_d4)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01_d4 ns:travel.travel_destination.accommodation ?x .
}
| Freebase |
what type of breast cancer did sheryl crow have | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06rgq)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06rgq ns:medicine.notable_person_with_medical_condition.condition ?x .
?x ns:medicine.disease.parent_disease ns:m.0qcr0 .
}
| Freebase |
what type of government does argentina have today | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0jgd)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0jgd ns:location.country.form_of_government ?x .
}
| Freebase |
where does fabio capello come from | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.030_wt)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.030_wt ns:people.person.place_of_birth ?x .
}
| Freebase |
what party was abe lincoln part of | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0gzh)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0gzh ns:government.politician.party ?y .
?y ns:government.political_party_tenure.party ?x .
}
| Freebase |
what did jack london do for a living | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0bt23)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0bt23 ns:people.person.profession ?x .
}
| Freebase |
who did morgan freeman marry | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.055c8)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.055c8 ns:people.person.spouse_s ?y .
?y ns:people.marriage.spouse ?x .
?y ns:people.marriage.type_of_union ns:m.04ztj .
?y ns:people.marriage.to ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
| Freebase |
what are the mountains in northern italy called | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01cg88)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01cg88 ns:type.object.name ?x .
}
| Freebase |
what influenced john steinbeck to start writing | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04107)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04107 ns:influence.influence_node.influenced_by ?x .
}
| Freebase |
where is dwayne johnson ethnicity | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.014g_s)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.014g_s ns:people.person.ethnicity ?x .
}
| Freebase |
where are the nato headquarters located | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.059dn)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.059dn ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
| Freebase |
in which state was the battle of antietam fought | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0lkxb)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0lkxb ns:time.event.locations ?x .
?x ns:common.topic.notable_types ns:m.0kpys4 .
}
| Freebase |
which ocean does the zambezi river flow into | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0p_70)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0p_70 ns:geography.river.mouth ?x .
}
| Freebase |
what team did david beckham play for before la galaxy | en | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
filter(?x != ns:m.01634x)
ns:m.02d9k ns:sports.pro_athlete.teams ?z . #beckham
?z ns:sports.sports_team_roster.team ns:m.01k2yr . #galaxy
?z ns:sports.sports_team_roster.from ?from .
ns:m.02d9k ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?y ns:sports.sports_team_roster.to ?to .
}
ORDER BY ASC(xsd:datetime(?from))
LIMIT 1 | Freebase |
who is the current leader of france 2010 | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0f8l9c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0f8l9c ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.060c4 .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2010-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2010-01-01"^^xsd:dateTime) })
}
| Freebase |
where was the palace of knossos located | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0ksnn)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0ksnn ns:location.location.containedby ?x .
}
| Freebase |
where is roswell area 51 | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0yjq)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0yjq ns:location.location.containedby ?x .
}
| Freebase |
when was father chris riley born | en | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03d8_d9)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03d8_d9 ns:people.person.place_of_birth ?x .
}
| Freebase |
Subsets and Splits