We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cbe8c commit dbfd7c4Copy full SHA for dbfd7c4
index.html
@@ -4817,7 +4817,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
4817
4818
ex1:barney ex2:mnemonic "the sidekick" .
4819
4820
- ex1:fred ex2:knows, ex1:barney .
+ ex1:fred ex2:knows ex1:barney, ex1:barney .
4821
-->
4822
</pre>
4823
</aside>
@@ -5002,6 +5002,8 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
5002
{
5003
"@context": {
5004
####...####
5005
+ ****"@version": 1.1,****
5006
+ "@vocab": "http://example.com/",
5007
"@language": "ja",
5008
"details": {
5009
****"@context": {
0 commit comments