Translations:Project:SPARQL/examples/32/en
- FILTER (CONTAINS(str(?profession), 'coiffeu')). # If you want to use only one search term: remove the '#' at the start of the line and delete the previous line
OPTIONAL { ?person wdt:P7 ?residence. } # Also adds the residence (P7), if known SERVICE wikibase:label { bd:serviceParam wikibase:language "en,[AUTO_LANGUAGE]". } # Retrieves the labels in English
}