diff --git a/light9/rdfdb/web/index.xhtml b/light9/rdfdb/web/index.xhtml
--- a/light9/rdfdb/web/index.xhtml
+++ b/light9/rdfdb/web/index.xhtml
@@ -32,7 +32,7 @@
// this is temporary. The correct thing is to parse the quad (or receive it as a tree) and then make links to the full URIs and display curies of them
return s
- .replace(//g, function (match, short) { return "xsd:"+short; })
.replace(//g, function (match, short) { return "light9:"+short; })
.replace(//g, function (match, short) { return "kcsession:"+short });
}
@@ -58,4 +58,4 @@