-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use labels in nodes when available #8
Comments
What you need to do is use the entity URI in @href while using its label for text. We offer this capability as part of our faceted browser service:
Information about faceted browser service: |
You should consider skos:prefLabel as a candidate, too. It should occur at most once (per language), and should be unique within a vocabulary. One major issue could be that skos:prefLabels (or dc:titles, or rdfs:labels) may exist for multiple languages (in case of DBpedia, or Eurovoc, really a lot). So perhaps you will have to add a function to select the preferred language. |
Consider skos:prefLabels too! |
Idea: Show only rdfs:label (dcterms:title maybe?) when available in nodes. Add a tooltip showing the whole URI when hovering over the node.
(Based on http://twitter.com/kidehen/status/264079654229520385)
The text was updated successfully, but these errors were encountered: