Skip to content

Commit 241761b

Browse files
committed
GH-202: Version Labels
1 parent 9639896 commit 241761b

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

spec/index.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,11 @@ <h3>RDF Version Announcement</h3>
545545
Host: example.com
546546
Accept: text/turtle; version=1.2
547547
</pre>
548+
<p>
549+
Defined <a>version labels</a> to be used with the <code>version</code> parameter
550+
and in <a>concrete RDF syntax</a> are given in the
551+
<a href="#defined-version-labels">section below</a>.
552+
</p>
548553
</section>
549554
</section>
550555

@@ -577,6 +582,41 @@ <h3>RDF Version Announcement</h3>
577582
<p class="issue" data-number="70">
578583
Change "Classic Conformance" to "Basic Conformance" and define them as profiles.</p>
579584

585+
<section id="defined-version-labels">
586+
<h3>Version Labels</h3>
587+
<p>
588+
A <dfn>version label</dfn> is a string that identifies the syntax and semantics conformance
589+
for the RDF data.
590+
</p>
591+
<table id="tab-version-labels" class="simple">
592+
<caption>Version Labels</caption>
593+
<thead>
594+
<tr>
595+
<th style="text-align: center">Version Label</th>
596+
<th style="text-align: center">Syntax</th>
597+
<th style="text-align: center">Semantics</th>
598+
</tr>
599+
</thead>
600+
<tbody>
601+
<tr>
602+
<td>"1.2"</td>
603+
<td>RDF 1.2 syntax</td>
604+
<td><a href="https://www.w3.org/TR/rdf12-semantics/">RDF 1.2 Semantics</a></td>
605+
</tr>
606+
<tr>
607+
<td>"1.2-basic"</td>
608+
<td>RDF 1.2 syntax without triple terms</td>
609+
<td><a href="https://www.w3.org/TR/rdf12-semantics/">RDF 1.2 Semantics</a></td>
610+
</tr>
611+
<tr>
612+
<td>"1.1"</td>
613+
<td>RDF 1.1 syntax except for use of a version directive</td>
614+
<td><a href="https://www.w3.org/TR/rdf11-semantics/">RDF 1.1 Semantics</a></td>
615+
</tr>
616+
</tbody>
617+
</table>
618+
</section>
619+
580620
<section id="rdf-strings">
581621
<h3>Strings in RDF</h3>
582622

0 commit comments

Comments
 (0)