Fixed type coercion rule for depiction in 'person' JSON-LD context.
authorManu Sporny <msporny@digitalbazaar.com>
Sun, 22 Jan 2012 09:53:55 -0500
changeset 351 af2637ea5bcc
parent 350 0b64476e7a18
child 352 c1193a8f5c72
Fixed type coercion rule for depiction in 'person' JSON-LD context.
contexts/person
--- a/contexts/person	Sun Jan 22 16:53:59 2012 +0800
+++ b/contexts/person	Sun Jan 22 09:53:55 2012 -0500
@@ -6,7 +6,11 @@
       "name": "http://xmlns.com/foaf/0.1/name",
       "nickname": "http://xmlns.com/foaf/0.1/nick",
       "affiliation": "http://schema.org/affiliation",
-      "depiction": "http://xmlns.com/foaf/0.1/depiction",
+      "depiction": 
+      {
+         "@id": "http://xmlns.com/foaf/0.1/depiction",
+         "@type": "@id"
+      },
       "born": 
       {
          "@id": "http://schema.org/birthDate",