Skip to content

Commit fa8a035

Browse files
committed
Update term definition to allow IRIs and things that look like a keyword, other than '@context'.
1 parent 7590843 commit fa8a035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/latest/json-ld-syntax/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ <h3>The Context</h3>
560560
in an JSON document, to <tref>IRI</tref>s. A <tdef>term</tdef> is a short word that MAY be expanded to an
561561
<tref>IRI</tref>. A <tref>term</tref> MUST have the lexical form of <cite><a
562562
href="http://www.w3.org/TR/2009/REC-xml-names-20091208/#NT-NCName">NCName</a></cite> (see [[XML-NAMES]]),
563-
<tref>compact IRI</tref>, <tref>absolute IRI</tref>, or
563+
an '@' followed by an NCName (other than <code>@context</code>), <tref>compact IRI</tref>, <tref>absolute IRI</tref>, or
564564
be an empty string.</p>
565565
<p>The Web uses <tref title="IRI">IRIs</tref> for unambiguous identification. The
566566
idea is that these <tref>term</tref>s mean something that may be of use to other developers and that it is useful to

0 commit comments

Comments
 (0)