--- a/spec/latest/json-ld-api/index.html Thu Mar 28 14:04:15 2013 +0100
+++ b/spec/latest/json-ld-api/index.html Thu Mar 28 14:29:18 2013 +0100
@@ -102,14 +102,10 @@
<body>
<section id="abstract">
- <p>JSON [[!RFC4627]] has proven to be a highly useful object serialization and
- messaging format. JSON-LD [[!JSON-LD]] harmonizes the representation of
- Linked Data in JSON by outlining a common JSON representation format for
- expressing directed graphs, mixing both Linked Data and non-Linked Data in
- a single document. This document outlines an Application Programming
- Interface and a set of algorithms for programmatically transforming
- JSON-LD documents to make them easier to work with in programming
- environments like those that use JavaScript, Python, and Ruby.</p>
+ <p>This specification defines an Application Programming Interface (API)
+ and a set of algorithms for programmatic transformations of JSON-LD
+ documents. By expressing the data in a way that is specifically tailored
+ to a particular use case, the processing typically becomes much simpler.</p>
</section>
<section id="sotd">