glaciers-in-archives/snowman

View on GitHub
examples/inline-queries/queries/professions.rq

Summary

Maintainability
Test Coverage
SELECT DISTINCT ?profession ?professionLabel WHERE {
  ?cat wdt:P31 wd:Q146 ;
       wdt:P106 ?profession .

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" . }
}