-
Notifications
You must be signed in to change notification settings - Fork 7
Update language around version similar to recent changes in N-Triples. #104
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
Conversation
| and terminated by <a href="#cp-full-stop"><code title="full stop">.</code></a> after the object.</p> | ||
| <p>The simplest triple statement is a sequence of | ||
| (<a data-cite="RDF12-CONCEPTS#dfn-subject">subject</a>, | ||
| <a data-cite="RDF12-CONCEPTS#dfn-predicate">predicate</a>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <a data-cite="RDF12-CONCEPTS#dfn-predicate">predicate</a>, | |
| <a data-cite="RDF12-CONCEPTS#dfn-predicate">predicate</a>, and |
| forming an <a data-cite="RDF12-CONCEPTS#dfn-rdf-triple">RDF triple</a> | ||
| and terminated by <a href="#cp-full-stop"><code title="full stop">.</code></a>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| forming an <a data-cite="RDF12-CONCEPTS#dfn-rdf-triple">RDF triple</a> | |
| and terminated by <a href="#cp-full-stop"><code title="full stop">.</code></a>. | |
| forming an <a data-cite="RDF12-CONCEPTS#dfn-rdf-triple">RDF triple</a>, | |
| terminated by a full stop (<a href="#cp-full-stop"><code title="full stop">.</code></a>). |
| <a data-cite="RDF12-CONCEPTS#dfn-object">object</a>) terms, | ||
| forming an <a data-cite="RDF12-CONCEPTS#dfn-rdf-triple">RDF triple</a> | ||
| and terminated by <a href="#cp-full-stop"><code title="full stop">.</code></a>. | ||
| White space (<a href="#cp-space"><code title="space">spaces</code></a>, and/or <a href="#cp-tab"><code title="horizontal tab">tabs</code></a>) may surround terms, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"White space" includes CR and LF in Turtle, doesn't it?
Fixes #99.
Preview | Diff