Skip to content

Commit 7eb6097

Browse files
committed
it's => its fixes.
Fixes #221 and fixes #223.
1 parent d33b8ab commit 7eb6097

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

common/terms.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
and its keys are interpreted as <a>IRIs</a> representing
225225
the <code>@id</code> of the associated <a>node object</a>.
226226
If a value in the <a>id map</a> contains a key expanding to <code>@id</code>,
227-
it's value MUST be equivalent to the referencing key in the <a>id map</a>.</dd>
227+
its value MUST be equivalent to the referencing key in the <a>id map</a>.</dd>
228228
<dt><dfn data-cite="JSON-LD11#dfn-implicitly-named-graph">implicitly named graph</dfn></dt><dd>
229229
A <a>named graph</a> created from the value of a <a>map entry</a>
230230
having an <a>expanded term definition</a>
@@ -345,7 +345,7 @@
345345
representing the <code>@type</code> of the associated <a>node object</a>;
346346
the value MUST be a <a>node object</a>, or <a>array</a> of node objects.
347347
If the value contains a <a>term</a> expanding to <code>@type</code>,
348-
it's values are merged with the map value when expanding.</dd>
348+
its values are merged with the map value when expanding.</dd>
349349
<dt><dfn data-cite="JSON-LD11#dfn-typed-value" class="preserve">typed value</dfn></dt><dd>
350350
A <a>typed value</a> consists of a value,
351351
which is a <a>string</a>,

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2947,7 +2947,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
29472947

29482948
<p class="changed">In this case, the <em>property</em> term would not normally be usable as a prefix, both
29492949
because it is defined with an <a>expanded term definition</a>, and because
2950-
it's <code>@id</code> does not end in a
2950+
its <code>@id</code> does not end in a
29512951
<a data-cite="RFC3986#section-2.2">gen-delim</a> character. Adding
29522952
<code>"@prefix": true</code> allows it to be used as the prefix portion of
29532953
the <a>compact IRI</a> <em>property:One</em>.</p>
@@ -12056,7 +12056,7 @@ <h2>Id Maps</h2>
1205612056
or a <a>term</a> which expands to <code>@none</code>,
1205712057
and the values MUST be <a>node objects</a>.</p>
1205812058

12059-
<p>If the value contains a property expanding to <code>@id</code>, it's value MUST
12059+
<p>If the value contains a property expanding to <code>@id</code>, its value MUST
1206012060
be equivalent to the referencing key. Otherwise, the property from the value is used as
1206112061
the <code>@id</code> of the <a>node object</a> value when expanding.</p>
1206212062

@@ -12082,7 +12082,7 @@ <h2>Type Maps</h2>
1208212082
and the values MUST be <a>node objects</a>
1208312083
or <a>strings</a> which expand to <a>node objects</a>.</p>
1208412084

12085-
<p>If the value contains a property expanding to <code>@type</code>, and it's value
12085+
<p>If the value contains a property expanding to <code>@type</code>, and its value
1208612086
is contains the referencing key after suitable expansion of both the referencing key
1208712087
and the value, then the <a>node object</a> already contains the type. Otherwise, the property from the value is
1208812088
added as a <code>@type</code> of the <a>node object</a> value when expanding.</p>

0 commit comments

Comments
 (0)