Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Matěj Suchánek
.
Toggle Highlighting
SQL
/* PREFIX wd: <http://www.wikidata.org/entity/> PREFIX wdt: <http://www.wikidata.org/prop/direct/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?label ?firstname ?surname WHERE { ?firstname wdt:P31/wdt:P279* wd:Q202444 . FILTER NOT EXISTS { ?firstname wdt:P1533 ?item } . FILTER NOT EXISTS { ?firstname wdt:P31 wd:Q4167410 } . ?surname wdt:P31 wd:Q101352 . FILTER NOT EXISTS { ?surname wdt:P31 wd:Q4167410 } . ?firstname rdfs:label ?label . ?surname rdfs:label ?label . } */
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...