diff --git a/mapping.html b/mapping.html
index 62367ef..c8fceca 100644
--- a/mapping.html
+++ b/mapping.html
@@ -23,7 +23,7 @@
-
+
@@ -40,7 +40,7 @@
CASS Mappings
- Looking to understand the CASS Object Model? You came to the right place.
+ This is a computed live view of what terms map to what other terms in CaSS.
@@ -122,6 +122,8 @@
key = "cass:"+key;
if (key.indexOf(":") == -1 && s["@vocab"] != null && s["@vocab"].indexOf("http://schema.eduworks.com/ims/case/v1p0/") != -1)
key = "case:"+key;
+ if (key.indexOf(":") == -1)
+ key = "cass:"+key;
key = key.replace("cass3","cass");
if (key.indexOf(":") == -1)