Fixed type coercion rule for depiction in 'person' JSON-LD context.
--- 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",