@@ -545,6 +545,11 @@ <h3>RDF Version Announcement</h3>
545
545
Host: example.com
546
546
Accept: text/turtle; version=1.2
547
547
</ 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 >
548
553
</ section >
549
554
</ section >
550
555
@@ -577,6 +582,41 @@ <h3>RDF Version Announcement</h3>
577
582
< p class ="issue " data-number ="70 ">
578
583
Change "Classic Conformance" to "Basic Conformance" and define them as profiles.</ p >
579
584
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
+
580
620
< section id ="rdf-strings ">
581
621
< h3 > Strings in RDF</ h3 >
582
622
0 commit comments