From ffe77a2a47360a8e394a9e9ef36d461fc1fba5dd Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Wed, 8 Jan 2020 11:32:47 -0800 Subject: [PATCH] Consolodate duplicate How to read this document sections. For issue #92. --- index.html | 47 ++++++++++++++++------------------------------- 1 file changed, 16 insertions(+), 31 deletions(-) diff --git a/index.html b/index.html index 974ebde..f3f72a7 100644 --- a/index.html +++ b/index.html @@ -368,34 +368,6 @@

Introduction

they relate to "nest" into a particular tree structure that matches what their application expects.

-
-

How to Read this Document

- -

-This document is a detailed specification for a serialization of Linked -Data in JSON. The document is primarily intended for the following audiences: -

- - - -

-To understand the basics in this specification you must first be familiar with -JSON, which is detailed in [[RFC8259]]. You must also understand the -JSON-LD 1.1 Syntax specification [[JSON-LD11]], which is the base syntax used by all of the -algorithms in this document, -and the JSON-LD 1.1 API [[JSON-LD11-API]]. To understand the API and how it is -intended to operate in a programming environment, it is useful to have working -knowledge of the JavaScript programming language [[ECMASCRIPT]] and -WebIDL [[WEBIDL]]. To understand how JSON-LD maps to RDF, it is helpful to be -familiar with the basic RDF concepts [[RDF11-CONCEPTS]].

- -
-

How to Read this Document

@@ -403,18 +375,29 @@

How to Read this Document

Data in JSON. The document is primarily intended for the following audiences:

A companion document, the JSON-LD 1.1 specification [[JSON-LD11]], specifies the grammar of JSON-LD documents.

To understand the basics in this specification you must first be familiar with - JSON, which is detailed in [[RFC8259]].

+ JSON, which is detailed in [[RFC8259]]. + You must also understand the JSON-LD 1.1 Syntax specification [[JSON-LD11]], + which is the base syntax used by all of the algorithms in this document, + and the JSON-LD 1.1 API [[JSON-LD11-API]]. + To understand the API and how it is intended to operate in a programming environment, + it is useful to have working knowledge of + the JavaScript programming language [[ECMASCRIPT]] + and WebIDL [[WEBIDL]]. + To understand how JSON-LD maps to RDF, it is helpful to be + familiar with the basic RDF concepts [[RDF11-CONCEPTS]].

This document can highlight changes since the [[[JSON-LD10]]] version. Select to changes.

+
@@ -3062,6 +3045,8 @@

Changes since JSON-LD Community Group Final Report

Changes since Candidate Release of 12 December 2019

    +
  • Removed duplicate . + This is in response to Issue 92.