query-7f5b3d816e4d0c8a70152ddd8e7cbe45
Proposed women street names in Brussels SELECT ?item ?itemLabel ?firstnameLabel ?lastnameLabel ?alias ?itemDescription ?nationalityLabel ?professionLabel ?birthplaceLabel ?deathplaceLabel ?birthdate ?deathdate ?workplaceLabel ?genderLabel ?linkcount WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nl,fr,en,de,en". } ?item wikibase:sitelinks ?linkcount; wdt:P6104 wd:Q104010394. OPTIONAL { ?item wdt:P19 ?birthplace. } OPTIONAL { ?item wdt:P20 ?deathplace. } OPTIONAL { ?item wdt:P21 ?gender. } OPTIONAL { ?item wdt:P27 ?nationality. } OPTIONAL { ?item wdt:P39 ?function. } OPTIONAL { ?item wdt:P101 ?domain. } OPTIONAL { ?item wdt:P106 ?profession. } OPTIONAL { ?item wdt:P108 ?company. } OPTIONAL { ?item wdt:P166 ?prize. } OPTIONAL { ?item wdt:P569 ?birthdate. } OPTIONAL { ?item wdt:P570 ?deathdate. } OPTIONAL { ?item wdt:P734 ?lastname. } OPTIONAL { ?item wdt:P735 ?firstname. } OPTIONAL { ?item wdt:P800 ?work. } OPTIONAL { ?item wdt:P937 ?workplace. } OPTIONAL { ?item skos:altLabel ?alias. FILTER((LANG(?alias)) = "nl") } OPTIONAL { ?article schema:about ?item; schema:inLanguage "nl"; schema:isPartOf https://nl.wikipedia.org/. } }
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Proposed women street names in Brussels
SELECT ?item ?itemLabel ?firstnameLabel ?lastnameLabel ?alias ?itemDescription ?nationalityLabel ?professionLabel ?birthplaceLabel ?deathplaceLabel ?birthdate ?deathdate ?workplaceLabel ?genderLabel ?linkcount WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nl,fr,en,de,en". }
?item wikibase:sitelinks ?linkcount;
wdt:P6104 wd:Q104010394.
OPTIONAL { ?item wdt:P19 ?birthplace. }
OPTIONAL { ?item wdt:P20 ?deathplace. }
OPTIONAL { ?item wdt:P21 ?gender. }
OPTIONAL { ?item wdt:P27 ?nationality. }
OPTIONAL { ?item wdt:P39 ?function. }
OPTIONAL { ?item wdt:P101 ?domain. }
OPTIONAL { ?item wdt:P106 ?profession. }
OPTIONAL { ?item wdt:P108 ?company. }
OPTIONAL { ?item wdt:P166 ?prize. }
OPTIONAL { ?item wdt:P569 ?birthdate. }
OPTIONAL { ?item wdt:P570 ?deathdate. }
OPTIONAL { ?item wdt:P734 ?lastname. }
OPTIONAL { ?item wdt:P735 ?firstname. }
OPTIONAL { ?item wdt:P800 ?work. }
OPTIONAL { ?item wdt:P937 ?workplace. }
OPTIONAL {
?item skos:altLabel ?alias.
FILTER((LANG(?alias)) = "nl")
}
OPTIONAL {
?article schema:about ?item;
schema:inLanguage "nl";
schema:isPartOf <https://nl.wikipedia.org/>.
}
}