From 5c48aec99e26463ba8f9dcb3c6c51066050a6679 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Champin Date: Thu, 14 Feb 2019 11:27:02 +0100 Subject: [PATCH] misc typos - "an" that should be "a" - missing tag around `@graph` - missing "to" --- index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 991015b3..9601744f 100644 --- a/index.html +++ b/index.html @@ -995,7 +995,7 @@

IRIs

vocabulary mapping, and not the base IRI.

A string is interpreted as an IRI when it is the - value of an dictionary member with the key @id:

+ value of a dictionary member with the key @id:

@@ -1862,8 +1862,8 @@ 

Advanced Concepts

and flattened document form, and may be necessary when describing a disconnected graph, where nodes may not reference each other. In such cases, using - a top-level dictionary with a @graph property can be useful for saving - the repetition of @graph. See + a top-level dictionary with a @graph property can be useful for saving + the repetition of @graph. See for more.

In the example above, the label term has - been marked as an language map. The en and + been marked as a language map. The en and de keys are implicitly associated with their respective values by the JSON-LD Processor. This allows a developer to access the German version of the label using the @@ -7134,7 +7134,7 @@

Using the Document Base for the Default Vocabulary

In the example above, the affiliation term has - been marked as an type map. The schema:Corporation and + been marked as a type map. The schema:Corporation and schema:ProfessionalService keys will be interpreted as the @type property of the node object value.

@@ -9953,7 +9953,7 @@

Node Objects

on @index values.

If the node object contains the @nest key, - its value MUST be an dictionary or an array of dictionaries + its value MUST be a dictionary or an array of dictionaries which MUST NOT include a value object. See for further discussion on @nest values.

@@ -9978,7 +9978,7 @@

Node Objects

  • a language map,
  • an index map,
  • an id map, or
  • -
  • an type map
  • +
  • a type map