@@ -1334,7 +1334,7 @@ <h2>Specifying the Type</h2>
1334
1334
if a < a > node object</ a > contains the property < em > firstName</ em > , that the
1335
1335
type is a < em > Person</ em > ; making this explicit with < code > @type</ code > helps
1336
1336
to clarify the association.</ p >
1337
-
1337
+
1338
1338
< p > The type of a particular < a > node</ a > can be specified using the < code > @type</ code >
1339
1339
< a > keyword</ a > . In Linked Data, types are uniquely
1340
1340
identified with an < a > IRI</ a > .</ p >
@@ -3499,12 +3499,12 @@ <h3>Using the Document Base as the Default Vocabulary</h3>
3499
3499
</ aside >
3500
3500
3501
3501
< 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.
3503
3503
String values interpreted as < a > IRIs</ a > because of the associated < a > term definition</ a >
3504
3504
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 .
3508
3508
For more on this see < a class ="sectionRef " href ="#default-vocabulary "> </ a > </ p >
3509
3509
3510
3510
< p > A variation on the previous example using < code > "@type": "@id"</ code > instead
0 commit comments