Fix typo in example.
authorDave Longley <dlongley@digitalbazaar.com>
Mon, 30 Apr 2012 19:53:03 -0400
changeset 602 b66297ac37b5
parent 601 a7bb95568774
child 603 9076a74cac17
Fix typo in example.
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Mon Apr 30 16:58:42 2012 -0400
+++ b/spec/latest/json-ld-syntax/index.html	Mon Apr 30 19:53:03 2012 -0400
@@ -1961,13 +1961,13 @@
         "@id": "http://manu.sporny.org/i/public",
         "@type": "foaf:Person",
         "name": "Manu Sporny",
-        "knows" "http://greggkellogg.net/foaf#me"
+        "knows": "http://greggkellogg.net/foaf#me"
       },
       {
         "@id": "http://greggkellogg.net/foaf#me",
         "@type": "foaf:Person",
         "name": "Gregg Kellogg",
-        "knows" "http://manu.sporny.org/i/public"
+        "knows": "http://manu.sporny.org/i/public"
       }
     ]
   }
@@ -1988,14 +1988,14 @@
       "@id": "http://manu.sporny.org/i/public",
       "@type": "foaf:Person",
       "name": "Manu Sporny",
-      "knows" "http://greggkellogg.net/foaf#me"
+      "knows": "http://greggkellogg.net/foaf#me"
     },
     {
       ****"@context": ...,****
       "@id": "http://greggkellogg.net/foaf#me",
       "@type": "foaf:Person",
       "name": "Gregg Kellogg",
-      "knows" "http://manu.sporny.org/i/public"
+      "knows": "http://manu.sporny.org/i/public"
     }
   ****]****
   -->
@@ -2023,13 +2023,13 @@
         "@id": "http://manu.sporny.org/i/public",
         "@type": "foaf:Person",
         "name": "Manu Sporny",
-        "knows" "http://greggkellogg.net/foaf#me"
+        "knows": "http://greggkellogg.net/foaf#me"
       },
       {
         "@id": "http://greggkellogg.net/foaf#me",
         "@type": "foaf:Person",
         "name": "Gregg Kellogg",
-        "knows" "http://manu.sporny.org/i/public"
+        "knows": "http://manu.sporny.org/i/public"
       },
       "http://www.markus-lanthaler.com/"
     ]