alishiba14 / WorldKG-Knowledge-Graph

This repository contains the details and codes to reproduce the WorldKG knowledge graph.
MIT License
1 stars 0 forks source link

Multi-lingual `name` properties #2

Open namedgraph opened 1 year ago

namedgraph commented 1 year ago

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 .
alishiba14 commented 1 year ago

Thank you for the suggestion. The current properties are taken from OSM hence the properties are the way we have in OSM. In the next versions, we will keep this in mind to update this. Thank you.