I'm having trouble getting the Label to pull through when using a DISTINCT and SAMPLE query.
My query pulls companies and a sample of some basic attributes / properties. I would like to get the raw text label for ?state but no matter which way I try it does not seem to work.
I have tried adding "
?state rdfs:label ?stateLabel"
in SERVICE as outlined here but this seems to mess up the wikibase:label behavior .
Kind thanks for any suggestions,