Skip to content

Commit d28d3de

Browse files
committed
Use @base in id-indexing example. Fixes #254.
1 parent 2959986 commit d28d3de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7450,7 +7450,10 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
74507450
"words": "schema:wordCount",
74517451
"post": {
74527452
"@id": "schema:blogPost",
7453-
****"@container": "@id"****
7453+
****"@container": "@id",
7454+
"@context": {
7455+
"@base": "http://content.com/posts/"
7456+
}****
74547457
}
74557458
},
74567459
"@id": "http://example.com/",

0 commit comments

Comments
 (0)