Can someone help me to catch the link for the German Wikipedia article?
For example, I have a query for all German films:
SELECT ?film
WHERE { ?film skos:subject http://dbpedia.org/resource/Category:German_films }
Is there a option like dbpedia:wikipage-de that shows me the German site of Wikipedia?
All the results have only a prefix like foaf:page and the content called: [http] http://en.wikipedia.org/wiki/*
You can’t
this information is not available in the english dbpedia (only german label and abstract)
you could use the label, it is usually the same as the article name.
The german dbpedia is another option, or you can download the german dumps (from dbpedia.org) and use them in you own server