diff --git a/spec/index.html b/spec/index.html index 0e5569c..abfb0f3 100644 --- a/spec/index.html +++ b/spec/index.html @@ -545,6 +545,10 @@
+ Section defines version labels
+ to be used with the version
parameter and in concrete RDF syntax.
+
Change "Classic Conformance" to "Basic Conformance" and define them as profiles.
++ A version label is a string that identifies the syntax and semantics conformance + for the RDF data. +
+Version Label | +Syntax | +Semantics | +
---|---|---|
"1.2" | +RDF 1.2 syntax | +RDF 1.2 Semantics | +
"1.2-basic" | +RDF 1.2 syntax without triple terms | +RDF 1.2 Semantics | +
"1.1" | +RDF 1.1 syntax except for use of a version directive | +RDF 1.1 Semantics | +