Skip to content

Commit 98ce846

Browse files
mspornyiherman
andcommitted
Minor grammar fixes to type-specific processing section.
Co-authored-by: Ivan Herman <[email protected]>
1 parent ecdc700 commit 98ce846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4395,7 +4395,7 @@ <h3>JSON-LD</h3>
43954395
<a href="https://www.w3.org/TR/ld-glossary/#linked-data">Linked Data</a>.
43964396
Linked Data is modeled using Resource Description Framework (RDF).
43974397
RDF [[?RDF11-CONCEPTS]] is a technology for modeling graphs of statements. Each statement is a
4398-
single <i>subject&#x2192;property&#x2192;value</i> (also known as
4398+
single <i>subjectpropertyvalue</i> (also known as
43994399
<i>entity→attribute→value</i>) relationship, which is referred to
44004400
as a <a>claim</a> in this specification. JSON-LD [[?JSON-LD11]] is a technology that enables
44014401
the expression of RDF using idiomatic JSON, enabling developers familiar with
@@ -4408,7 +4408,7 @@ <h3>JSON-LD</h3>
44084408
for more details.
44094409
</p>
44104410
<p>
4411-
Consequently, [[!JSON-LD11]] is useful when extending the data model described in this
4411+
[[!JSON-LD11]] is useful when extending the data model described in this
44124412
specification. Instances of the data model are encoded in JSON-LD compacted
44134413
form [[!JSON-LD11]] and include the `@context` [=property=]. The
44144414
<a href="https://www.w3.org/TR/json-ld/#the-context">JSON-LD context</a>

0 commit comments

Comments
 (0)