Skip to content

GH-202: Version Labels #203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,10 @@ <h3>RDF Version Announcement</h3>
Host: example.com
Accept: text/turtle; version=1.2
</pre>
<p>
Section <a href="#defined-version-labels" class="sectionRef"></a> defines <a>version labels</a>
to be used with the <code>version</code> parameter and in <a>concrete RDF syntax</a>.
</p>
</section>
</section>

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

<section id="defined-version-labels">
<h3>Version Labels</h3>
<p>
A <dfn>version label</dfn> is a string that identifies the syntax and semantics conformance
for the RDF data.
</p>
<table id="tab-version-labels" class="simple">
<caption>Version Labels</caption>
<thead>
<tr>
<th style="text-align: center">Version Label</th>
<th style="text-align: center">Syntax</th>
<th style="text-align: center">Semantics</th>
</tr>
</thead>
<tbody>
<tr>
<td>"1.2"</td>
<td>RDF 1.2 syntax</td>
<td><a href="https://www.w3.org/TR/rdf12-semantics/">RDF 1.2 Semantics</a></td>
</tr>
<tr>
<td>"1.2-basic"</td>
<td>RDF 1.2 syntax without triple terms</td>
<td><a href="https://www.w3.org/TR/rdf12-semantics/">RDF 1.2 Semantics</a></td>
</tr>
<tr>
<td>"1.1"</td>
<td>RDF 1.1 syntax except for use of a version directive</td>
<td><a href="https://www.w3.org/TR/rdf11-semantics/">RDF 1.1 Semantics</a></td>
</tr>
</tbody>
</table>
</section>

<section id="rdf-strings">
<h3>Strings in RDF</h3>

Expand Down
Loading