Skip to content

Commit 093d5fa

Browse files
authored
Merge pull request #53 from w3c/version-considertions
Clarify backward compatibility
2 parents e4e5faa + 21f3922 commit 093d5fa

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

spec/index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)