Skip to content

Commit fd98fc3

Browse files
Clean up language in issue w3c#56 example
1 parent 28df8b5 commit fd98fc3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ <h2>Specifying the Type</h2>
13341334
if a <a>node object</a> contains the property <em>firstName</em>, that the
13351335
type is a <em>Person</em>; making this explicit with <code>@type</code> helps
13361336
to clarify the association.</p>
1337-
1337+
13381338
<p>The type of a particular <a>node</a> can be specified using the <code>@type</code>
13391339
<a>keyword</a>. In Linked Data, types are uniquely
13401340
identified with an <a>IRI</a>.</p>
@@ -3499,12 +3499,12 @@ <h3>Using the Document Base as the Default Vocabulary</h3>
34993499
</aside>
35003500

35013501
<p>The unexpected result is that "barney" expands to both <code>http://example1.com/barney</code>
3502-
and <code>http://example2.com/barney</code> depending on where it is encountered.
3502+
and <code>http://example2.com/barney</code>, depending where it is encountered.
35033503
String values interpreted as <a>IRIs</a> because of the associated <a>term definition</a>
35043504
are typically considered to be document-relative.
3505-
In some cases, it makes sense that there be interpreted relative to the vocabulary,
3506-
in which case <code>"@type": "@vocab"</code> used in a <a>term definition</a>,
3507-
but this can lead to such unexpected consequences.
3505+
In some cases, it makes sense to interpret these relative to the vocabulary,
3506+
prescribed using <code>"@type": "@vocab"</code> in the <a>term definition</a>, though this can
3507+
lead to unexpected consequences such as these.
35083508
For more on this see <a class="sectionRef" href="#default-vocabulary"></a></p>
35093509

35103510
<p>A variation on the previous example using <code>"@type": "@id"</code> instead

0 commit comments

Comments
 (0)