I would like to know if it is possible to use the sparql query to get a language tag on some literals on my chart.
for example, I could have things like:
<skos:prefLabel xml:lang="fr">Bonjour</skos:definition> <skos:prefLabel xml:lang="en">Hello</skos:definition>
and I would like to have a result set with each label and corresponding language.
source share