File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,7 +165,18 @@ <h2>Introduction</h2>
165165 RDF Concepts and Abstract Syntax document
166166 [[RDF12-CONCEPTS]]. TriG is an extension of
167167 Turtle [[RDF12-TURTLE]], extended
168- to support representing a complete < a data-cite ="RDF12-CONCEPTS#dfn-rdf-dataset "> RDF dataset</ a > .
168+ to support representing a complete < a data-cite ="RDF12-CONCEPTS#dfn-rdf-dataset "> RDF dataset</ a > .</ p >
169+
170+ < p > This specification extends the original TriG syntax, as defined in [[[TRIG]]] [[TRIG]],
171+ to support the new features introduced by [[[RDF12-CONCEPTS]]] [[RDF12-CONCEPTS]].
172+ This extension is fully backward compatible:
173+ any document complying with the old version complies with the new version, and parses to the same graph.
174+ Furthermore, any document complying with the new version and containing only RDF 1.1 features is also compliant with the older version
175+ (with the exception of the `VERSION` directive; see < a href ="#sec-version "> </ a > ).
176+ Finally, none of the new syntactic constructs are valid in the old syntax.
177+ This means that any TriG document using RDF 1.2 features does not
178+ comply with the previous version of this specification and cannot be
179+ interpreted as a different graph under it.</ p >
169180</ section >
170181
171182< section id ="sec-trig-intro " class ="informative ">
You can’t perform that action at this time.
0 commit comments