Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Gregg Kellogg <[email protected]>
  • Loading branch information
ioggstream and gkellogg committed Jul 1, 2022
1 parent 940d395 commit 5a41dd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ <h2>Introduction</h2>
<p>
Since YAML is more expressive than JSON,
both in the available data types and in the document structure
(see [[I-D.ietf-yaml-mediatypes]]),
(see [[I-D.ietf-httpapi-yaml-mediatypes]]),
this document identifies constraints on YAML documents
such that they can be used to represent JSON-LD documents.
</p>
Expand Down Expand Up @@ -308,7 +308,7 @@ <h2>Basic Concepts</h2>
JSON encoding is UTF-8.
</p>

<p>Example: the JSON-LD document below
<p data-format="markdown>Example: the JSON-LD document below
```
{
Expand Down Expand Up @@ -345,7 +345,7 @@ <h2>Basic Concepts</h2>
</p>
</section>
<section id="specifications" class="normative">
<h2>Specifications</h2>
<h2>Core Requirements</h2>

<p>
A YAML-LD document is a [[YAML]] document that can be interpreted as linked data.
Expand Down Expand Up @@ -373,7 +373,7 @@ <h2>Specifications</h2>
When interpreting the document as JSON-LD,
alias nodes MUST be resolved by value to their target nodes.
</p>
<p>
<p data-format="markdown>
Example: The following YAML-LD document
contains alias nodes for the {"@id": "country:ITA"} object;

Expand Down

0 comments on commit 5a41dd8

Please sign in to comment.