Show RDF language-specific values: rdfs:label, rdfs:comment, etc
- Dominant language
- TypeScript
- Stars
- 481
- Forks
- 108
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 5
Description
**Community Note**
* Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
* If you are interested in working on this issue or have submitted a pull request, please leave a comment.
**Graph Explorer Version (and Graph Database and Version used if applicable)**
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm frustrated when [...]
**Describe the solution you'd like**
RDF resources can have text properties with values in multiple languages. For example, a resource can have an rdfs:label, and the value can be in English, Spanish, French, and other languages. Request is to have Graph Explorer display all of them in the details view. For example, I have a class ex:Dog with these triples:
ex:Dog rdfs:label "dog"@en
ex:Dog rdfs:label "chien"@fr
I want to see both "dog" (English) and "chien" (French) .
**Additional context**
Add any other context or screenshots about the feature request here. Describe any alternatives you've considered.
Contributor guide
Assessment
This issue has not been assessed yet.