Can I suggest a change in the schema? There is no need for various properties wkgs:nameDe, wkgs:nameJa etc. -- a better RDF modeling practice would be to have a single wkgs:name property and use language tags on literals:
<http://www.worldkg.org/resource/26373169> wkgs:name "Bonn"@de;
wkgs:name "ボン"@ja .
Can I suggest a change in the schema? There is no need for various properties
wkgs:nameDe,wkgs:nameJaetc. -- a better RDF modeling practice would be to have a singlewkgs:nameproperty and use language tags on literals: