diff --git a/spec/latest/common/common.js b/spec/latest/common/common.js index 5d054240a..ddc2c8d22 100644 --- a/spec/latest/common/common.js +++ b/spec/latest/common/common.js @@ -173,7 +173,7 @@ function updateExample(doc, content) { // perform transformations to make it render and prettier content = unComment(doc, content); content = _esc(content); - content = content.replace(/\*\*\*\*([^*]*)\*\*\*\*/g, '$1'); + content = content.replace(/\*\*\*\*([^*]*)\*\*\*\*/g, '$1'); content = content.replace(/####([^#]*)####/g, '$1'); return content ; } diff --git a/spec/latest/common/terms.html b/spec/latest/common/terms.html index 0d1e9a3e3..f52c9e912 100644 --- a/spec/latest/common/terms.html +++ b/spec/latest/common/terms.html @@ -4,7 +4,7 @@

General Terminology

This document uses the following terms as defined in JSON [[!RFC7159]]. Refer to the JSON Grammar section in [[!RFC7159]] for formal definitions.

-
+
array
In the JSON serialization, an array structure is represented as square brackets surrounding zero or more values. Values are separated by commas. @@ -59,7 +59,7 @@

General Terminology

Furthermore, the following terminology is used throughout this document:

-
+
absolute IRI
An absolute IRI is defined in [[!RFC3987]] containing a scheme along with a path and optional query and fragment segments.
@@ -94,7 +94,9 @@

General Terminology

if a named graph is not specified.
default language
The default language is set in the context using the @language key whose - value MUST be a string representing a [[!BCP47]] language code or null.
+ value MUST be a string representing a [[!BCP47]] language code or null. + From Issue 480 + the language tag @none represents no language.
default object
A default object is a JSON object that has a @default member.
edge
@@ -122,6 +124,16 @@

General Terminology

of the associated node object; value MUST be a node object. If the value contains a property expanding to @id, it's value MUST be equivalent to the referencing key.
+
graph object
+ A graph object represents a named graph represented as the + value of a property within a node object. When expanded, a + graph object MUST have an @graph member, and may also have + @context, @id, and @index members. + A simple graph object is a + graph object which does not have an @id member. Note + that node objects may have a @graph member, but are + not considered graph objects if they include any other properties. + A top-level object consisting of @graph is also not a graph object.
index map
An index map is a JSON object value of a term defined with @container set to @index, whose values MUST be any of the following types: @@ -186,7 +198,10 @@

General Terminology

A context that is specified within a JSON object, specified via the @context keyword.
named graph
- A named graph is a linked data graph that is identified by an IRI or blank node + A named graph is a linked data graph that is identified by an IRI or blank node.
+
implicitly named graph
+ A named graph created from the value of a property having an + expanded term definition where @container is set to @graph.
nested property
A nested property is a property which is contained within an object referenced by a semantically meaningless nesting property. @@ -283,7 +298,7 @@

Algorithm Terms

The Following terms are used within specific algorithms.

-
+
active context
A context that is used to resolve terms while the processing algorithm is running.
diff --git a/spec/latest/json-ld-api/index.html b/spec/latest/json-ld-api/index.html index bc220fa52..4455bb69f 100644 --- a/spec/latest/json-ld-api/index.html +++ b/spec/latest/json-ld-api/index.html @@ -89,7 +89,7 @@ //]]>