Update README to match the example on the homepage
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Mon, 30 Jul 2012 10:37:26 +0200
changeset 787 a52e76a84fb5
parent 786 6f2316fa5fa6
child 788 55944d3cbc00
Update README to match the example on the homepage
README.rst
--- a/README.rst	Mon Jul 30 10:26:27 2012 +0200
+++ b/README.rst	Mon Jul 30 10:37:26 2012 +0200
@@ -20,11 +20,11 @@
 A simple example of a JSON object with added semantics::
 
  {
-   "@context": "http://purl.org/jsonld/Person",
+   "@context": "http://json-ld.org/contexts/person.jsonld",
    "@id": "http://dbpedia.org/resource/John_Lennon",
    "name": "John Lennon",
-   "birthday": "10-09",
-   "member": "http://dbpedia.org/resource/The_Beatles"
+   "born": "1940-10-09",
+   "spouse": "http://dbpedia.org/resource/Cynthia_Lennon"
  }
 
 The example above describes a person whose name is John Lennon. The difference
@@ -50,4 +50,4 @@
 
 http://json-ld.org/spec/
 
-.. _list of users: https://github.com/json-ld/json-ld.org/wiki/Users-of-JSON-LD
\ No newline at end of file
+.. _list of users: https://github.com/json-ld/json-ld.org/wiki/Users-of-JSON-LD