Skip to content
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

Open
alangrafu opened this issue Nov 1, 2012 · 3 comments
Open

Use labels in nodes when available #8

alangrafu opened this issue Nov 1, 2012 · 3 comments

Comments

@alangrafu
Copy link
Owner

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)

@kidehen
Copy link

kidehen commented Nov 1, 2012

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:

  1. http://linkeddata.uriburner.com/about/id/entity/https/github.com/alangrafu/visualRDF -- Linked Data URI denoting your project
  2. http://linkeddata.uriburner.com/describe/?url=http%3A%2F%2Flinkeddata.uriburner.com%2Fabout%2Fid%2Fentity%2Fhttps%2Fgithub.com%2Falangrafu%2FvisualRDF -- Linked Data page showcasing the labels for URIs feature .

Information about faceted browser service:

  1. http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtFacetBrowserInstallConfigQueried
  2. http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtFacetBrowserInstallConfig

@jneubert
Copy link

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.

@titoBouzout
Copy link

Consider skos:prefLabels too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants