Translations:Project:SPARQL/examples/32/en

From Resistance in Belgium
Revision as of 18:26, 15 October 2024 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. 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

}