Use new foaf context in Person example.
authorDave Longley <dlongley@digitalbazaar.com>
Wed, 18 Jun 2014 14:30:21 -0400
changeset 2157 ae13e72a5ba3
parent 2156 5ce9f694c385
child 2158 016281fb9a68
Use new foaf context in Person example.
playground/playground-examples.js
--- a/playground/playground-examples.js	Mon Jun 16 23:58:33 2014 +0200
+++ b/playground/playground-examples.js	Wed Jun 18 14:30:21 2014 -0400
@@ -15,13 +15,7 @@
 
   // add the example of a Person
   playground.examples["Person"] = {
-    "@context": {
-      "name": "http://xmlns.com/foaf/0.1/name",
-      "homepage": {
-        "@id": "http://xmlns.com/foaf/0.1/homepage",
-        "@type": "@id"
-      }
-    },
+    "@context": "http://xmlns.com/foaf/context",
     "name": "Manu Sporny",
     "homepage": "http://manu.sporny.org/"
   };