-
Notifications
You must be signed in to change notification settings - Fork 9
Upwards compatibility of versions #261
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -791,9 +791,22 @@ <h3>Version Labels</h3> | |
| </tbody> | ||
| </table> | ||
|
|
||
| <p>For serializations supporting in-line version announcement, | ||
| <p> | ||
| Data conforming to version "1.1" is valid as data with version "1.2-basic", | ||
| and data conforming to version "1.2-basic" is valid as data with version "1.2". | ||
| Data conforming to version "1.1" has the same semantics | ||
| under [[[RDF11-MT]]] and under [[[RDF12-SEMANTICS]]]. | ||
| </p> | ||
|
|
||
| <p> | ||
| See [[[RDF-INTEROP]]] for details of encoding "1.2" as "1.2-basic". | ||
| </p> | ||
|
|
||
| <p> | ||
| For serializations supporting in-line version announcement, | ||
| the version announcement SHOULD be made early in the document | ||
| and certainly before serializing any feature depending on that version.</p> | ||
| and certainly before serializing any feature depending on that version. | ||
| </p> | ||
|
|
||
| <section id="server-considerations" class="informative"> | ||
| <h4>Server Considerations</h4> | ||
|
|
@@ -802,7 +815,7 @@ <h4>Server Considerations</h4> | |
|
|
||
| <ol> | ||
| <li>Eliminate <a>triple terms</a> by using an algorithm such | ||
| as <i>basic encoding</i> as defined in [[RDF-INTEROP]] (downgrading from version "1.2" to "1.2-basic"). | ||
| as <i>basic encoding</i> as defined in [[[RDF-INTEROP]]] (downgrading from version "1.2" to "1.2-basic"). | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @pchampin - change to appearance here.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @pchampin - non-blocking aside: I could not find
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| </li> | ||
| <li>Replace <a>directional language-tagged strings</a> | ||
| by <a>literals</a> with a <a>datatype IRI</a> that | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.