Added missing xsd prefix to context in library example.
authorDave Longley <dlongley@digitalbazaar.com>
Thu, 04 Aug 2011 19:53:54 -0400
changeset 110 f2c233da5b88
parent 109 f9172a12b9ed
child 114 684e1dee3105
Added missing xsd prefix to context in library example.
playground/playground-examples.js
--- a/playground/playground-examples.js	Thu Aug 04 19:33:13 2011 -0400
+++ b/playground/playground-examples.js	Thu Aug 04 19:53:54 2011 -0400
@@ -185,7 +185,8 @@
             "xsd:anyURI": "ex:contains"
          },
          "dc": "http://purl.org/dc/elements/1.1/",
-         "ex": "http://example.org/vocab#"
+         "ex": "http://example.org/vocab#",
+         "xsd": "http://www.w3.org/2001/XMLSchema#"
       }
    };