diff --git a/index.html b/index.html index 17c32479..1d07a201 100644 --- a/index.html +++ b/index.html @@ -678,52 +678,6 @@
These are used within this document as part of a compact IRI
as a shorthand for the resulting absolute IRI, such as dcterms:title
used to represent http://purl.org/dc/terms/title
.
JSON-LD mostly uses the JSON syntax [[RFC8259]] along with - various micro-syntaxes based on XML Schema datatypes [[XMLSCHEMA11-2]]. - However, it has become increasingly common to include JSON within - a script element - within an HTML document [[HTML]], - as described in . - As not all processors operate in an environment which can include HTML, - this specification describes various categories of JSON-LD processors.
- -A pure JSON Processor only requires the use of a
- JSON processor and is restricted to processing documents retrieved
- with a JSON content type (e.g., application/ld+json
or other JSON type).
A full Processor is capable of processing JSON-LD embedded in HTML, - in addition to the capabilities of a pure JSON Processor.
- -In addition to the normatively defined processor levels, an additional processor - level is defined for reference.
- -A event-based JSON Processor processes a stream of characters - expecting an event after each syntactic element is encountered. - Such processors are sensitive to the order of the members of JSON objects, - which can have a performance impact if the members of JSON objects are encountered in an unexpected order. - An event-based JSON Processor may process JSON-LD embedded in HTML.
- -An event-based JSON Processor
- may be sensitive to processing certain keywords in order, including
- @context
, @id
, and @type
.
This section describes features available to a full Processor.
+This section describes features available + with a documentLoader supporting HTML script extraction. + See Remote Document and Context Retrieval + for more information.
JSON-LD content can be easily embedded in HTML [[HTML]] by placing @@ -12734,7 +12691,7 @@
rdf:JSON
datatype.
application/ld+json;profile=http://www.w3.org/ns/json-ld#frame
.