Use new foaf context in Person example.
--- 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/"
};