I have an example query of
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
SELECT ?person ?personLabel ?image WHERE {
?person wdt:P31 wd:Q5.
?person wdt:P18 ?image.
SERVICE wikibase:label { bd:serviceParam wikibase:language "de". }
}
And I want to use a credit below the picture as in
Foto: Martina Nolte Lizenz: Creative Commons by-sa 3.0 de / Kurz
How do I add columns for each part, ie
name of photographer - link to profile - license - short version of license
I tried too much to list.