SELECT * WHERE {
?item schema:url <http://commons.wikimedia.org/wiki/Special:FilePath/Peter%20Handke.jpg>.
OPTIONAL { ?item wdt:P6216 ?copyrightstatus. }
OPTIONAL { ?item wdt:P275 ?license. }
OPTIONAL { ?item p:P170 ?creatorStmt. }
OPTIONAL { ?item ps:P170 ?creatorWDItem. }
OPTIONAL { ?creatorStmt pq:P2093 ?creatorTxt. }
SERVICE <https://query.wikidata.org/sparql> {
OPTIONAL {
?copyrightstatus rdfs:label ?copyrightstatusLabel.
FILTER((LANG(?copyrightstatusLabel)) = "de")
}
OPTIONAL {
?license rdfs:label ?licenseLabel.
FILTER((LANG(?licenseLabel)) = "de")
}
}
}