[okfn-dev] JSON-LD (JSON for Linking Data)

elf Pavlik perpetual-tripper at wwelves.org
Sun Dec 4 11:31:51 UTC 2011


Howdy!

from: http://json-ld.org

"JSON-LD (JavaScript Object Notation for Linking Data) is a lightweight Linked Data format that gives your data context. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on the already successful JSON format and provides a way to help JSON data interoperate at Web-scale. If you are already familiar with JSON, writing JSON-LD is very easy. These properties make JSON-LD an ideal Linked Data interchange language for JavaScript environments, Web service, and unstructured databases such as CouchDB and MongoDB.

A simple example of a JSON object expressing Linked Data:

{ 
  "@context": "http://purl.org/jsonld/Person",
  "@subject": "http://dbpedia.org/resource/John_Lennon",
  "name": "John Lennon",
  "birthday": "10-09",
  "member": "http://dbpedia.org/resource/The_Beatles"
}"

related W3C Community Group: http://www.w3.org/community/json-ld/

sounds somehow exciting to me =)
~ elf Pavlik ~




More information about the okfn-labs mailing list