ad-freiburg / qlever-ui

A user interface for QLever
Apache License 2.0
21 stars 15 forks source link

Tooltip for P279 shows URL instead of label #35

Open graue70 opened 3 years ago

graue70 commented 3 years ago
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT DISTINCT ?item ?type WHERE {
  ?item wdt:P279 ?type .
}

If you hover over P279, it shows the URI <https://www.wikidata.org/prop/direct/P279>. If you replace the text P279 by the text P31 and hover over it, it shows "instance of"@en. This is inconsistent.