update
authorGuus Schreiber <guus.schreiber@vu.nl>
Sun, 22 Dec 2013 18:07:18 +0100
changeset 1672 fa339f309ee2
parent 1671 448bdd0fe904
child 1674 a8102d4888c9
update
PR-drafts/PER-rdf-syntax-grammar-20140109/diff.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PR-drafts/PER-rdf-syntax-grammar-20140109/diff.html	Sun Dec 22 18:07:18 2013 +0100
@@ -0,0 +1,22671 @@
+<html lang="en" typeof="bibo:Document w3p:PER" about="" property="dcterms:language" content="en" prefix="bibo: http://purl.org/ontology/bibo/ w3p: http://www.w3.org/2001/02pd/rec54#" xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
+<title>RDF 1.1 XML Syntax</title>
+
+<style type="text/css">
+/*<![CDATA[*/
+     figure { width: 76% ;  text-align: center}
+     .figure { font-weight: bold; text-align: center; }
+     table.xsd-types td, table.xsd-types th { border: 1px solid #ddd; padding: 0.1em 0.5em; }
+/*]]>*/
+</style>
+
+<style type="text/css">
+/*<![CDATA[*/
+/*****************************************************************
+ * ReSpec 3 CSS
+ * Robin Berjon - http://berjon.com/
+ *****************************************************************/
+
+/* --- INLINES --- */
+em.rfc2119 { 
+    text-transform:     lowercase;
+    font-variant:       small-caps;
+    font-style:         normal;
+    color:              #900;
+}
+
+h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym,
+h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr {
+    border: none;
+}
+
+dfn {
+    font-weight:    bold;
+}
+
+a.internalDFN {
+    color:  inherit;
+    border-bottom:  1px solid #99c;
+    text-decoration:    none;
+}
+
+a.externalDFN {
+    color:  inherit;
+    border-bottom:  1px dotted #ccc;
+    text-decoration:    none;
+}
+
+a.bibref {
+    text-decoration:    none;
+}
+
+cite .bibref {
+    font-style: normal;
+}
+
+code {
+    color:  #ff4500;
+}
+
+/* --- TOC --- */
+.toc a, .tof a {
+    text-decoration:    none;
+}
+
+a .secno, a .figno {
+    color:  #000;
+}
+
+ul.tof, ol.tof {
+    list-style: none outside none;
+}
+
+.caption {
+    margin-top: 0.5em;
+    font-style:   italic;
+}
+
+/* --- TABLE --- */
+table.simple {
+    border-spacing: 0;
+    border-collapse:    collapse;
+    border-bottom:  3px solid #005a9c;
+}
+
+.simple th {
+    background: #005a9c;
+    color:  #fff;
+    padding:    3px 5px;
+    text-align: left;
+}
+
+.simple th[scope="row"] {
+    background: inherit;
+    color:  inherit;
+    border-top: 1px solid #ddd;
+}
+
+.simple td {
+    padding:    3px 10px;
+    border-top: 1px solid #ddd;
+}
+
+.simple tr:nth-child(even) {
+    background: #f0f6ff;
+}
+
+/* --- DL --- */
+.section dd > p:first-child {
+    margin-top: 0;
+}
+
+.section dd > p:last-child {
+    margin-bottom: 0;
+}
+
+.section dd {
+    margin-bottom:  1em;
+}
+
+.section dl.attrs dd, .section dl.eldef dd {
+    margin-bottom:  0;
+}
+/*]]>*/
+</style>
+
+<style type="text/css">
+/*<![CDATA[*/
+/* --- EXAMPLES --- */
+div.example-title {
+    min-width: 7.5em;
+    color: #b9ab2d;
+}
+div.example-title span {
+    text-transform: uppercase;   
+}
+aside.example, div.example, div.illegal-example {
+    padding: 0.5em;
+    margin: 1em 0;
+    position: relative;
+    clear: both;
+}
+div.illegal-example { color: red }
+div.illegal-example p { color: black }
+aside.example, div.example {
+    padding: .5em;
+    border-left-width: .5em;
+    border-left-style: solid;
+    border-color: #e0cb52;
+    background: #fcfaee;    
+}
+
+aside.example div.example {
+    border-left-width: .1em;
+    border-color: #999;
+    background: #fff;
+}
+aside.example div.example div.example-title {
+    color: #999;
+}
+/*]]>*/
+</style>
+
+<style type="text/css">
+/*<![CDATA[*/
+/* --- ISSUES/NOTES --- */
+div.issue-title, div.note-title {
+    padding-right:  1em;
+    min-width: 7.5em;
+    color: #b9ab2d;
+}
+div.issue-title { color: #e05252; }
+div.note-title { color: #2b2; }
+div.issue-title span, div.note-title span {
+    text-transform: uppercase;
+}
+div.note, div.issue {
+    margin-top: 1em;
+    margin-bottom: 1em;
+}
+.note > p:first-child, .issue > p:first-child { margin-top: 0 }
+.issue, .note {
+    padding: .5em;
+    border-left-width: .5em;
+    border-left-style: solid;
+}
+div.issue, div.note {
+    padding: 1em 1.2em 0.5em;
+    margin: 1em 0;
+    position: relative;
+    clear: both;
+}
+span.note, span.issue { padding: .1em .5em .15em; }
+
+.issue {
+    border-color: #e05252;
+    background: #fbe9e9;
+}
+.note {
+    border-color: #52e052;
+    background: #e9fbe9;
+}
+
+
+/*]]>*/
+</style>
+<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-PER" type="text/css" /><!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]-->
+<style type='text/css'>
+.diff-old-a {
+  font-size: smaller;
+  color: red;
+}
+
+.diff-new { background-color: yellow; }
+.diff-chg { background-color: lime; }
+.diff-new:before,
+.diff-new:after
+    { content: "\2191" }
+.diff-chg:before, .diff-chg:after
+    { content: "\2195" }
+.diff-old { text-decoration: line-through; background-color: #FBB; }
+.diff-old:before,
+.diff-old:after
+    { content: "\2193" }
+:focus { border: thin red solid}
+</style>
+</head>
+<body class="h-entry" role="document" id="respecDocument">
+<div class="head" role="contentinfo" id="respecHeader">
+<p>
+<a href="http://www.w3.org/">
+<img width="72" height="48" alt="W3C" src="https://www.w3.org/Icons/w3c_home" />
+</a>
+<del class="diff-old">RDF/XML
+</del>
+</p>
+<h1 property="dcterms:title" id="title" class="title p-name">
+<ins class="diff-chg">RDF
+1.1
+XML
+</ins>
+Syntax
+<del class="diff-old">Specification
+(Revised)
+</del>
+</h1>
+<h2 content="2014-01-08T23:00:00.000Z" datatype="xsd:dateTime" property="dcterms:issued" id="w3c-proposed-edited-recommendation-09-january-2014">
+<abbr title="World Wide Web Consortium">
+W3C
+</abbr>
+<ins class="diff-new">Proposed
+Edited
+</ins>
+Recommendation
+<del class="diff-old">10
+February
+2004
+</del>
+<time datetime="2014-01-09" class="dt-published">
+<ins class="diff-chg">09
+January
+2014
+</ins></time>
+</h2>
+<dl>
+<dt>
+This
+version:
+</dt>
+<dd>
+<del class="diff-old">http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/
+</del>
+<a href="http://www.w3.org/TR/2014/PER-rdf-syntax-grammar-20140109/" class="u-url">
+<ins class="diff-chg">http://www.w3.org/TR/2014/PER-rdf-syntax-grammar-20140109/
+</ins>
+</a>
+</dd>
+<dt>
+Latest
+<ins class="diff-new">published
+</ins>
+version:
+</dt>
+<dd>
+<a href="http://www.w3.org/TR/rdf-syntax-grammar/">
+http://www.w3.org/TR/rdf-syntax-grammar/
+</a>
+</dd>
+<dt>
+<del class="diff-old">Previous
+version:
+</del>
+<ins class="diff-chg">Latest
+editor's
+draft:
+</ins>
+</dt>
+<dd>
+<del class="diff-old">http://www.w3.org/TR/2003/PR-rdf-syntax-grammar-20031215/
+</del>
+<a href="http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-xml/index.html">
+<ins class="diff-chg">http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-xml/index.html
+</ins>
+</a>
+</dd>
+<dt>
+<del class="diff-old">Editor:
+</del>
+<ins class="diff-chg">Previous
+version:
+</ins>
+</dt>
+<dd>
+<del class="diff-old">Dave
+Beckett
+</del>
+<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/" rel="dcterms:replaces">
+<ins class="diff-chg">http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/
+</ins>
+</a>
+<del class="diff-old">(University
+of
+Bristol)
+</del>
+</dd>
+<dt>
+<del class="diff-old">Series
+editor:
+</del>
+<ins class="diff-chg">Editors:
+</ins>
+</dt>
+<dd inlist="" rel="bibo:editor" class="p-author h-card vcard">
+<del class="diff-old">Brian
+McBride
+</del>
+<span typeof="foaf:Person">
+<a href="http://fabien.info/" content="Fabien Gandon" property="foaf:name" rel="foaf:homepage" class="u-url url p-name fn">
+<ins class="diff-chg">Fabien
+Gandon
+</ins></a>,<a href="http://www.inria.fr" class="p-org org h-org h-card" rel="foaf:workplaceHomepage"><ins class="diff-chg">
+INRIA
+</ins>
+</a>
+<del class="diff-old">(Hewlett
+Packard
+Labs)
+</del>
+</span>
+</dd>
+<del class="diff-old">Please
+refer
+to
+the
+</del>
+<dd inlist="" rel="bibo:editor" class="p-author h-card vcard">
+<del class="diff-old">errata
+</del>
+<span typeof="foaf:Person">
+<a href="http://www.cs.vu.nl/~guus/" content="Guus Schreiber" property="foaf:name" rel="foaf:homepage" class="u-url url p-name fn">
+<ins class="diff-new">Guus
+Schreiber
+</ins></a>,<a href="http://www.vu.nl" class="p-org org h-org h-card" rel="foaf:workplaceHomepage"><ins class="diff-new">
+VU
+University
+Amsterdam
+</ins>
+</a>
+<del class="diff-old">for
+this
+document,
+which
+may
+include
+some
+normative
+corrections.
+</del>
+</span>
+</dd>
+<dt>
+<ins class="diff-chg">Previous
+Editors:
+</ins></dt><dd><ins class="diff-chg">
+Dave
+Beckett
+</ins></dd></dl>
+<p>
+<del class="diff-old">See
+</del>
+<ins class="diff-chg">This
+document
+is
+</ins>
+also
+<del class="diff-old">translations
+.
+</del>
+<ins class="diff-chg">available
+in
+this
+non-normative
+format:
+</ins><a href="diff.html" rel="alternate"><ins class="diff-chg">
+diff
+w.r.t.
+2004
+Recommendation
+</ins></a>
+</p>
+<p class="copyright">
+<a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">
+Copyright
+</a>
+<del class="diff-old">&#xa9;
+2004
+</del>
+<ins class="diff-chg">©
+2004-2014
+</ins>
+<a href="http://www.w3.org/">
+<abbr title="World Wide Web Consortium">
+W3C
+</abbr>
+</a>
+<sup>
+<del class="diff-old">&#xae;
+</del>
+<ins class="diff-chg">®
+</ins>
+</sup>
+(
+<a href="http://www.csail.mit.edu/">
+<abbr title="Massachusetts Institute of Technology">
+MIT
+</abbr>
+</a>,
+<a href="http://www.ercim.eu/">
+<abbr title="European Research Consortium for Informatics and Mathematics">
+ERCIM
+</abbr>
+</a>,
+<a href="http://www.keio.ac.jp/">
+Keio
+</a>,
+<a href="http://ev.buaa.edu.cn/">
+<ins class="diff-new">Beihang
+</ins>
+</a>
+),
+All
+Rights
+Reserved.
+<abbr title="World Wide Web Consortium">
+W3C
+</abbr>
+<a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">
+liability
+</a>,
+<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">
+trademark
+<del class="diff-old">,
+</del>
+</a>
+<ins class="diff-chg">and
+</ins>
+<a href="http://www.w3.org/Consortium/Legal/copyright-documents">
+document
+use
+</a>
+<del class="diff-old">and
+software
+licensing
+</del>
+rules
+apply.
+</p>
+<hr />
+</div>
+<section id="abstract" class="introductory" property="dcterms:abstract" datatype="" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h2 aria-level="1" role="heading" id="h2_abstract">
+Abstract
+</h2>
+<p>
+The
+Resource
+Description
+Framework
+<del class="diff-old">(
+RDF
+)
+</del>
+<ins class="diff-chg">(RDF)
+</ins>
+is
+a
+general-purpose
+language
+for
+representing
+information
+in
+the
+Web.
+</p>
+<p>
+This
+document
+defines
+an
+XML
+syntax
+for
+RDF
+called
+RDF/XML
+in
+terms
+of
+Namespaces
+in
+<del class="diff-old">XML
+,
+</del>
+<ins class="diff-chg">XML,
+</ins>
+the
+XML
+Information
+Set
+and
+XML
+<del class="diff-old">Base
+.
+The
+formal
+grammar
+for
+the
+syntax
+is
+annotated
+with
+actions
+generating
+triples
+of
+the
+RDF
+graph
+as
+defined
+in
+RDF
+Concepts
+and
+Abstract
+Syntax
+.
+The
+triples
+are
+written
+using
+the
+N-Triples
+RDF
+graph
+serializing
+format
+which
+enables
+more
+precise
+recording
+of
+the
+mapping
+in
+a
+machine
+processable
+form.
+The
+mappings
+are
+recorded
+as
+tests
+cases,
+gathered
+and
+published
+in
+RDF
+Test
+Cases
+.
+</del>
+<ins class="diff-chg">Base.
+</ins>
+</p>
+</section>
+<section class="introductory" id="sotd" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h2 aria-level="1" role="heading" id="h2_sotd">
+Status
+of
+<del class="diff-old">this
+</del>
+<ins class="diff-chg">This
+</ins>
+Document
+</h2>
+<p>
+<em>
+This
+<ins class="diff-new">section
+describes
+the
+status
+of
+this
+</ins>
+document
+<del class="diff-old">has
+been
+reviewed
+by
+W3C
+Members
+and
+other
+interested
+parties,
+and
+it
+has
+been
+endorsed
+by
+</del>
+<ins class="diff-chg">at
+</ins>
+the
+<del class="diff-old">Director
+as
+a
+</del>
+<ins class="diff-chg">time
+of
+its
+publication.
+Other
+documents
+may
+supersede
+this
+document.
+A
+list
+of
+current
+</ins><abbr title="World Wide Web Consortium">
+W3C
+<del class="diff-old">Recommendation
+.
+W3C's
+role
+in
+making
+the
+Recommendation
+is
+to
+draw
+attention
+to
+the
+specification
+</del>
+</abbr>
+<ins class="diff-chg">publications
+</ins>
+and
+<del class="diff-old">to
+promote
+its
+widespread
+deployment.
+This
+enhances
+</del>
+the
+<del class="diff-old">functionality
+and
+interoperability
+</del>
+<ins class="diff-chg">latest
+revision
+</ins>
+of
+<ins class="diff-new">this
+technical
+report
+can
+be
+found
+in
+</ins>
+the
+<del class="diff-old">Web.
+</del>
+<a href="http://www.w3.org/TR/">
+<abbr title="World Wide Web Consortium">
+<ins class="diff-chg">W3C
+</ins></abbr><ins class="diff-chg">
+technical
+reports
+index
+</ins></a><ins class="diff-chg">
+at
+http://www.w3.org/TR/.
+</ins></em>
+</p>
+<p>
+This
+<del class="diff-old">is
+one
+</del>
+document
+<del class="diff-old">in
+a
+set
+</del>
+<ins class="diff-chg">is
+an
+edited
+version
+</ins>
+of
+<del class="diff-old">six
+(
+Primer
+,
+Concepts
+,
+Syntax
+,
+Semantics
+,
+Vocabulary
+,
+and
+Test
+Cases
+)
+intended
+to
+jointly
+replace
+</del>
+the
+<del class="diff-old">original
+Resource
+Description
+Framework
+specifications,
+</del>
+<ins class="diff-chg">2004
+</ins>
+RDF
+<del class="diff-old">Model
+and
+</del>
+<ins class="diff-chg">XML
+</ins>
+Syntax
+<del class="diff-old">(1999
+Recommendation)
+and
+RDF
+Schema
+(2000
+Candidate
+Recommendation)
+.
+It
+has
+been
+developed
+by
+the
+RDF
+Core
+Working
+Group
+</del>
+<ins class="diff-chg">Specification
+Recommendation.
+The
+purpose
+of
+this
+revision
+is
+to
+make
+this
+document
+available
+</ins>
+as
+part
+of
+the
+<del class="diff-old">W3C
+Semantic
+Web
+Activity
+(
+Activity
+Statement
+,
+Group
+Charter
+)
+for
+publication
+on
+10
+February
+2004.
+</del>
+<ins class="diff-chg">RDF
+1.1
+document
+set.
+</ins>
+Changes
+<ins class="diff-new">are
+limited
+</ins>
+to
+<del class="diff-old">this
+</del>
+<ins class="diff-chg">revised
+references,
+terminology
+updates,
+and
+adaptations
+to
+the
+introduction.
+The
+technical
+content
+of
+the
+</ins>
+document
+<del class="diff-old">since
+</del>
+<ins class="diff-chg">is
+unchanged.
+Details
+of
+</ins>
+the
+<del class="diff-old">Proposed
+Recommendation
+Working
+Draft
+</del>
+<ins class="diff-chg">changes
+</ins>
+are
+<del class="diff-old">detailed
+</del>
+<ins class="diff-chg">listed
+</ins>
+in
+the
+<del class="diff-old">change
+log
+.
+</del>
+<a href="#changes-rdf11">
+<ins class="diff-chg">Changes
+</ins></a><ins class="diff-chg">
+section.
+</ins>
+</p>
+<p>
+The
+<del class="diff-old">public
+is
+</del>
+<abbr title="World Wide Web Consortium">
+<ins class="diff-chg">W3C
+</ins></abbr><ins class="diff-chg">
+Membership
+and
+other
+interested
+parties
+are
+</ins>
+invited
+to
+<ins class="diff-new">review
+the
+document
+and
+</ins>
+send
+comments
+to
+<del class="diff-old">www-rdf-comments@w3.org
+</del>
+<a rel="discussion" href="mailto:public-rdf-comments@w3.org">
+<ins class="diff-chg">public-rdf-comments@w3.org
+</ins>
+</a>
+(
+<del class="diff-old">archive
+</del>
+<a href="mailto:public-rdf-comments-request@w3.org?subject=subscribe">
+<ins class="diff-chg">subscribe
+</ins></a>,<a href="http://lists.w3.org/Archives/Public/public-rdf-comments/"><ins class="diff-chg">
+archives
+</ins>
+</a>
+)
+<del class="diff-old">and
+</del>
+<ins class="diff-chg">through
+09
+February
+2014.
+Advisory
+Committee
+Representatives
+should
+consult
+their
+</ins><a href="https://www.w3.org/2002/09/wbs/myQuestionnaires"><ins class="diff-chg">
+WBS
+questionnaires
+</ins></a>.</p><p><ins class="diff-chg">
+This
+document
+was
+published
+by
+the
+</ins><a href="http://www.w3.org/2011/rdf-wg/"><ins class="diff-chg">
+RDF
+Working
+Group
+</ins></a><ins class="diff-chg">
+as
+a
+Proposed
+Edited
+Recommendation.
+This
+document
+is
+intended
+</ins>
+to
+<del class="diff-old">participate
+in
+general
+discussion
+of
+related
+technology
+on
+www-rdf-interest@w3.org
+</del>
+<ins class="diff-chg">become
+a
+</ins><abbr title="World Wide Web Consortium"><ins class="diff-chg">
+W3C
+</ins></abbr><ins class="diff-chg">
+Recommendation.
+If
+you
+wish
+to
+make
+comments
+regarding
+this
+document,
+please
+send
+them
+to
+</ins><a href="mailto:public-rdf-comments@w3.org"><ins class="diff-chg">
+public-rdf-comments@w3.org
+</ins>
+</a>
+(
+<del class="diff-old">archive
+</del>
+<a href="mailto:public-rdf-comments-request@w3.org?subject=subscribe">
+<ins class="diff-chg">subscribe
+</ins></a>,<a href="http://lists.w3.org/Archives/Public/public-rdf-comments/"><ins class="diff-chg">
+archives
+</ins>
+</a>
+).
+<ins class="diff-new">All
+comments
+are
+welcome.
+</ins>
+</p>
+<p>
+<del class="diff-old">A
+list
+of
+implementations
+</del>
+<ins class="diff-chg">Publication
+as
+a
+Proposed
+Edited
+Recommendation
+does
+not
+imply
+endorsement
+by
+the
+</ins><abbr title="World Wide Web Consortium"><ins class="diff-chg">
+W3C
+</ins></abbr><ins class="diff-chg">
+Membership.
+This
+</ins>
+is
+<del class="diff-old">available.
+</del>
+<ins class="diff-chg">a
+draft
+document
+and
+may
+be
+updated,
+replaced
+or
+obsoleted
+by
+other
+documents
+at
+any
+time.
+It
+is
+inappropriate
+to
+cite
+this
+document
+as
+other
+than
+work
+in
+progress.
+</ins>
+</p>
+<p>
+<del class="diff-old">The
+</del>
+<ins class="diff-chg">This
+document
+was
+produced
+by
+a
+group
+operating
+under
+the
+</ins><a href="http://www.w3.org/Consortium/Patent-Policy-20040205/" rel="w3p:patentRules" about="" id="sotd_patent"><ins class="diff-chg">
+5
+February
+2004
+</ins><abbr title="World Wide Web Consortium"><ins class="diff-chg">
+W3C
+</ins></abbr><ins class="diff-chg">
+Patent
+Policy
+</ins></a>.<abbr title="World Wide Web Consortium">
+W3C
+</abbr>
+maintains
+a
+<a rel="disclosure" href="http://www.w3.org/2004/01/pp-impl/46168/status">
+<ins class="diff-new">public
+</ins>
+list
+of
+any
+patent
+disclosures
+<del class="diff-old">related
+to
+this
+work
+.
+This
+section
+describes
+</del>
+</a>
+<ins class="diff-chg">made
+in
+connection
+with
+</ins>
+the
+<del class="diff-old">status
+</del>
+<ins class="diff-chg">deliverables
+</ins>
+of
+<del class="diff-old">this
+document
+at
+</del>
+the
+<del class="diff-old">time
+of
+its
+publication.
+Other
+documents
+may
+supersede
+this
+document.
+A
+list
+</del>
+<ins class="diff-chg">group;
+that
+page
+also
+includes
+instructions
+for
+disclosing
+a
+patent.
+An
+individual
+who
+has
+actual
+knowledge
+</ins>
+of
+<del class="diff-old">current
+W3C
+publications
+and
+</del>
+<ins class="diff-chg">a
+patent
+which
+</ins>
+the
+<del class="diff-old">latest
+revision
+of
+this
+technical
+report
+can
+be
+found
+</del>
+<ins class="diff-chg">individual
+believes
+contains
+</ins><a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential"><ins class="diff-chg">
+Essential
+Claim(s)
+</ins></a><ins class="diff-chg">
+must
+disclose
+the
+information
+</ins>
+in
+<ins class="diff-new">accordance
+with
+</ins><a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure"><ins class="diff-new">
+section
+6
+of
+</ins>
+the
+<abbr title="World Wide Web Consortium">
+W3C
+<del class="diff-old">technical
+reports
+index
+at
+http://www.w3.org/TR/.
+</del>
+</abbr>
+<ins class="diff-chg">Patent
+Policy
+</ins></a>.
+</p>
+</section>
+<section id="toc">
+<h2 class="introductory" aria-level="1" role="heading" id="h2_toc">
+Table
+of
+Contents
+</h2>
+<del class="diff-old">1
+</del>
+<ul class="toc" role="directory" id="respecContents">
+<li class="tocline">
+<a href="#section-Introduction" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">1.
+</ins></span>
+Introduction
+</a>
+<del class="diff-old">2
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Syntax" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">2.
+</ins></span>
+An
+XML
+Syntax
+for
+RDF
+</a>
+<ul class="toc">
+<li class="tocline">
+<del class="diff-old">&#160;&#160;2.1
+</del>
+<a href="#section-Syntax-intro" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">2.1
+</ins></span>
+Introduction
+</a>
+<del class="diff-old">&#160;&#160;2.2
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Syntax-node-property-elements" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">2.2
+</ins></span>
+Node
+Elements
+and
+Property
+Elements
+</a>
+<del class="diff-old">&#160;&#160;2.3
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Syntax-multiple-property-elements" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">2.3
+</ins></span>
+Multiple
+Property
+Elements
+</a>
+<del class="diff-old">&#160;&#160;2.4
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Syntax-empty-property-elements" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">2.4
+</ins></span>
+Empty
+Property
+Elements
+</a>
+<del class="diff-old">&#160;&#160;2.5
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Syntax-property-attributes" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">2.5
+</ins></span>
+Property
+Attributes
+</a>
+<del class="diff-old">&#160;&#160;2.6
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Syntax-complete-document" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">2.6
+</ins></span>
+Completing
+the
+Document:
+Document
+Element
+and
+XML
+Declaration
+</a>
+<del class="diff-old">&#160;&#160;2.7
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Syntax-languages" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">2.7
+</ins></span>
+Languages:
+<code>
+xml:lang
+</code>
+</a>
+<del class="diff-old">&#160;&#160;2.8
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Syntax-XML-literals" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">2.8
+</ins></span>
+XML
+Literals:
+<code>
+rdf:parseType="Literal"
+</code>
+</a>
+<del class="diff-old">&#160;&#160;2.9
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Syntax-datatyped-literals" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">2.9
+</ins></span>
+Typed
+Literals:
+<code>
+rdf:datatype
+</code>
+</a>
+<del class="diff-old">&#160;&#160;2.10
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Syntax-blank-nodes" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">2.10
+</ins></span>
+Identifying
+Blank
+Nodes:
+<code>
+rdf:nodeID
+</code>
+</a>
+<del class="diff-old">&#160;&#160;2.11
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Syntax-parsetype-resource" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">2.11
+</ins></span>
+Omitting
+Blank
+Nodes:
+<code>
+rdf:parseType="Resource"
+</code>
+</a>
+<del class="diff-old">&#160;&#160;2.12
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Syntax-property-attributes-on-property-element" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">2.12
+</ins></span>
+Omitting
+Nodes:
+Property
+Attributes
+on
+an
+empty
+Property
+Element
+</a>
+<del class="diff-old">&#160;&#160;2.13
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Syntax-typed-nodes" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">2.13
+</ins></span>
+Typed
+Node
+Elements
+</a>
+<del class="diff-old">&#160;&#160;2.14
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Syntax-ID-xml-base" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">2.14
+</ins></span>
+Abbreviating
+<del class="diff-old">URI
+References:
+</del>
+<ins class="diff-chg">URIs:
+</ins>
+<code>
+rdf:ID
+</code>
+and
+<code>
+xml:base
+</code>
+</a>
+<del class="diff-old">&#160;&#160;2.15
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Syntax-list-elements" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">2.15
+</ins></span>
+Container
+Membership
+Property
+Elements:
+<code>
+rdf:li
+</code>
+and
+<code>
+rdf:_
+</code>
+<em>
+n
+</em>
+</a>
+<del class="diff-old">&#160;&#160;2.16
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Syntax-parsetype-Collection" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">2.16
+</ins></span>
+Collections:
+<code>
+rdf:parseType="Collection"
+</code>
+</a>
+<del class="diff-old">&#160;&#160;2.17
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Syntax-reifying" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">2.17
+</ins></span>
+Reifying
+Statements:
+<code>
+rdf:ID
+</code>
+</a>
+<del class="diff-old">3
+</del>
+</li>
+</ul>
+</li>
+<li class="tocline">
+<a href="#section-Terminology" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">3.
+</ins></span>
+Terminology
+</a>
+<del class="diff-old">4
+</del>
+</li>
+<li class="tocline">
+<a href="#section-MIME-Type" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">4.
+</ins></span>
+RDF
+MIME
+Type,
+File
+Extension
+and
+Macintosh
+File
+Type
+</a>
+<del class="diff-old">5
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Global" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">5.
+</ins></span>
+Global
+Issues
+</a>
+<ul class="toc">
+<li class="tocline">
+<del class="diff-old">&#160;&#160;5.1
+</del>
+<a href="#section-Namespace" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">5.1
+</ins></span>
+The
+RDF
+Namespace
+and
+Vocabulary
+</a>
+<del class="diff-old">&#160;&#160;5.2
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Identifiers" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">5.2
+</ins></span>
+Identifiers
+</a>
+<del class="diff-old">&#160;&#160;5.3
+</del>
+</li>
+<li class="tocline">
+<a href="#section-baseURIs" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">5.3
+</ins></span>
+Resolving
+<del class="diff-old">URIs
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+</a>
+<del class="diff-old">&#160;&#160;5.4
+</del>
+</li>
+<li class="tocline">
+<a href="#section-constraints" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">5.4
+</ins></span>
+Constraints
+</a>
+<del class="diff-old">&#160;&#160;5.5
+</del>
+</li>
+<li class="tocline">
+<a href="#section-conformance" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">5.5
+</ins></span>
+Conformance
+</a>
+<del class="diff-old">6
+</del>
+</li>
+</ul>
+</li>
+<li class="tocline">
+<a href="#section-Data-Model" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">6.
+</ins></span>
+Syntax
+Data
+Model
+</a>
+<ul class="toc">
+<li class="tocline">
+<del class="diff-old">&#160;&#160;6.1
+</del>
+<a href="#section-Nodes" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">6.1
+</ins></span>
+Events
+</a>
+<ul class="toc">
+<li class="tocline">
+<del class="diff-old">&#160;&#160;6.2
+</del>
+<a href="#section-root-node" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">6.1.1
+</ins></span><ins class="diff-chg">
+Root
+Event
+</ins></a></li><li class="tocline"><a href="#section-element-node" class="tocxref"><span class="secno"><ins class="diff-chg">
+6.1.2
+</ins></span><ins class="diff-chg">
+Element
+Event
+</ins></a></li><li class="tocline"><a href="#section-end-element-node" class="tocxref"><span class="secno"><ins class="diff-chg">
+6.1.3
+</ins></span><ins class="diff-chg">
+End
+Element
+Event
+</ins></a></li><li class="tocline"><a href="#section-attribute-node" class="tocxref"><span class="secno"><ins class="diff-chg">
+6.1.4
+</ins></span><ins class="diff-chg">
+Attribute
+Event
+</ins></a></li><li class="tocline"><a href="#section-text-node" class="tocxref"><span class="secno"><ins class="diff-chg">
+6.1.5
+</ins></span><ins class="diff-chg">
+Text
+Event
+</ins></a></li><li class="tocline"><a href="#section-identifier-node" class="tocxref"><span class="secno"><ins class="diff-chg">
+6.1.6
+</ins></span><ins class="diff-chg">
+IRI
+Event
+</ins></a></li><li class="tocline"><a href="#section-blank-nodeid-event" class="tocxref"><span class="secno"><ins class="diff-chg">
+6.1.7
+</ins></span><ins class="diff-chg">
+Blank
+Node
+Identifier
+Event
+</ins></a></li><li class="tocline"><a href="#section-literal-node" class="tocxref"><span class="secno"><ins class="diff-chg">
+6.1.8
+</ins></span><ins class="diff-chg">
+Plain
+Literal
+Event
+</ins></a></li><li class="tocline"><a href="#section-typed-literal-node" class="tocxref"><span class="secno"><ins class="diff-chg">
+6.1.9
+</ins></span><ins class="diff-chg">
+Typed
+Literal
+Event
+</ins></a></li></ul></li><li class="tocline"><a href="#section-Infoset-Mapping" class="tocxref"><span class="secno"><ins class="diff-chg">
+6.2
+</ins></span>
+Information
+Set
+Mapping
+</a>
+<del class="diff-old">&#160;&#160;6.3
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Infoset-Grammar-Notation" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">6.3
+</ins></span>
+Grammar
+Notation
+</a>
+<ul class="toc">
+<li class="tocline">
+<del class="diff-old">7
+</del>
+<a href="#section-Infoset-Grammar-General" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">6.3.1
+</ins></span><ins class="diff-chg">
+Grammar
+General
+Notation
+</ins></a></li><li class="tocline"><a href="#section-Infoset-Grammar-Matching" class="tocxref"><span class="secno"><ins class="diff-chg">
+6.3.2
+</ins></span><ins class="diff-chg">
+Grammar
+Event
+Matching
+Notation
+</ins></a></li><li class="tocline"><a href="#section-Infoset-Grammar-Action" class="tocxref"><span class="secno"><ins class="diff-chg">
+6.3.3
+</ins></span><ins class="diff-chg">
+Grammar
+Action
+Notation
+</ins></a></li></ul></li></ul></li><li class="tocline"><a href="#section-Infoset-Grammar" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.
+</ins></span>
+RDF/XML
+Grammar
+</a>
+<ul class="toc">
+<li class="tocline">
+<del class="diff-old">&#160;&#160;7.1
+</del>
+<a href="#section-grammar-summary" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">7.1
+</ins></span>
+Grammar
+<del class="diff-old">Summary
+</del>
+<ins class="diff-chg">summary
+</ins>
+</a>
+<del class="diff-old">&#160;&#160;7.2
+</del>
+</li>
+<li class="tocline">
+<a href="#section-grammar-productions" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">7.2
+</ins></span>
+Grammar
+Productions
+</a>
+<ul class="toc">
+<li class="tocline">
+<del class="diff-old">&#160;&#160;7.3
+</del>
+<a href="#start" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">7.2.1
+</ins></span><ins class="diff-chg">
+Grammar
+start
+</ins></a></li><li class="tocline"><a href="#coreSyntaxTerms" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.2
+</ins></span><ins class="diff-chg">
+Production
+coreSyntaxTerms
+</ins></a></li><li class="tocline"><a href="#syntaxTerms" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.3
+</ins></span><ins class="diff-chg">
+Production
+syntaxTerms
+</ins></a></li><li class="tocline"><a href="#oldTerms" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.4
+</ins></span><ins class="diff-chg">
+Production
+oldTerms
+</ins></a></li><li class="tocline"><a href="#nodeElementURIs" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.5
+</ins></span><ins class="diff-chg">
+Production
+nodeElementURIs
+</ins></a></li><li class="tocline"><a href="#propertyElementURIs" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.6
+</ins></span><ins class="diff-chg">
+Production
+propertyElementURIs
+</ins></a></li><li class="tocline"><a href="#propertyAttributeURIs" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.7
+</ins></span><ins class="diff-chg">
+Production
+propertyAttributeURIs
+</ins></a></li><li class="tocline"><a href="#doc" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.8
+</ins></span><ins class="diff-chg">
+Production
+doc
+</ins></a></li><li class="tocline"><a href="#RDF" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.9
+</ins></span><ins class="diff-chg">
+Production
+RDF
+</ins></a></li><li class="tocline"><a href="#nodeElementList" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.10
+</ins></span><ins class="diff-chg">
+Production
+nodeElementList
+</ins></a></li><li class="tocline"><a href="#nodeElement" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.11
+</ins></span><ins class="diff-chg">
+Production
+nodeElement
+</ins></a></li><li class="tocline"><a href="#ws" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.12
+</ins></span><ins class="diff-chg">
+Production
+ws
+</ins></a></li><li class="tocline"><a href="#propertyEltList" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.13
+</ins></span><ins class="diff-chg">
+Production
+propertyEltList
+</ins></a></li><li class="tocline"><a href="#propertyElt" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.14
+</ins></span><ins class="diff-chg">
+Production
+propertyElt
+</ins></a></li><li class="tocline"><a href="#resourcePropertyElt" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.15
+</ins></span><ins class="diff-chg">
+Production
+resourcePropertyElt
+</ins></a></li><li class="tocline"><a href="#literalPropertyElt" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.16
+</ins></span><ins class="diff-chg">
+Production
+literalPropertyElt
+</ins></a></li><li class="tocline"><a href="#parseTypeLiteralPropertyElt" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.17
+</ins></span><ins class="diff-chg">
+Production
+parseTypeLiteralPropertyElt
+</ins></a></li><li class="tocline"><a href="#parseTypeResourcePropertyElt" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.18
+</ins></span><ins class="diff-chg">
+Production
+parseTypeResourcePropertyElt
+</ins></a></li><li class="tocline"><a href="#parseTypeCollectionPropertyElt" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.19
+</ins></span><ins class="diff-chg">
+Production
+parseTypeCollectionPropertyElt
+</ins></a></li><li class="tocline"><a href="#parseTypeOtherPropertyElt" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.20
+</ins></span><ins class="diff-chg">
+Production
+parseTypeOtherPropertyElt
+</ins></a></li><li class="tocline"><a href="#emptyPropertyElt" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.21
+</ins></span><ins class="diff-chg">
+Production
+emptyPropertyElt
+</ins></a></li><li class="tocline"><a href="#idAttr" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.22
+</ins></span><ins class="diff-chg">
+Production
+idAttr
+</ins></a></li><li class="tocline"><a href="#nodeIdAttr" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.23
+</ins></span><ins class="diff-chg">
+Production
+nodeIdAttr
+</ins></a></li><li class="tocline"><a href="#aboutAttr" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.24
+</ins></span><ins class="diff-chg">
+Production
+aboutAttr
+</ins></a></li><li class="tocline"><a href="#propertyAttr" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.25
+</ins></span><ins class="diff-chg">
+Production
+propertyAttr
+</ins></a></li><li class="tocline"><a href="#resourceAttr" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.26
+</ins></span><ins class="diff-chg">
+Production
+resourceAttr
+</ins></a></li><li class="tocline"><a href="#datatypeAttr" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.27
+</ins></span><ins class="diff-chg">
+Production
+datatypeAttr
+</ins></a></li><li class="tocline"><a href="#parseLiteral" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.28
+</ins></span><ins class="diff-chg">
+Production
+parseLiteral
+</ins></a></li><li class="tocline"><a href="#parseResource" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.29
+</ins></span><ins class="diff-chg">
+Production
+parseResource
+</ins></a></li><li class="tocline"><a href="#parseCollection" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.30
+</ins></span><ins class="diff-chg">
+Production
+parseCollection
+</ins></a></li><li class="tocline"><a href="#parseOther" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.31
+</ins></span><ins class="diff-chg">
+Production
+parseOther
+</ins></a></li><li class="tocline"><a href="#URI-reference" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.32
+</ins></span><ins class="diff-chg">
+Production
+IRI
+</ins></a></li><li class="tocline"><a href="#literal" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.33
+</ins></span><ins class="diff-chg">
+Production
+literal
+</ins></a></li><li class="tocline"><a href="#rdf-id" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.2.34
+</ins></span><ins class="diff-chg">
+Production
+rdf-id
+</ins></a></li></ul></li><li class="tocline"><a href="#section-Reification" class="tocxref"><span class="secno"><ins class="diff-chg">
+7.3
+</ins></span>
+Reification
+Rules
+</a>
+<del class="diff-old">&#160;&#160;7.4
+</del>
+</li>
+<li class="tocline">
+<a href="#section-List-Expand" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">7.4
+</ins></span>
+List
+Expansion
+Rules
+</a>
+<del class="diff-old">8
+</del>
+</li>
+</ul>
+</li>
+<li class="tocline">
+<a href="#section-Serialising" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">8.
+</ins></span>
+Serializing
+an
+RDF
+Graph
+to
+RDF/XML
+</a>
+<del class="diff-old">9
+Using
+RDF/XML
+with
+HTML
+and
+XHTML
+</del>
+</li>
+<li class="tocline">
+<del class="diff-old">10
+</del>
+<a href="#section-rdf-in-SVG" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">9.
+</ins></span>
+Using
+RDF/XML
+with
+SVG
+</a>
+<del class="diff-old">11
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Acknowledgments" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">A.
+</ins></span>
+Acknowledgments
+</a>
+<del class="diff-old">12
+References
+</del>
+</li>
+<li class="tocline">
+<a href="#changes-rdf11" class="tocxref">
+<del class="diff-old">Appendices
+</del>
+<span class="secno">
+<ins class="diff-chg">B.
+</ins></span><ins class="diff-chg">
+Changes
+to
+2004
+Recommendation
+</ins>
+</a>
+<del class="diff-old">A
+</del>
+</li>
+<li class="tocline">
+<a href="#section-Schemas" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">C.
+</ins></span>
+Syntax
+Schemas
+</a>
+<del class="diff-old">(Informative)
+&#160;&#160;A.1
+</del>
+<ul class="toc">
+<li class="tocline">
+<a href="#section-RELAXNG-Schema" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">C.1
+</ins></span>
+RELAX&#160;NG
+Compact
+<del class="diff-old">Syntax
+</del>
+Schema
+</a>
+<del class="diff-old">(Informative)
+B
+Revisions
+since
+Working
+Draft
+10
+October
+2003
+</del>
+</li>
+</ul>
+</li>
+<li class="tocline">
+<a href="#references" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">D.
+</ins></span><ins class="diff-chg">
+References
+</ins>
+</a>
+<del class="diff-old">(Informative)
+1
+Introduction
+</del>
+<ul class="toc">
+<li class="tocline">
+<a href="#normative-references" class="tocxref">
+<span class="secno">
+<ins class="diff-chg">D.1
+</ins></span><ins class="diff-chg">
+Normative
+references
+</ins>
+</a>
+</li>
+<li class="tocline">
+<a href="#informative-references" class="tocxref">
+<span class="secno">
+<ins class="diff-new">D.2
+</ins></span><ins class="diff-new">
+Informative
+references
+</ins>
+</a>
+</li>
+</ul>
+</li>
+</ul>
+</section>
+<section id="section-Introduction" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h2 aria-level="1" role="heading" id="h2_section-Introduction">
+<span class="secno">
+<ins class="diff-new">1.
+</ins></span><ins class="diff-new">
+Introduction
+</ins>
+</h2>
+<p>
+This
+document
+defines
+the
+XML
+<ins class="diff-new">[
+</ins><cite><a class="bibref" href="#bib-XML10"><ins class="diff-new">
+XML10
+</ins>
+</a>
+<del class="diff-old">[XML]
+</del>
+</cite>
+<ins class="diff-chg">]
+</ins>
+syntax
+for
+RDF
+<del class="diff-old">graphs
+which
+was
+originally
+defined
+in
+the
+RDF
+Model
+&amp;
+Syntax
+[RDF-MS]
+W3C
+Recommendation.
+Subsequent
+implementations
+of
+this
+syntax
+and
+comparison
+of
+the
+resulting
+RDF
+graphs
+have
+shown
+that
+there
+was
+ambiguity
+&mdash;
+implementations
+generated
+different
+graphs
+and
+certain
+syntax
+forms
+were
+not
+widely
+implemented.
+</del>
+<ins class="diff-chg">graphs.
+</ins>
+</p>
+<p>
+This
+document
+revises
+the
+original
+RDF/XML
+grammar
+<ins class="diff-new">[
+</ins><cite><a class="bibref" href="#bib-RDFMS"><ins class="diff-new">
+RDFMS
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+in
+terms
+of
+XML
+Information
+Set
+<ins class="diff-new">[
+</ins><cite><a class="bibref" href="#bib-XML-INFOSET"><ins class="diff-new">
+XML-INFOSET
+</ins>
+</a>
+<del class="diff-old">[INFOSET]
+</del>
+</cite>
+<ins class="diff-chg">]
+</ins>
+information
+items
+which
+moves
+away
+from
+the
+rather
+low-level
+details
+of
+XML,
+such
+as
+particular
+forms
+of
+empty
+elements.
+This
+allows
+the
+grammar
+to
+be
+more
+precisely
+recorded
+and
+the
+mapping
+from
+the
+XML
+syntax
+to
+the
+RDF
+Graph
+more
+clearly
+shown.
+The
+mapping
+to
+the
+RDF
+graph
+is
+done
+by
+emitting
+statements
+in
+the
+<del class="diff-old">form
+defined
+in
+the
+</del>
+N-Triples
+<ins class="diff-new">[
+</ins><cite><a class="bibref" href="#bib-N-TRIPLES"><ins class="diff-new">
+N-TRIPLES
+</ins>
+</a>
+<del class="diff-old">section
+of
+RDF
+Test
+Cases
+[RDF-TESTS]
+which
+creates
+an
+RDF
+graph,
+that
+has
+semantics
+defined
+by
+RDF
+Semantics
+[RDF-SEMANTICS]
+.
+</del>
+</cite>
+<ins class="diff-chg">]
+format.
+</ins>
+</p>
+<p>
+<del class="diff-old">The
+complete
+specification
+of
+RDF
+consists
+</del>
+<ins class="diff-chg">This
+document
+is
+part
+</ins>
+of
+<del class="diff-old">a
+number
+</del>
+<ins class="diff-chg">the
+suite
+</ins>
+of
+<del class="diff-old">documents:
+</del>
+<ins class="diff-chg">RDF
+1.1
+documents.
+Other
+documents
+in
+this
+suite
+are:
+</ins>
+</p>
+<ul>
+<li>
+<ins class="diff-new">A
+document
+describing
+the
+basic
+concepts
+underlying
+RDF,
+as
+well
+as
+abstract
+syntax
+("RDF
+Concepts
+and
+Abstract
+Syntax")
+[
+</ins><cite>
+<del class="diff-old">RDF
+Primer
+[RDF-PRIMER]
+</del>
+<a class="bibref" href="#bib-RDF11-CONCEPTS">
+<ins class="diff-chg">RDF11-CONCEPTS
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+</li>
+<li>
+<ins class="diff-chg">A
+document
+describing
+the
+formal
+model-theoretic
+semantics
+of
+</ins>
+RDF
+<del class="diff-old">Concepts
+and
+Abstract
+Syntax
+[RDF-CONCEPTS]
+</del>
+<ins class="diff-chg">("RDF
+Semantics")
+[
+</ins><cite><a class="bibref" href="#bib-RDF11-MT"><ins class="diff-chg">
+RDF11-MT
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+</li>
+<li>
+<ins class="diff-new">Specifications
+of
+concrete
+syntaxes
+for
+RDF:
+</ins><ul><li><ins class="diff-new">
+Turtle
+[
+</ins><cite>
+<del class="diff-old">RDF
+Semantics
+</del>
+<a class="bibref" href="#bib-TURTLE">
+<ins class="diff-chg">TURTLE
+</ins>
+</a>
+<del class="diff-old">[RDF-SEMANTICS]
+</del>
+</cite>
+<ins class="diff-chg">]
+and
+TriG
+[
+</ins><cite><a class="bibref" href="#bib-TRIG"><ins class="diff-chg">
+TRIG
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+</li>
+<li>
+<del class="diff-old">RDF/XML
+Syntax
+(this
+document)
+</del>
+<ins class="diff-chg">JSON-LD
+[
+</ins><cite><a class="bibref" href="#bib-JSON-LD"><ins class="diff-chg">
+JSON-LD
+</ins></a></cite><ins class="diff-chg">
+]
+(JSON
+based)
+</ins>
+</li>
+<li>
+<ins class="diff-new">RDFa
+[
+</ins><cite>
+<del class="diff-old">RDF
+Vocabulary
+Description
+Language
+1.0:
+RDF
+Schema
+[RDF-VOCABULARY]
+</del>
+<a class="bibref" href="#bib-RDFA-PRIMER">
+<ins class="diff-chg">RDFA-PRIMER
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+(for
+HTML
+embedding)
+</ins>
+</li>
+<li>
+<ins class="diff-chg">N-Triples
+and
+N-Quads
+(line-based
+exchange
+formats)
+</ins></li></ul></li><li><ins class="diff-chg">
+A
+document
+describing
+</ins>
+RDF
+<del class="diff-old">Test
+Cases
+[RDF-TESTS]
+</del>
+<ins class="diff-chg">Schema
+[
+</ins><cite><a class="bibref" href="#bib-RDF11-SCHEMA"><ins class="diff-chg">
+RDF11-SCHEMA
+</ins>
+</a>
+</cite>
+<ins class="diff-new">],
+which
+provides
+a
+data-modeling
+vocabulary
+for
+RDF
+data.
+</ins>
+</li>
+</ul>
+<p>
+For
+a
+longer
+introduction
+to
+the
+RDF/XML
+syntax
+with
+a
+historical
+perspective,
+see
+<del class="diff-old">RDF:
+</del>
+<ins class="diff-chg">"RDF:
+</ins>
+Understanding
+the
+Striped
+RDF/XML
+<del class="diff-old">Syntax
+</del>
+<ins class="diff-chg">Syntax"
+[
+</ins><cite><a class="bibref" href="#bib-STRIPEDRDF"><ins class="diff-chg">
+STRIPEDRDF
+</ins>
+</a>
+<del class="diff-old">[STRIPEDRDF]
+.
+</del>
+</cite>
+<ins class="diff-chg">].
+</ins>
+</p>
+<del class="diff-old">2
+</del>
+</section>
+<section id="section-Syntax" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h2 aria-level="1" role="heading" id="h2_section-Syntax">
+<span class="secno">
+<ins class="diff-chg">2.
+</ins></span>
+An
+XML
+Syntax
+for
+RDF
+</h2>
+<p>
+This
+section
+introduces
+the
+RDF/XML
+syntax,
+describes
+how
+it
+encodes
+RDF
+graphs
+and
+explains
+this
+with
+examples.
+If
+there
+is
+any
+conflict
+between
+this
+informal
+description
+and
+the
+formal
+description
+of
+the
+syntax
+and
+grammar
+in
+sections
+<a href="#section-Data-Model">
+6
+Syntax
+Data
+Model
+</a>
+and
+<a href="#section-Infoset-Grammar">
+7
+RDF/XML
+Grammar
+</a>,
+the
+latter
+two
+sections
+take
+precedence.
+</p>
+<section id="section-Syntax-intro" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Syntax-intro">
+<span class="secno">
+2.1
+</span>
+Introduction
+</h3>
+<p>
+The
+RDF
+Concepts
+and
+Abstract
+Syntax
+<ins class="diff-new">document
+[
+</ins><cite><a class="bibref" href="#bib-RDF11-CONCEPTS"><ins class="diff-new">
+RDF11-CONCEPTS
+</ins>
+</a>
+<del class="diff-old">[RDF-CONCEPTS]
+</del>
+</cite>
+<ins class="diff-chg">]
+</ins>
+defines
+the
+RDF
+Graph
+data
+model
+<del class="diff-old">(Section
+3.1)
+</del>
+and
+the
+RDF
+Graph
+abstract
+<del class="diff-old">syntax
+(Section
+6).
+</del>
+<ins class="diff-chg">syntax.
+</ins>
+Along
+with
+the
+RDF
+Semantics
+<ins class="diff-new">[
+</ins><cite><a class="bibref" href="#bib-RDF11-MT"><ins class="diff-new">
+RDF11-MT
+</ins>
+</a>
+<del class="diff-old">[RDF-SEMANTICS]
+</del>
+</cite>
+<ins class="diff-chg">]
+</ins>
+this
+provides
+an
+abstract
+syntax
+with
+a
+formal
+semantics
+for
+it.
+The
+RDF
+graph
+has
+<em>
+nodes
+</em>
+and
+labeled
+directed
+<em>
+arcs
+</em>
+that
+link
+pairs
+of
+nodes
+and
+this
+is
+represented
+as
+a
+set
+of
+RDF
+triples
+where
+each
+triple
+contains
+a
+<em>
+subject
+node
+</em>,
+<em>
+predicate
+</em>
+and
+<em>
+object
+node
+</em>.
+Nodes
+are
+<del class="diff-old">RDF
+URI
+references
+,
+RDF
+literals
+</del>
+<ins class="diff-chg">IRIs,
+literals,
+</ins>
+or
+<del class="diff-old">are
+</del>
+blank
+<del class="diff-old">nodes
+.
+</del>
+<ins class="diff-chg">nodes.
+</ins>
+Blank
+nodes
+may
+be
+given
+a
+<del class="diff-old">document-local,
+non-
+RDF
+URI
+references
+</del>
+<ins class="diff-chg">document-local
+</ins>
+identifier
+called
+a
+blank
+node
+<del class="diff-old">identifier
+.
+</del>
+<ins class="diff-chg">identifier.
+</ins>
+Predicates
+are
+<del class="diff-old">RDF
+URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+and
+can
+be
+interpreted
+as
+either
+a
+relationship
+between
+the
+two
+nodes
+or
+as
+defining
+an
+attribute
+value
+(object
+node)
+for
+some
+subject
+node.
+</p>
+<p>
+In
+order
+to
+encode
+the
+graph
+in
+XML,
+the
+nodes
+and
+predicates
+have
+to
+be
+represented
+in
+XML
+terms
+<del class="diff-old">&mdash;
+</del>
+<ins class="diff-chg">—
+</ins>
+element
+names,
+attribute
+names,
+element
+contents
+and
+attribute
+values.
+RDF/XML
+uses
+XML
+<a href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-QName">
+QNames
+</a>
+as
+defined
+in
+Namespaces
+in
+XML
+<ins class="diff-new">[
+</ins><cite><a class="bibref" href="#bib-XML-NAMES"><ins class="diff-new">
+XML-NAMES
+</ins>
+</a>
+<del class="diff-old">[XML-NS]
+</del>
+</cite>
+<ins class="diff-chg">]
+</ins>
+to
+represent
+<del class="diff-old">RDF
+URI
+references
+.
+</del>
+<ins class="diff-chg">IRIs.
+</ins>
+All
+QNames
+have
+a
+<a href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#dt-NSName">
+namespace
+name
+</a>
+which
+is
+<del class="diff-old">a
+URI
+reference
+</del>
+<ins class="diff-chg">an
+IRI
+</ins>
+and
+a
+short
+<a href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-LocalPart">
+local
+name
+</a>.
+In
+addition,
+QNames
+can
+either
+have
+a
+short
+<a href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-Prefix">
+prefix
+</a>
+or
+be
+declared
+with
+the
+default
+namespace
+declaration
+and
+have
+none
+(but
+still
+have
+a
+namespace
+name)
+</p>
+<p>
+The
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+represented
+by
+a
+QName
+is
+determined
+by
+appending
+the
+<a href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT-LocalPart">
+local
+name
+</a>
+part
+of
+the
+QName
+after
+the
+<a href="http://www.w3.org/TR/1999/REC-xml-names-19990114/#dt-NSName">
+namespace
+name
+</a>
+<del class="diff-old">(URI
+reference)
+</del>
+<ins class="diff-chg">(IRI)
+</ins>
+part
+of
+the
+QName.
+This
+is
+used
+to
+shorten
+the
+<del class="diff-old">RDF
+URI
+references
+</del>
+<ins class="diff-chg">IRI
+</ins>
+of
+all
+predicates
+and
+some
+nodes.
+<del class="diff-old">RDF
+URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+identifying
+subject
+and
+object
+nodes
+can
+also
+be
+stored
+as
+XML
+attribute
+values.
+RDF
+literals
+<del class="diff-old">,
+</del>
+which
+can
+only
+be
+object
+nodes,
+become
+either
+XML
+element
+text
+content
+or
+XML
+attribute
+values.
+</p>
+<p>
+A
+graph
+can
+be
+considered
+a
+collection
+of
+paths
+of
+the
+form
+node,
+predicate
+arc,
+node,
+predicate
+arc,
+node,
+predicate
+arc,
+...
+node
+which
+cover
+the
+entire
+graph.
+In
+RDF/XML
+these
+turn
+into
+sequences
+of
+elements
+inside
+elements
+which
+alternate
+between
+elements
+for
+nodes
+and
+predicate
+arcs.
+This
+has
+been
+called
+a
+series
+of
+node/arc
+stripes.
+The
+node
+at
+the
+start
+of
+the
+sequence
+turns
+into
+the
+outermost
+element,
+the
+next
+predicate
+arc
+turns
+into
+a
+child
+element,
+and
+so
+on.
+The
+stripes
+generally
+start
+at
+the
+top
+of
+an
+RDF/XML
+document
+and
+always
+begin
+with
+nodes.
+</p>
+<p>
+Several
+RDF/XML
+examples
+are
+given
+in
+the
+following
+sections
+building
+up
+to
+complete
+RDF/XML
+documents.
+<a href="#example7">
+Example
+7
+</a>
+is
+the
+first
+complete
+RDF/XML
+document.
+</p>
+</section>
+<section id="section-Syntax-node-property-elements" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Syntax-node-property-elements">
+<span class="secno">
+2.2
+</span>
+Node
+Elements
+and
+Property
+Elements
+</h3>
+<figure id="figure1">
+<del class="diff-old">Figure
+1:
+</del>
+<img alt="Graph for RDF/XML Example" src="figure1.png" />
+<figcaption>
+<ins class="diff-chg">Fig.
+</ins><span class="figno"><ins class="diff-chg">
+1
+</ins></span><span class="fig-title">
+Graph
+for
+RDF/XML
+Example
+<del class="diff-old">(
+SVG
+version
+)
+</del>
+<ins class="diff-chg">(SVG
+version)
+</ins></span></figcaption></figure>
+<p>
+An
+RDF
+graph
+is
+given
+in
+<a href="#figure1" class="fig-ref">
+Figure
+1
+</a>
+where
+the
+nodes
+are
+represented
+as
+ovals
+and
+contain
+their
+<del class="diff-old">RDF
+URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+where
+they
+have
+them,
+all
+the
+predicate
+arcs
+are
+labeled
+with
+<del class="diff-old">RDF
+URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+and
+<del class="diff-old">plain
+literal
+</del>
+<ins class="diff-chg">string
+literals
+</ins>
+nodes
+have
+been
+written
+in
+rectangles.
+</p>
+<p>
+If
+we
+follow
+one
+node,
+predicate
+arc
+...
+,
+node
+path
+through
+the
+graph
+shown
+in
+<a href="#figure2" class="fig-ref">
+Figure
+2
+</a>:
+</p>
+<figure id="figure2">
+<del class="diff-old">Figure
+2:
+</del>
+<img alt="One Path Through the Graph" src="figure2.png" />
+<figcaption>
+<ins class="diff-chg">Fig.
+</ins><span class="figno"><ins class="diff-chg">
+2
+</ins></span><span class="fig-title">
+One
+Path
+Through
+the
+Graph
+<del class="diff-old">(
+SVG
+version
+)
+</del>
+<ins class="diff-chg">(SVG
+version)
+</ins></span></figcaption></figure>
+<p>
+The
+left
+hand
+side
+of
+the
+<a href="#figure2" class="fig-ref">
+Figure
+2
+</a>
+graph
+corresponds
+to
+the
+node/predicate
+arc
+stripes:
+</p>
+<ol>
+<li>
+Node
+with
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<code>
+http://www.w3.org/TR/rdf-syntax-grammar
+</code>
+</li>
+<li>
+Predicate
+Arc
+labeled
+with
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<code>
+http://example.org/terms/editor
+</code>
+</li>
+<li>
+Node
+with
+no
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+</li>
+<li>
+Predicate
+Arc
+labeled
+with
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<code>
+http://example.org/terms/homePage
+</code>
+</li>
+<li>
+Node
+with
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<code>
+http://purl.org/net/dajobe/
+</code>
+</li>
+</ol>
+<p>
+In
+RDF/XML,
+the
+sequence
+of
+5
+nodes
+and
+predicate
+arcs
+on
+the
+left
+hand
+side
+of
+<a href="#figure2" class="fig-ref">
+Figure
+2
+</a>
+corresponds
+to
+the
+usage
+of
+five
+XML
+elements
+of
+two
+types,
+for
+the
+graph
+nodes
+and
+predicate
+arcs.
+These
+are
+conventionally
+called
+<em>
+node
+elements
+</em>
+and
+<em>
+property
+elements
+</em>
+respectively.
+In
+the
+striping
+shown
+in
+<a href="#example1">
+Example
+1
+</a>,
+<code>
+rdf:Description
+</code>
+is
+the
+node
+element
+(used
+three
+times
+for
+the
+three
+nodes)
+and
+<code>
+ex:editor
+</code>
+and
+<code>
+ex:homePage
+</code>
+are
+the
+two
+property
+elements.
+</p>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">1:
+Striped
+RDF/XML
+(
+nodes
+and
+predicate
+arcs
+</del>
+<ins class="diff-chg">1
+</ins>
+</span>
+<del class="diff-old">)
+</del>
+</div>
+<del class="diff-old">&lt;rdf:Description&gt;
+&nbsp;&nbsp;
+&lt;ex:editor&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;
+&lt;rdf:Description&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+&lt;ex:homePage&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+&lt;rdf:Description&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+&lt;/rdf:Description&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+&lt;/ex:homePage&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;
+&lt;/rdf:Description&gt;
+&nbsp;&nbsp;
+&lt;/ex:editor&gt;
+&lt;/rdf:Description&gt;
+</del>
+<pre id="example1" class="example">
+<strong>Striped RDF/XML (nodes and predicate arcs)</strong>
+<ins class="diff-chg">        
+</ins><code>&lt;rdf:Description&gt;</code><ins class="diff-chg">
+  &lt;ex:editor&gt;
+</ins>    <code>&lt;rdf:Description&gt;</code><ins class="diff-chg">
+      &lt;ex:homePage&gt;
+</ins>        <code>&lt;rdf:Description&gt;</code>        <code>&lt;/rdf:Description&gt;</code><ins class="diff-chg">
+      &lt;/ex:homePage&gt;
+</ins>    <code>&lt;/rdf:Description&gt;</code><ins class="diff-chg">
+  &lt;/ex:editor&gt;
+</ins><code>&lt;/rdf:Description&gt;</code></pre>
+</div>
+<p>
+The
+<a href="#figure2" class="fig-ref">
+Figure
+2
+</a>
+graph
+consists
+of
+some
+nodes
+that
+are
+<del class="diff-old">RDF
+URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+(and
+others
+that
+are
+not)
+and
+this
+can
+be
+added
+to
+the
+RDF/XML
+using
+the
+<code>
+rdf:about
+</code>
+attribute
+on
+node
+elements
+to
+give
+the
+result
+in
+<a href="#example2">
+Example
+2
+</a>:
+</p>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">2:
+Node
+Elements
+with
+RDF
+URI
+references
+added
+</del>
+<ins class="diff-chg">2
+</ins></span>
+</div>
+<pre id="example2" class="example">
+<strong>Node Elements with IRIs added</strong>
+<ins class="diff-chg">        
+</ins>
+&lt;rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"&gt;
+  &lt;ex:editor&gt;
+    &lt;rdf:Description&gt;
+      &lt;ex:homePage&gt;
+        &lt;rdf:Description rdf:about="http://purl.org/net/dajobe/"&gt;
+        &lt;/rdf:Description&gt;
+      &lt;/ex:homePage&gt;
+    &lt;/rdf:Description&gt;
+  &lt;/ex:editor&gt;
+&lt;/rdf:Description&gt;
+</pre>
+</div>
+<p>
+Adding
+the
+other
+two
+paths
+through
+the
+<a href="#figure1" class="fig-ref">
+Figure
+1
+</a>
+graph
+to
+the
+RDF/XML
+in
+<a href="#example2">
+Example
+2
+</a>
+gives
+the
+result
+in
+<a href="#example3">
+Example
+3
+</a>
+(this
+example
+fails
+to
+show
+that
+the
+blank
+node
+is
+shared
+between
+the
+two
+paths,
+see
+<a href="#section-Syntax-blank-nodes">
+2.10
+</a>
+):
+</p>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">3:
+Complete
+description
+of
+all
+graph
+paths
+</del>
+<ins class="diff-chg">3
+</ins></span>
+</div>
+<pre id="example3" class="example">
+<strong>Complete description of all graph paths</strong>
+&lt;rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"&gt;
+  &lt;ex:editor&gt;
+    &lt;rdf:Description&gt;
+      &lt;ex:homePage&gt;
+        &lt;rdf:Description rdf:about="http://purl.org/net/dajobe/"&gt;
+        &lt;/rdf:Description&gt;
+      &lt;/ex:homePage&gt;
+    &lt;/rdf:Description&gt;
+  &lt;/ex:editor&gt;
+&lt;/rdf:Description&gt;
+&lt;rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"&gt;
+  &lt;ex:editor&gt;
+    &lt;rdf:Description&gt;
+      &lt;ex:fullName&gt;Dave Beckett&lt;/ex:fullName&gt;
+    &lt;/rdf:Description&gt;
+  &lt;/ex:editor&gt;
+&lt;/rdf:Description&gt;
+&lt;rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"&gt;
+<del class="diff-old">  &lt;dc:title&gt;RDF/XML Syntax Specification (Revised)&lt;/dc:title&gt;
+</del>
+<ins class="diff-chg">  &lt;dc:title&gt;RDF 1.1 XML Syntax&lt;/dc:title&gt;
+</ins>
+&lt;/rdf:Description&gt;
+</pre>
+</div>
+</section>
+<section id="section-Syntax-multiple-property-elements" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Syntax-multiple-property-elements">
+<span class="secno">
+2.3
+</span>
+Multiple
+Property
+Elements
+</h3>
+<p>
+There
+are
+several
+abbreviations
+that
+can
+be
+used
+to
+make
+common
+uses
+easier
+to
+write
+down.
+In
+particular,
+it
+is
+common
+that
+a
+subject
+node
+in
+the
+RDF
+graph
+has
+multiple
+outgoing
+predicate
+arcs.
+RDF/XML
+provides
+an
+abbreviation
+for
+the
+corresponding
+syntax
+when
+a
+node
+element
+about
+a
+resource
+has
+multiple
+property
+elements.
+This
+can
+be
+abbreviated
+by
+using
+multiple
+child
+property
+elements
+inside
+the
+node
+element
+describing
+the
+subject
+node.
+</p>
+<p>
+Taking
+<a href="#example3">
+Example
+3
+</a>,
+there
+are
+two
+node
+elements
+that
+can
+take
+multiple
+property
+elements.
+The
+subject
+node
+with
+<del class="diff-old">URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<code>
+http://www.w3.org/TR/rdf-syntax-grammar
+</code>
+has
+property
+elements
+<code>
+ex:editor
+</code>
+and
+<code>
+ex:title
+</code>
+and
+the
+node
+element
+for
+the
+blank
+node
+can
+take
+<code>
+ex:homePage
+</code>
+and
+<code>
+ex:fullName
+</code>.
+This
+abbreviation
+gives
+the
+result
+shown
+in
+<a href="#example4">
+Example
+4
+</a>
+(this
+example
+does
+show
+that
+there
+is
+a
+single
+blank
+node):
+</p>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">4:
+Using
+multiple
+property
+elements
+on
+a
+node
+element
+</del>
+<ins class="diff-chg">4
+</ins></span>
+</div>
+<pre id="example4" class="example">
+<strong>Using multiple property elements on a node element</strong>
+<ins class="diff-chg">          
+</ins>
+&lt;rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"&gt;
+  &lt;ex:editor&gt;
+    &lt;rdf:Description&gt;
+      &lt;ex:homePage&gt;
+        &lt;rdf:Description rdf:about="http://purl.org/net/dajobe/"&gt;
+        &lt;/rdf:Description&gt;
+      &lt;/ex:homePage&gt;
+      &lt;ex:fullName&gt;Dave Beckett&lt;/ex:fullName&gt;
+    &lt;/rdf:Description&gt;
+  &lt;/ex:editor&gt;
+<del class="diff-old">  &lt;dc:title&gt;RDF/XML Syntax Specification (Revised)&lt;/dc:title&gt;
+</del>
+<ins class="diff-chg">  &lt;dc:title&gt;RDF 1.1 XML Syntax&lt;/dc:title&gt;
+</ins>
+&lt;/rdf:Description&gt;
+</pre>
+</div>
+</section>
+<section id="section-Syntax-empty-property-elements" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Syntax-empty-property-elements">
+<span class="secno">
+2.4
+</span>
+Empty
+Property
+Elements
+</h3>
+<p>
+When
+a
+predicate
+arc
+in
+an
+RDF
+graph
+points
+to
+an
+object
+node
+which
+has
+no
+further
+predicate
+arcs,
+which
+appears
+in
+RDF/XML
+as
+an
+empty
+node
+element
+<code>
+&lt;rdf:Description
+rdf:about="..."&gt;
+</code>
+<code>
+&lt;/rdf:Description&gt;
+</code>
+(or
+<code>
+&lt;rdf:Description
+rdf:about="..."
+/&gt;
+</code>
+)
+this
+form
+can
+be
+shortened.
+This
+is
+done
+by
+using
+the
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+of
+the
+object
+node
+as
+the
+value
+of
+an
+XML
+attribute
+<code>
+rdf:resource
+</code>
+on
+the
+containing
+property
+element
+and
+making
+the
+property
+element
+empty.
+</p>
+<p>
+In
+this
+example,
+the
+property
+element
+<code>
+ex:homePage
+</code>
+contains
+an
+empty
+node
+element
+with
+the
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<code>
+http://purl.org/net/dajobe/
+</code>.
+This
+can
+be
+replaced
+with
+the
+empty
+property
+element
+form
+giving
+the
+result
+shown
+in
+<a href="#example5">
+Example
+5
+</a>:
+</p>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">5:
+Empty
+property
+elements
+</del>
+<ins class="diff-chg">5
+</ins></span>
+</div>
+<pre id="example5" class="example">
+<strong>Empty property elements</strong>
+<ins class="diff-chg">          
+</ins>
+&lt;rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"&gt;
+  &lt;ex:editor&gt;
+    &lt;rdf:Description&gt;
+      &lt;ex:homePage rdf:resource="http://purl.org/net/dajobe/"/&gt;
+      &lt;ex:fullName&gt;Dave Beckett&lt;/ex:fullName&gt;
+    &lt;/rdf:Description&gt;
+  &lt;/ex:editor&gt;
+<del class="diff-old">  &lt;dc:title&gt;RDF/XML Syntax Specification (Revised)&lt;/dc:title&gt;
+</del>
+<ins class="diff-chg">  &lt;dc:title&gt;RDF 1.1 XML Syntax&lt;/dc:title&gt;
+</ins>
+&lt;/rdf:Description&gt;
+</pre>
+</div>
+</section>
+<section id="section-Syntax-property-attributes" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Syntax-property-attributes">
+<span class="secno">
+2.5
+</span>
+Property
+Attributes
+</h3>
+<p>
+When
+a
+property
+element's
+content
+is
+string
+literal,
+it
+may
+be
+possible
+to
+use
+it
+as
+an
+XML
+attribute
+on
+the
+containing
+node
+element.
+This
+can
+be
+done
+for
+multiple
+properties
+on
+the
+same
+node
+element
+only
+if
+the
+property
+element
+name
+is
+not
+repeated
+(required
+by
+XML
+<del class="diff-old">&mdash;
+</del>
+<ins class="diff-chg">—
+</ins>
+attribute
+names
+are
+unique
+on
+an
+XML
+element)
+and
+any
+in-scope
+<code>
+xml:lang
+</code>
+on
+the
+property
+element's
+string
+literal
+(if
+any)
+are
+the
+same
+(see
+<a href="#section-Syntax-languages">
+Section
+2.7
+</a>
+)
+This
+abbreviation
+is
+known
+as
+a
+<em>
+Property
+Attribute
+</em>
+and
+can
+be
+applied
+to
+any
+node
+element.
+</p>
+<p>
+This
+abbreviation
+can
+also
+be
+used
+when
+the
+property
+element
+is
+<code>
+rdf:type
+</code>
+and
+it
+has
+an
+<code>
+rdf:resource
+</code>
+attribute
+the
+value
+of
+which
+is
+interpreted
+as
+a
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+object
+node.
+</p>
+<p>
+In
+<a href="#example5">
+Example
+5
+</a>:,
+there
+are
+two
+property
+elements
+with
+string
+literal
+content,
+the
+<code>
+dc:title
+</code>
+and
+<code>
+ex:fullName
+</code>
+property
+elements.
+These
+can
+be
+replaced
+with
+property
+attributes
+giving
+the
+result
+shown
+in
+<a href="#example6">
+Example
+6
+</a>:
+</p>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">6:
+Replacing
+property
+elements
+with
+string
+literal
+content
+into
+property
+attributes
+</del>
+<ins class="diff-chg">6
+</ins></span>
+</div>
+<pre id="example6" class="example">
+<strong>Replacing property elements with string literal content into property attributes</strong>
+<ins class="diff-chg">          
+</ins>
+&lt;rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"
+<del class="diff-old">                 dc:title="RDF/XML Syntax Specification (Revised)"&gt;
+</del>
+<ins class="diff-chg">           dc:title="RDF 1.1 XML Syntax"&gt;
+</ins>
+  &lt;ex:editor&gt;
+    &lt;rdf:Description ex:fullName="Dave Beckett"&gt;
+      &lt;ex:homePage rdf:resource="http://purl.org/net/dajobe/"/&gt;
+    &lt;/rdf:Description&gt;
+  &lt;/ex:editor&gt;
+&lt;/rdf:Description&gt;
+</pre>
+</div>
+</section>
+<section id="section-Syntax-complete-document" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Syntax-complete-document">
+<span class="secno">
+2.6
+</span>
+Completing
+the
+Document:
+Document
+Element
+and
+XML
+Declaration
+</h3>
+<p>
+To
+create
+a
+complete
+RDF/XML
+document,
+the
+serialization
+of
+the
+graph
+into
+XML
+is
+usually
+contained
+inside
+an
+<code>
+rdf:RDF
+</code>
+XML
+element
+which
+becomes
+the
+top-level
+XML
+document
+element.
+Conventionally
+the
+<code>
+rdf:RDF
+</code>
+element
+is
+also
+used
+to
+declare
+the
+XML
+namespaces
+that
+are
+used,
+although
+that
+is
+not
+required.
+When
+there
+is
+only
+one
+top-level
+node
+element
+inside
+<code>
+rdf:RDF
+</code>,
+the
+<code>
+rdf:RDF
+</code>
+can
+be
+omitted
+although
+any
+XML
+namespaces
+must
+still
+be
+declared.
+</p>
+<p>
+The
+XML
+specification
+also
+permits
+an
+XML
+declaration
+at
+the
+top
+of
+the
+document
+with
+the
+XML
+version
+and
+possibly
+the
+XML
+content
+encoding.
+This
+is
+optional
+but
+recommended.
+</p>
+<p>
+Completing
+the
+RDF/XML
+could
+be
+done
+for
+any
+of
+the
+correct
+complete
+graph
+examples
+from
+<a href="#example4">
+Example
+4
+</a>
+onwards
+but
+taking
+the
+smallest
+<a href="#example6">
+Example
+6
+</a>
+and
+adding
+the
+final
+components,
+gives
+a
+complete
+RDF/XML
+representation
+of
+the
+original
+<a href="#figure1" class="fig-ref">
+Figure
+1
+</a>
+graph
+in
+<a href="#example7">
+Example
+7
+</a>:
+</p>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">7:
+Complete
+RDF/XML
+description
+of
+Figure
+1
+graph
+(
+example07.rdf
+output
+example07.nt
+)
+</del>
+<ins class="diff-chg">7
+</ins></span>
+</div>
+<pre id="example7" class="example">
+<strong>Complete RDF/XML description of Figure 1 graph 
+<ins class="diff-chg">(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example07.rdf">example07.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example07.nt">example07.nt</a>)</strong>
+</ins>
+&lt;?xml version="1.0"?&gt;
+&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+<del class="diff-old">         xmlns:dc="http://purl.org/dc/elements/1.1/"
+         xmlns:ex="http://example.org/stuff/1.0/"&gt;
+</del>
+<ins class="diff-chg">            xmlns:dc="http://purl.org/dc/elements/1.1/"
+            xmlns:ex="http://example.org/stuff/1.0/"&gt;
+</ins>
+  &lt;rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"
+<del class="diff-old">		   dc:title="RDF/XML Syntax Specification (Revised)"&gt;
+</del>
+<ins class="diff-chg">             dc:title="RDF1.1 XML Syntax"&gt;
+</ins>
+    &lt;ex:editor&gt;
+      &lt;rdf:Description ex:fullName="Dave Beckett"&gt;
+<del class="diff-old">	&lt;ex:homePage rdf:resource="http://purl.org/net/dajobe/" /&gt;
+</del>
+<ins class="diff-chg">        &lt;ex:homePage rdf:resource="http://purl.org/net/dajobe/" /&gt;
+</ins>
+      &lt;/rdf:Description&gt;
+    &lt;/ex:editor&gt;
+  &lt;/rdf:Description&gt;
+<del class="diff-old">&lt;/rdf:RDF&gt;
+</del>
+<ins class="diff-new">&lt;/rdf:RDF&gt;
+</ins>
+</pre>
+</div>
+<p>
+It
+is
+possible
+to
+omit
+<code>
+rdf:RDF
+</code>
+in
+<a href="#example7">
+Example
+7
+</a>
+above
+since
+there
+is
+only
+one
+<code>
+rdf:Description
+</code>
+inside
+<code>
+rdf:RDF
+</code>
+but
+this
+is
+not
+shown
+here.
+</p>
+</section>
+<section id="section-Syntax-languages" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Syntax-languages">
+<span class="secno">
+2.7
+</span>
+Languages:
+<code>
+xml:lang
+</code>
+</h3>
+<p>
+RDF/XML
+permits
+the
+use
+of
+the
+<code>
+xml:lang
+</code>
+attribute
+as
+defined
+by
+<a href="http://www.w3.org/TR/REC-xml#sec-lang-tag">
+2.12
+Language
+Identification
+</a>
+of
+XML
+1.0
+<ins class="diff-new">[
+</ins><cite><a class="bibref" href="#bib-XML10"><ins class="diff-new">
+XML10
+</ins>
+</a>
+<del class="diff-old">[XML]
+</del>
+</cite>
+<ins class="diff-chg">]
+</ins>
+to
+allow
+the
+identification
+of
+content
+language.
+The
+<code>
+xml:lang
+</code>
+attribute
+can
+be
+used
+on
+any
+node
+element
+or
+property
+element
+to
+indicate
+that
+the
+included
+content
+is
+in
+the
+given
+language.
+<a href="#section-Syntax-datatyped-literals">
+Typed
+literals
+</a>
+which
+includes
+<a href="#section-Syntax-XML-literals">
+XML
+literals
+</a>
+are
+not
+affected
+by
+this
+attribute.
+The
+most
+specific
+in-scope
+language
+present
+(if
+any)
+is
+applied
+to
+property
+element
+string
+literal
+content
+or
+property
+attribute
+values.
+The
+<code>
+xml:lang=""
+</code>
+form
+indicates
+the
+absence
+of
+a
+language
+identifier.
+</p>
+<p>
+Some
+examples
+of
+marking
+content
+languages
+for
+RDF
+properties
+are
+shown
+in
+<a href="#example8">
+Example
+8
+</a>:
+</p>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">8:
+Complete
+example
+of
+xml:lang
+</del>
+<ins class="diff-chg">8
+</ins></span>
+<del class="diff-old">(
+example08.rdf
+output
+example08.nt
+)
+</del>
+</div>
+<pre id="example8" class="example">
+<strong>Complete example of <code>xml:lang</code>
+<ins class="diff-chg">(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example08.rdf">example08.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example08.nt">example08.nt</a>)</strong>
+</ins>
+&lt;?xml version="1.0" encoding="utf-8"?&gt;
+&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+<del class="diff-old">         xmlns:dc="http://purl.org/dc/elements/1.1/"&gt;
+</del>
+<ins class="diff-chg">            xmlns:dc="http://purl.org/dc/elements/1.1/"&gt;
+</ins>
+  &lt;rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"&gt;
+<del class="diff-old">    &lt;dc:title&gt;RDF/XML Syntax Specification (Revised)&lt;/dc:title&gt;
+    &lt;dc:title xml:lang="en"&gt;RDF/XML Syntax Specification (Revised)&lt;/dc:title&gt;
+    &lt;dc:title xml:lang="en-US"&gt;RDF/XML Syntax Specification (Revised)&lt;/dc:title&gt;
+</del>
+<ins class="diff-chg">    &lt;dc:title&gt;RDF 1.1 XML Syntax&lt;/dc:title&gt;
+    &lt;dc:title xml:lang="en"&gt;RDF 1.1 XML Syntax&lt;/dc:title&gt;
+    &lt;dc:title xml:lang="en-US"&gt;RDF 1.1 XML Syntax&lt;/dc:title&gt;
+</ins>
+  &lt;/rdf:Description&gt;
+  &lt;rdf:Description rdf:about="http://example.org/buecher/baum" xml:lang="de"&gt;
+    &lt;dc:title&gt;Der Baum&lt;/dc:title&gt;
+    &lt;dc:description&gt;Das Buch ist außergewöhnlich&lt;/dc:description&gt;
+    &lt;dc:title xml:lang="en"&gt;The Tree&lt;/dc:title&gt;
+  &lt;/rdf:Description&gt;
+<del class="diff-old">&lt;/rdf:RDF&gt;
+</del>
+<ins class="diff-new">&lt;/rdf:RDF&gt;
+</ins>
+</pre>
+</div>
+</section>
+<section id="section-Syntax-XML-literals" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Syntax-XML-literals">
+<span class="secno">
+2.8
+</span>
+XML
+Literals:
+<code>
+rdf:parseType="Literal"
+</code>
+</h3>
+<p>
+RDF
+allows
+XML
+literals
+<del class="diff-old">(
+[RDF-CONCEPTS]
+Section
+5,
+XML
+Content
+within
+an
+RDF
+graph
+)
+</del>
+<ins class="diff-chg">[RDF11-CONCEPTS]
+</ins>
+to
+be
+given
+as
+the
+object
+node
+of
+a
+predicate.
+These
+are
+written
+in
+RDF/XML
+as
+content
+of
+a
+property
+element
+(not
+a
+property
+attribute)
+and
+indicated
+using
+the
+<code>
+rdf:parseType="Literal"
+</code>
+attribute
+on
+the
+containing
+property
+element.
+</p>
+<p>
+An
+example
+of
+writing
+an
+XML
+literal
+is
+given
+in
+<a href="#example9">
+Example
+9
+</a>
+where
+there
+is
+a
+single
+RDF
+triple
+with
+the
+subject
+node
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<code>
+http://example.org/item01
+</code>,
+the
+predicate
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<code>
+http://example.org/stuff/1.0/prop
+</code>
+(from
+<code>
+ex:prop
+</code>
+)
+and
+the
+object
+node
+with
+XML
+literal
+content
+beginning
+<code>
+a:Box
+</code>.
+</p>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">9:
+Complete
+example
+of
+rdf:parseType="Literal"
+</del>
+<ins class="diff-chg">9
+</ins></span>
+<del class="diff-old">(
+example09.rdf
+output
+example09.nt
+)
+</del>
+</div>
+<pre id="example9" class="example">
+<strong>Complete example of <code>rdf:parseType="Literal"</code>
+<ins class="diff-chg">(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example09.rdf">example09.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example09.nt">example09.nt</a>)</strong>
+          
+</ins>
+&lt;?xml version="1.0"?&gt;
+&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+<del class="diff-old">         xmlns:ex="http://example.org/stuff/1.0/"&gt;
+  &lt;rdf:Description rdf:about="http://example.org/item01"&gt;
+    &lt;ex:prop rdf:parseType="Literal"
+             xmlns:a="http://example.org/a#"&gt;&lt;a:Box required="true"&gt;
+         &lt;a:widget size="10" /&gt;
+         &lt;a:grommit id="23" /&gt;&lt;/a:Box&gt;
+</del>
+<ins class="diff-chg">            xmlns:ex="http://example.org/stuff/1.0/"&gt;
+  &lt;rdf:Description rdf:about="http://example.org/item01"&gt; 
+    &lt;ex:prop rdf:parseType="Literal" xmlns:a="http://example.org/a#"&gt;
+      &lt;a:Box required="true"&gt;
+        &lt;a:widget size="10" /&gt;
+        &lt;a:grommit id="23" /&gt;
+      &lt;/a:Box&gt;
+</ins>
+    &lt;/ex:prop&gt;
+  &lt;/rdf:Description&gt;
+<del class="diff-old">&lt;/rdf:RDF&gt;
+</del>
+<ins class="diff-new">&lt;/rdf:RDF&gt;
+</ins>
+</pre>
+</div>
+</section>
+<section id="section-Syntax-datatyped-literals" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Syntax-datatyped-literals">
+<span class="secno">
+2.9
+</span>
+Typed
+Literals:
+<code>
+rdf:datatype
+</code>
+</h3>
+<p>
+RDF
+allows
+typed
+literals
+to
+be
+given
+as
+the
+object
+node
+of
+a
+predicate.
+Typed
+literals
+consist
+of
+a
+literal
+string
+and
+a
+datatype
+<del class="diff-old">RDF
+URI
+reference
+.
+</del>
+<ins class="diff-chg">IRI.
+</ins>
+These
+are
+written
+in
+RDF/XML
+using
+the
+same
+syntax
+for
+literal
+string
+nodes
+in
+the
+property
+element
+form
+(not
+property
+attribute)
+but
+with
+an
+additional
+<code>
+rdf:datatype="
+</code>
+<em>
+datatypeURI
+</em>
+<code>
+"
+</code>
+attribute
+on
+the
+property
+element.
+Any
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+can
+be
+used
+in
+the
+attribute.
+</p>
+<p>
+An
+example
+of
+an
+RDF
+typed
+literal
+is
+given
+in
+<a href="#example10">
+Example
+10
+</a>
+where
+there
+is
+a
+single
+RDF
+triple
+with
+the
+subject
+node
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<code>
+http://example.org/item01
+</code>,
+the
+predicate
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<code>
+http://example.org/stuff/1.0/size
+</code>
+(from
+<code>
+ex:size
+</code>
+)
+and
+the
+object
+node
+with
+the
+typed
+literal
+("123",
+<code>
+http://www.w3.org/2001/XMLSchema#int
+</code>
+)
+to
+be
+interpreted
+as
+an
+<del class="diff-old">W3C
+</del>
+XML
+Schema
+<ins class="diff-new">[
+</ins><cite><a class="bibref" href="#bib-XMLSCHEMA-2"><ins class="diff-new">
+XMLSCHEMA-2
+</ins>
+</a>
+<del class="diff-old">[XML-SCHEMA2]
+</del>
+</cite>
+<ins class="diff-chg">]
+</ins>
+datatype
+<del class="diff-old">int.
+</del>
+<code>
+<ins class="diff-chg">int
+</ins></code>.
+</p>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">10:
+Complete
+example
+of
+rdf:datatype
+</del>
+<ins class="diff-chg">10
+</ins></span>
+<del class="diff-old">(
+example10.rdf
+output
+example10.nt
+)
+</del>
+</div>
+<pre id="example10" class="example">
+<strong>Complete example of <code>rdf:datatype</code>
+<ins class="diff-chg">(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example10.rdf">example10.rdf</a>,  output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example10.nt">example10.nt</a>)</strong>
+          
+</ins>
+&lt;?xml version="1.0"?&gt;
+&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+<del class="diff-old">         xmlns:ex="http://example.org/stuff/1.0/"&gt;
+</del>
+<ins class="diff-chg">            xmlns:ex="http://example.org/stuff/1.0/"&gt;
+</ins>
+  &lt;rdf:Description rdf:about="http://example.org/item01"&gt;
+    &lt;ex:size rdf:datatype="http://www.w3.org/2001/XMLSchema#int"&gt;123&lt;/ex:size&gt;
+  &lt;/rdf:Description&gt;
+<del class="diff-old">&lt;/rdf:RDF&gt;
+</del>
+<ins class="diff-new">&lt;/rdf:RDF&gt;
+</ins>
+</pre>
+</div>
+</section>
+<section id="section-Syntax-blank-nodes" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Syntax-blank-nodes">
+<span class="secno">
+2.10
+</span>
+Identifying
+Blank
+Nodes:
+<code>
+rdf:nodeID
+</code>
+</h3>
+<p>
+Blank
+nodes
+in
+the
+RDF
+graph
+are
+distinct
+but
+have
+no
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+identifier.
+It
+is
+sometimes
+required
+that
+the
+same
+graph
+blank
+node
+is
+referred
+to
+in
+the
+RDF/XML
+in
+multiple
+places,
+such
+as
+at
+the
+subject
+and
+object
+of
+several
+RDF
+triples.
+In
+this
+case,
+a
+blank
+node
+identifier
+can
+be
+given
+to
+the
+blank
+node
+for
+identifying
+it
+in
+the
+document.
+Blank
+node
+identifiers
+in
+RDF/XML
+are
+scoped
+to
+the
+containing
+XML
+Information
+Set
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.document">
+document
+information
+item
+</a>.
+A
+blank
+node
+identifier
+is
+used
+on
+a
+node
+element
+to
+replace
+<code>
+rdf:about="
+</code>
+<em>
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+</em>
+<code>
+"
+</code>
+or
+on
+a
+property
+element
+to
+replace
+<code>
+rdf:resource="
+</code>
+<em>
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+</em>
+<code>
+"
+</code>
+with
+<code>
+rdf:nodeID="
+</code>
+<em>
+blank
+node
+identifier
+</em>
+<code>
+"
+</code>
+in
+both
+cases.
+</p>
+<p>
+Taking
+<a href="#example7">
+Example
+7
+</a>
+and
+explicitly
+giving
+a
+blank
+node
+identifier
+of
+<code>
+abc
+</code>
+to
+the
+blank
+node
+in
+it
+gives
+the
+result
+shown
+in
+<a href="#example11">
+Example
+11
+</a>.
+The
+second
+<code>
+rdf:Description
+</code>
+property
+element
+is
+about
+the
+blank
+node.
+</p>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">11:
+Complete
+RDF/XML
+description
+of
+graph
+using
+rdf:nodeID
+identifying
+the
+blank
+node
+(
+example11.rdf
+output
+example11.nt
+)
+</del>
+<ins class="diff-chg">11
+</ins></span>
+</div>
+<pre id="example11" class="example">
+<strong>Complete RDF/XML description of graph using <code>rdf:nodeID</code> identifying the blank node
+<ins class="diff-chg">(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example11.rdf">example11.rdf</a>,  output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example11.nt">example11.nt</a>)</strong>
+</ins>
+&lt;?xml version="1.0"?&gt;
+&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+<del class="diff-old">         xmlns:dc="http://purl.org/dc/elements/1.1/"
+         xmlns:ex="http://example.org/stuff/1.0/"&gt;
+</del>
+<ins class="diff-chg">            xmlns:dc="http://purl.org/dc/elements/1.1/"
+            xmlns:ex="http://example.org/stuff/1.0/"&gt;
+</ins>
+  &lt;rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"
+<del class="diff-old">		   dc:title="RDF/XML Syntax Specification (Revised)"&gt;
+</del>
+<ins class="diff-chg">             dc:title="RDF 1.1 XML Syntax"&gt;
+</ins>
+    &lt;ex:editor rdf:nodeID="abc"/&gt;
+  &lt;/rdf:Description&gt;
+<del class="diff-old">  &lt;rdf:Description rdf:nodeID="abc"
+                   ex:fullName="Dave Beckett"&gt;
+</del>
+<ins class="diff-chg">  &lt;rdf:Description rdf:nodeID="abc" ex:fullName="Dave Beckett"&gt;
+</ins>
+    &lt;ex:homePage rdf:resource="http://purl.org/net/dajobe/"/&gt;
+  &lt;/rdf:Description&gt;
+<del class="diff-old">&lt;/rdf:RDF&gt;
+</del>
+<ins class="diff-new">&lt;/rdf:RDF&gt;
+</ins>
+</pre>
+</div>
+</section>
+<section id="section-Syntax-parsetype-resource" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Syntax-parsetype-resource">
+<span class="secno">
+2.11
+</span>
+Omitting
+Blank
+Nodes:
+<code>
+rdf:parseType="Resource"
+</code>
+</h3>
+<p>
+Blank
+nodes
+(not
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+nodes)
+in
+RDF
+graphs
+can
+be
+written
+in
+a
+form
+that
+allows
+the
+<code>
+&lt;rdf:Description&gt;
+</code>
+<code>
+&lt;/rdf:Description&gt;
+</code>
+pair
+to
+be
+omitted.
+The
+omission
+is
+done
+by
+putting
+an
+<code>
+rdf:parseType="Resource"
+</code>
+attribute
+on
+the
+containing
+property
+element
+that
+turns
+the
+property
+element
+into
+a
+property-and-node
+element,
+which
+can
+itself
+have
+both
+property
+elements
+and
+property
+attributes.
+Property
+attributes
+and
+the
+<code>
+rdf:nodeID
+</code>
+attribute
+are
+not
+permitted
+on
+property-and-node
+elements.
+</p>
+<p>
+Taking
+the
+earlier
+<a href="#example7">
+Example
+7
+</a>,
+the
+contents
+of
+the
+<code>
+ex:editor
+</code>
+property
+element
+could
+be
+alternatively
+done
+in
+this
+fashion
+to
+give
+the
+form
+shown
+in
+<a href="#example12">
+Example
+12
+</a>:
+</p>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">12:
+Complete
+example
+using
+rdf:parseType="Resource"
+</del>
+<ins class="diff-chg">12
+</ins></span>
+<del class="diff-old">(
+example12.rdf
+output
+example12.nt
+)
+</del>
+</div>
+<pre id="example12" class="example">
+<strong>Complete example using <code>rdf:parseType="Resource"</code>
+<ins class="diff-chg">(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example12.rdf">example12.rdf</a>, output: <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example12.nt">example12.nt</a>)</strong>
+          
+</ins>
+&lt;?xml version="1.0"?&gt;
+&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+<del class="diff-old">         xmlns:dc="http://purl.org/dc/elements/1.1/"
+         xmlns:ex="http://example.org/stuff/1.0/"&gt;
+</del>
+<ins class="diff-chg">            xmlns:dc="http://purl.org/dc/elements/1.1/"
+            xmlns:ex="http://example.org/stuff/1.0/"&gt;
+</ins>
+  &lt;rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"
+<del class="diff-old">		   dc:title="RDF/XML Syntax Specification (Revised)"&gt;
+</del>
+<ins class="diff-chg">                   dc:title="RDF 1.1 XML Syntax"&gt;
+</ins>
+    &lt;ex:editor rdf:parseType="Resource"&gt;
+      &lt;ex:fullName&gt;Dave Beckett&lt;/ex:fullName&gt;
+      &lt;ex:homePage rdf:resource="http://purl.org/net/dajobe/"/&gt;
+    &lt;/ex:editor&gt;
+  &lt;/rdf:Description&gt;
+&lt;/rdf:RDF&gt;
+</pre>
+</div>
+</section>
+<section id="section-Syntax-property-attributes-on-property-element" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Syntax-property-attributes-on-property-element">
+<span class="secno">
+2.12
+</span>
+Omitting
+Nodes:
+Property
+Attributes
+on
+an
+empty
+Property
+Element
+</h3>
+<p>
+If
+all
+of
+the
+property
+elements
+on
+a
+blank
+node
+element
+have
+string
+literal
+values
+with
+the
+same
+in-scope
+<code>
+xml:lang
+</code>
+value
+(if
+present)
+and
+each
+of
+these
+property
+elements
+appears
+at
+most
+once
+and
+there
+is
+at
+most
+one
+<code>
+rdf:type
+</code>
+property
+element
+with
+a
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+object
+node,
+these
+can
+be
+abbreviated
+by
+moving
+them
+to
+be
+property
+attributes
+on
+the
+containing
+property
+element
+which
+is
+made
+an
+empty
+element.
+</p>
+<p>
+Taking
+the
+earlier
+<a href="#example5">
+Example
+5
+</a>,
+the
+<code>
+ex:editor
+</code>
+property
+element
+contains
+a
+blank
+node
+element
+with
+two
+property
+elements
+<code>
+ex:fullname
+</code>
+and
+<code>
+ex:homePage
+</code>.
+<code>
+ex:homePage
+</code>
+is
+not
+suitable
+here
+since
+it
+does
+not
+have
+a
+string
+literal
+value,
+so
+it
+is
+being
+<em>
+ignored
+</em>
+for
+the
+purposes
+of
+this
+example.
+The
+abbreviated
+form
+removes
+the
+<code>
+ex:fullName
+</code>
+property
+element
+and
+adds
+a
+new
+property
+attribute
+<code>
+ex:fullName
+</code>
+with
+the
+string
+literal
+value
+of
+the
+deleted
+property
+element
+to
+the
+<code>
+ex:editor
+</code>
+property
+element.
+The
+blank
+node
+element
+becomes
+implicit
+in
+the
+now
+empty
+<code>
+ex:editor
+</code>
+property
+element.
+The
+result
+is
+shown
+in
+<a href="#example13">
+Example
+13
+</a>.
+</p>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">13:
+Complete
+example
+of
+property
+attributes
+on
+an
+empty
+property
+element
+(
+example13.rdf
+output
+example13.nt
+)
+</del>
+<ins class="diff-chg">13
+</ins></span>
+</div>
+<pre id="example13" class="example">
+<strong>Complete example of property attributes on an empty property element
+<ins class="diff-chg">(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example13.rdf">example13.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example13.nt">example13.nt</a>)</strong>
+</ins>
+&lt;?xml version="1.0"?&gt;
+&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+<del class="diff-old">         xmlns:dc="http://purl.org/dc/elements/1.1/"
+         xmlns:ex="http://example.org/stuff/1.0/"&gt;
+</del>
+<ins class="diff-chg">            xmlns:dc="http://purl.org/dc/elements/1.1/"
+            xmlns:ex="http://example.org/stuff/1.0/"&gt;
+</ins>
+  &lt;rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"
+<del class="diff-old">		   dc:title="RDF/XML Syntax Specification (Revised)"&gt;
+</del>
+<ins class="diff-chg">            dc:title="RDF 1.1 XML Syntax"&gt;
+</ins>
+    &lt;ex:editor ex:fullName="Dave Beckett" /&gt;
+<del class="diff-old">    &lt;!-- Note the ex:homePage property has been ignored for this example --&gt;
+</del>
+<ins class="diff-chg">            &lt;!-- Note the ex:homePage property has been ignored for this example --&gt;
+</ins>
+  &lt;/rdf:Description&gt;
+<del class="diff-old">&lt;/rdf:RDF&gt;
+</del>
+<ins class="diff-new">&lt;/rdf:RDF&gt;
+</ins>
+</pre>
+</div>
+</section>
+<section id="section-Syntax-typed-nodes" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Syntax-typed-nodes">
+<span class="secno">
+2.13
+</span>
+Typed
+Node
+Elements
+</h3>
+<p>
+It
+is
+common
+for
+RDF
+graphs
+to
+have
+<code>
+rdf:type
+</code>
+predicates
+from
+subject
+nodes.
+These
+are
+conventionally
+called
+<em>
+typed
+nodes
+</em>
+in
+the
+graph,
+or
+<em>
+typed
+node
+elements
+</em>
+in
+the
+RDF/XML.
+RDF/XML
+allows
+this
+triple
+to
+be
+expressed
+more
+concisely.
+by
+replacing
+the
+<code>
+rdf:Description
+</code>
+node
+element
+name
+with
+the
+namespaced-element
+corresponding
+to
+the
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+of
+the
+value
+of
+the
+type
+relationship.
+There
+may,
+of
+course,
+be
+multiple
+<code>
+rdf:type
+</code>
+predicates
+but
+only
+one
+can
+be
+used
+in
+this
+way,
+the
+others
+must
+remain
+as
+property
+elements
+or
+property
+attributes.
+</p>
+<p>
+The
+typed
+node
+elements
+are
+commonly
+used
+in
+RDF/XML
+with
+the
+built-in
+classes
+in
+the
+<a href="#section-Namespace">
+RDF
+vocabulary
+</a>:
+<code>
+rdf:Seq
+</code>,
+<code>
+rdf:Bag
+</code>,
+<code>
+rdf:Alt
+</code>,
+<code>
+rdf:Statement
+</code>,
+<code>
+rdf:Property
+</code>
+and
+<code>
+rdf:List
+</code>.
+</p>
+<p>
+For
+example,
+the
+RDF/XML
+in
+<a href="#example14">
+Example
+14
+</a>
+could
+be
+written
+as
+shown
+in
+<a href="#example15">
+Example
+15
+</a>.
+</p>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">14:
+Complete
+example
+with
+rdf:type
+</del>
+<ins class="diff-chg">14
+</ins></span>
+<del class="diff-old">(
+example14.rdf
+output
+example14.nt
+)
+</del>
+</div>
+<pre id="example14" class="example">
+<strong>Complete example with <code>rdf:type</code>
+<ins class="diff-chg">(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example14.rdf">example14.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example14.nt">example14.nt</a>)</strong>
+</ins>
+&lt;?xml version="1.0"?&gt;
+&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+<del class="diff-old">         xmlns:dc="http://purl.org/dc/elements/1.1/"
+         xmlns:ex="http://example.org/stuff/1.0/"&gt;
+</del>
+<ins class="diff-chg">            xmlns:dc="http://purl.org/dc/elements/1.1/"
+            xmlns:ex="http://example.org/stuff/1.0/"&gt;
+</ins>
+  &lt;rdf:Description rdf:about="http://example.org/thing"&gt;
+    &lt;rdf:type rdf:resource="http://example.org/stuff/1.0/Document"/&gt;
+    &lt;dc:title&gt;A marvelous thing&lt;/dc:title&gt;
+  &lt;/rdf:Description&gt;
+&lt;/rdf:RDF&gt;
+</pre>
+</div>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">15:
+Complete
+example
+using
+a
+typed
+node
+element
+to
+replace
+an
+rdf:type
+</del>
+<ins class="diff-chg">15
+</ins></span>
+<del class="diff-old">(
+example15.rdf
+output
+example15.nt
+)
+</del>
+</div>
+<pre id="example15" class="example">
+<strong>Complete example using a typed node element to replace an <code>rdf:type</code>
+<ins class="diff-chg">(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example15.rdf">example15.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example15.nt">example15.nt</a>)</strong>
+</ins>
+&lt;?xml version="1.0"?&gt;
+&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+<del class="diff-old">         xmlns:dc="http://purl.org/dc/elements/1.1/"
+         xmlns:ex="http://example.org/stuff/1.0/"&gt;
+</del>
+<ins class="diff-chg">            xmlns:dc="http://purl.org/dc/elements/1.1/"
+            xmlns:ex="http://example.org/stuff/1.0/"&gt;
+</ins>
+  &lt;ex:Document rdf:about="http://example.org/thing"&gt;
+    &lt;dc:title&gt;A marvelous thing&lt;/dc:title&gt;
+  &lt;/ex:Document&gt;
+<del class="diff-old">&lt;/rdf:RDF&gt;
+</del>
+<ins class="diff-new">&lt;/rdf:RDF&gt;
+</ins>
+</pre>
+</div>
+</section>
+<section id="section-Syntax-ID-xml-base" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Syntax-ID-xml-base">
+<span class="secno">
+2.14
+</span>
+Abbreviating
+URIs:
+<code>
+rdf:ID
+</code>
+and
+<code>
+xml:base
+</code>
+</h3>
+<p>
+RDF/XML
+allows
+further
+abbreviating
+<del class="diff-old">RDF
+URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+in
+XML
+attributes
+in
+two
+ways.
+The
+XML
+Infoset
+provides
+a
+base
+URI
+attribute
+<code>
+xml:base
+</code>
+that
+sets
+the
+base
+URI
+for
+resolving
+relative
+<del class="diff-old">RDF
+URI
+references
+,
+</del>
+<ins class="diff-chg">IRIs,
+</ins>
+otherwise
+the
+base
+URI
+is
+that
+of
+the
+document.
+The
+base
+URI
+applies
+to
+all
+RDF/XML
+attributes
+that
+deal
+with
+<del class="diff-old">RDF
+URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+which
+are
+<code>
+rdf:about
+</code>,
+<code>
+rdf:resource
+</code>,
+<code>
+rdf:ID
+</code>
+and
+<code>
+rdf:datatype
+</code>.
+</p>
+<p>
+The
+<code>
+rdf:ID
+</code>
+attribute
+on
+a
+node
+element
+(not
+property
+element,
+that
+has
+another
+meaning)
+can
+be
+used
+instead
+of
+<code>
+rdf:about
+</code>
+and
+gives
+a
+relative
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+equivalent
+to
+<code>
+#
+</code>
+concatenated
+with
+the
+<code>
+rdf:ID
+</code>
+attribute
+value.
+So
+for
+example
+if
+<code>
+rdf:ID="name"
+</code>,
+that
+would
+be
+equivalent
+to
+<code>
+rdf:about="#name"
+</code>.
+<code>
+rdf:ID
+</code>
+provides
+an
+additional
+check
+since
+the
+same
+<em>
+name
+</em>
+can
+only
+appear
+once
+in
+the
+scope
+of
+an
+<code>
+xml:base
+</code>
+value
+(or
+document,
+if
+none
+is
+given),
+so
+is
+useful
+for
+defining
+a
+set
+of
+distinct,
+related
+terms
+relative
+to
+the
+same
+<del class="diff-old">RDF
+URI
+reference
+.
+</del>
+<ins class="diff-chg">IRI.
+</ins>
+</p>
+<p>
+Both
+forms
+require
+a
+base
+URI
+to
+be
+known,
+either
+from
+an
+in-scope
+<code>
+xml:base
+</code>
+or
+from
+the
+URI
+of
+the
+RDF/XML
+document.
+</p>
+<p>
+<a href="#example16">
+Example
+16
+</a>
+shows
+abbreviating
+the
+node
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+of
+<code>
+http://example.org/here/#snack
+</code>
+using
+an
+<code>
+xml:base
+</code>
+of
+<code>
+http://example.org/here/
+</code>
+and
+an
+<code>
+rdf:ID
+</code>
+on
+the
+<code>
+rdf:Description
+</code>
+node
+element.
+The
+object
+node
+of
+the
+<code>
+ex:prop
+</code>
+predicate
+is
+an
+absolute
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+resolved
+from
+the
+<code>
+rdf:resource
+</code>
+XML
+attribute
+value
+using
+the
+in-scope
+base
+URI
+to
+give
+the
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<code>
+http://example.org/here/fruit/apple
+</code>.
+</p>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">16:
+Complete
+example
+using
+rdf:ID
+and
+xml:base
+for
+shortening
+URIs
+(
+example16.rdf
+output
+example16.nt
+)
+</del>
+<ins class="diff-chg">16
+</ins></span>
+</div>
+<pre id="example16" class="example">
+<strong>Complete example using <code>rdf:ID</code> and <code>xml:base</code> for shortening URIs
+<ins class="diff-chg">(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example16.rdf">example16.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example16.nt">example16.nt</a>)</strong>
+</ins>
+&lt;?xml version="1.0"?&gt;
+&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+<del class="diff-old">         xmlns:ex="http://example.org/stuff/1.0/"
+         xml:base="http://example.org/here/"&gt;
+</del>
+<ins class="diff-chg">            xmlns:ex="http://example.org/stuff/1.0/"
+            xml:base="http://example.org/here/"&gt;
+</ins>
+  &lt;rdf:Description rdf:ID="snack"&gt;
+    &lt;ex:prop rdf:resource="fruit/apple"/&gt;
+  &lt;/rdf:Description&gt;
+&lt;/rdf:RDF&gt;
+</pre>
+</div>
+</section>
+<section id="section-Syntax-list-elements" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Syntax-list-elements">
+<span class="secno">
+2.15
+</span>
+Container
+Membership
+Property
+Elements:
+<code>
+rdf:li
+</code>
+and
+<code>
+rdf:_
+</code>
+<em>
+n
+</em>
+</h3>
+<p>
+RDF
+has
+a
+set
+of
+container
+membership
+properties
+and
+corresponding
+property
+elements
+that
+are
+mostly
+used
+with
+instances
+of
+the
+<code>
+rdf:Seq
+</code>,
+<code>
+rdf:Bag
+</code>
+and
+<code>
+rdf:Alt
+</code>
+classes
+which
+may
+be
+written
+as
+typed
+node
+elements.
+The
+list
+properties
+are
+<code>
+rdf:_1
+</code>,
+<code>
+rdf:_2
+</code>
+etc.
+and
+can
+be
+written
+as
+property
+elements
+or
+property
+attributes
+as
+shown
+in
+<a href="#example17">
+Example
+17
+</a>.
+There
+is
+an
+<code>
+rdf:li
+</code>
+special
+property
+element
+that
+is
+equivalent
+to
+<code>
+rdf:_1
+</code>,
+<code>
+rdf:_2
+</code>
+in
+order,
+explained
+in
+detail
+in
+<a href="#section-List-Expand">
+section
+7.4
+</a>.
+The
+mapping
+to
+the
+container
+membership
+properties
+is
+always
+done
+in
+the
+order
+that
+the
+<code>
+rdf:li
+</code>
+special
+property
+elements
+appear
+in
+XML
+<del class="diff-old">&mdash;
+</del>
+<ins class="diff-chg">—
+</ins>
+the
+document
+order
+is
+significant.
+The
+equivalent
+RDF/XML
+to
+<a href="#example17">
+Example
+17
+</a>
+written
+in
+this
+form
+is
+shown
+in
+<a href="#example18">
+Example
+18
+</a>.
+</p>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">17:
+Complex
+example
+using
+RDF
+list
+properties
+(
+example17.rdf
+output
+example17.nt
+)
+</del>
+<ins class="diff-chg">17
+</ins></span>
+</div>
+<pre id="example17" class="example">
+<strong>Complex example using RDF list properties
+<ins class="diff-chg">(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example17.rdf">example17.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example17.nt">example17.nt</a>)</strong>
+</ins>
+&lt;?xml version="1.0"?&gt;
+&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"&gt;
+  &lt;rdf:Seq rdf:about="http://example.org/favourite-fruit"&gt;
+    &lt;rdf:_1 rdf:resource="http://example.org/banana"/&gt;
+    &lt;rdf:_2 rdf:resource="http://example.org/apple"/&gt;
+    &lt;rdf:_3 rdf:resource="http://example.org/pear"/&gt;
+  &lt;/rdf:Seq&gt;
+&lt;/rdf:RDF&gt;
+</pre>
+</div>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">18:
+Complete
+example
+using
+rdf:li
+property
+element
+for
+list
+properties
+(
+example18.rdf
+output
+example18.nt
+)
+</del>
+<ins class="diff-chg">18
+</ins></span>
+</div>
+<pre id="example18" class="example">
+<strong>Complete example using <code>rdf:li</code> property element for list properties
+<ins class="diff-chg">(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example18.rdf">example18.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example18.nt">example18.nt</a>)</strong>
+</ins>
+&lt;?xml version="1.0"?&gt;
+&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"&gt;
+  &lt;rdf:Seq rdf:about="http://example.org/favourite-fruit"&gt;
+    &lt;rdf:li rdf:resource="http://example.org/banana"/&gt;
+    &lt;rdf:li rdf:resource="http://example.org/apple"/&gt;
+    &lt;rdf:li rdf:resource="http://example.org/pear"/&gt;
+  &lt;/rdf:Seq&gt;
+&lt;/rdf:RDF&gt;
+</pre>
+</div>
+</section>
+<section id="section-Syntax-parsetype-Collection" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Syntax-parsetype-Collection">
+<span class="secno">
+2.16
+</span>
+Collections:
+<code>
+rdf:parseType="Collection"
+</code>
+</h3>
+<p>
+RDF/XML
+allows
+an
+<code>
+rdf:parseType="Collection"
+</code>
+attribute
+on
+a
+property
+element
+to
+let
+it
+contain
+multiple
+node
+elements.
+These
+contained
+node
+elements
+give
+the
+set
+of
+subject
+nodes
+of
+the
+collection.
+This
+syntax
+form
+corresponds
+to
+a
+set
+of
+triples
+connecting
+the
+collection
+of
+subject
+nodes,
+the
+exact
+triples
+generated
+are
+described
+in
+detail
+in
+<a href="#parseTypeCollectionPropertyElt">
+Section
+7.2.19
+Production
+parseTypeCollectionPropertyElt
+</a>.
+The
+collection
+construction
+is
+always
+done
+in
+the
+order
+that
+the
+node
+elements
+appear
+in
+the
+XML
+document.
+Whether
+the
+order
+of
+the
+collection
+of
+nodes
+is
+significant
+is
+an
+application
+issue
+and
+not
+defined
+here.
+</p>
+<p>
+<a href="#example19">
+Example
+19
+</a>
+shows
+a
+collection
+of
+three
+nodes
+elements
+at
+the
+end
+of
+the
+<code>
+ex:hasFruit
+</code>
+property
+element
+using
+this
+form.
+</p>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">19:
+Complete
+example
+of
+a
+RDF
+collection
+of
+nodes
+using
+rdf:parseType="Collection"
+</del>
+<ins class="diff-chg">19
+</ins></span>
+<del class="diff-old">(
+example19.rdf
+output
+example19.nt
+)
+</del>
+</div>
+<pre id="example19" class="example">
+<strong>Complete example of a RDF collection of nodes using <code>rdf:parseType="Collection"</code>
+<ins class="diff-chg">(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example19.rdf">example19.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example19.nt">example19.nt</a>)</strong>
+</ins>
+&lt;?xml version="1.0"?&gt;
+&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+<del class="diff-old">         xmlns:ex="http://example.org/stuff/1.0/"&gt;
+</del>
+<ins class="diff-chg">            xmlns:ex="http://example.org/stuff/1.0/"&gt;
+</ins>
+  &lt;rdf:Description rdf:about="http://example.org/basket"&gt;
+    &lt;ex:hasFruit rdf:parseType="Collection"&gt;
+      &lt;rdf:Description rdf:about="http://example.org/banana"/&gt;
+      &lt;rdf:Description rdf:about="http://example.org/apple"/&gt;
+      &lt;rdf:Description rdf:about="http://example.org/pear"/&gt;
+    &lt;/ex:hasFruit&gt;
+  &lt;/rdf:Description&gt;
+&lt;/rdf:RDF&gt;
+</pre>
+</div>
+</section>
+<section id="section-Syntax-reifying" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Syntax-reifying">
+<span class="secno">
+2.17
+</span>
+Reifying
+Statements:
+<code>
+rdf:ID
+</code>
+</h3>
+<p>
+The
+<code>
+rdf:ID
+</code>
+attribute
+can
+be
+used
+on
+a
+property
+element
+to
+reify
+the
+triple
+that
+it
+generates
+(See
+<a href="#section-Reification">
+section
+7.3
+Reification
+Rules
+</a>
+for
+the
+full
+details).
+The
+identifier
+for
+the
+triple
+should
+be
+constructed
+as
+a
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+made
+from
+the
+relative
+<del class="diff-old">URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<code>
+#
+</code>
+concatenated
+with
+the
+<code>
+rdf:ID
+</code>
+attribute
+value,
+resolved
+against
+the
+in-scope
+base
+URI.
+So
+for
+example
+if
+<code>
+rdf:ID="triple"
+</code>,
+that
+would
+be
+equivalent
+to
+the
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+formed
+from
+relative
+<del class="diff-old">URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<code>
+#triple
+</code>
+against
+the
+base
+URI.
+Each
+(
+<code>
+rdf:ID
+</code>
+attribute
+value,
+base
+URI)
+pair
+has
+to
+be
+unique
+in
+an
+RDF/XML
+document,
+see
+<a href="#constraint-id">
+constraint-id
+</a>.
+</p>
+<p>
+<a href="#example20">
+Example
+20
+</a>
+shows
+a
+<code>
+rdf:ID
+</code>
+being
+used
+to
+reify
+a
+triple
+made
+from
+the
+<code>
+ex:prop
+</code>
+property
+element
+giving
+the
+reified
+triple
+the
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<code>
+http://example.org/triples/#triple1
+</code>.
+</p>
+<div class="example">
+<div class="example-title">
+<span>
+Example
+<del class="diff-old">20:
+Complete
+example
+of
+rdf:ID
+reifying
+a
+property
+element
+(
+example20.rdf
+output
+example20.nt
+)
+</del>
+<ins class="diff-chg">20
+</ins></span>
+</div>
+<pre id="example20" class="example">
+<strong>Complete example of <code>rdf:ID</code> reifying a property element
+<ins class="diff-chg">(<a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example20.rdf">example20.rdf</a>, output <a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/example20.nt">example20.nt</a>)</strong>
+</ins>
+&lt;?xml version="1.0"?&gt;
+&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+<del class="diff-old">         xmlns:ex="http://example.org/stuff/1.0/"
+         xml:base="http://example.org/triples/"&gt;
+</del>
+<ins class="diff-chg">            xmlns:ex="http://example.org/stuff/1.0/"
+            xml:base="http://example.org/triples/"&gt;
+</ins>
+  &lt;rdf:Description rdf:about="http://example.org/"&gt;
+    &lt;ex:prop rdf:ID="triple1"&gt;blah&lt;/ex:prop&gt;
+  &lt;/rdf:Description&gt;
+<del class="diff-old">&lt;/rdf:RDF&gt;
+</del>
+<ins class="diff-new">&lt;/rdf:RDF&gt;
+</ins>
+</pre>
+</div>
+<del class="diff-old">3
+</del>
+</section>
+</section>
+<section id="section-Terminology" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h2 aria-level="1" role="heading" id="h2_section-Terminology">
+<span class="secno">
+<ins class="diff-chg">3.
+</ins></span>
+Terminology
+</h2>
+<p>
+The
+key
+words
+<del class="diff-old">"MUST",
+"MUST
+NOT",
+"REQUIRED",
+"SHALL",
+"SHALL
+NOT",
+"SHOULD",
+"SHOULD
+NOT",
+"RECOMMENDED",
+"MAY",
+</del>
+<ins class="diff-chg">"
+</ins><em class="rfc2119" title="MUST"><ins class="diff-chg">
+MUST
+</ins></em><ins class="diff-chg">
+",
+"
+</ins><em class="rfc2119" title="MUST NOT"><ins class="diff-chg">
+MUST
+NOT
+</ins></em><ins class="diff-chg">
+",
+"
+</ins><em class="rfc2119" title="REQUIRED"><ins class="diff-chg">
+REQUIRED
+</ins></em><ins class="diff-chg">
+",
+"
+</ins><em class="rfc2119" title="SHALL"><ins class="diff-chg">
+SHALL
+</ins></em><ins class="diff-chg">
+",
+"
+</ins><em class="rfc2119" title="SHALL NOT"><ins class="diff-chg">
+SHALL
+NOT
+</ins></em><ins class="diff-chg">
+",
+"
+</ins><em class="rfc2119" title="SHOULD"><ins class="diff-chg">
+SHOULD
+</ins></em><ins class="diff-chg">
+",
+"
+</ins><em class="rfc2119" title="SHOULD NOT"><ins class="diff-chg">
+SHOULD
+NOT
+</ins></em><ins class="diff-chg">
+",
+"
+</ins><em class="rfc2119" title="RECOMMENDED"><ins class="diff-chg">
+RECOMMENDED
+</ins></em><ins class="diff-chg">
+",
+"
+</ins><em class="rfc2119" title="MAY"><ins class="diff-chg">
+MAY
+</ins></em><ins class="diff-chg">
+",
+</ins>
+and
+<del class="diff-old">"OPTIONAL"
+</del>
+<ins class="diff-chg">"
+</ins><em class="rfc2119" title="OPTIONAL"><ins class="diff-chg">
+OPTIONAL
+</ins></em><ins class="diff-chg">
+"
+</ins>
+in
+this
+document
+are
+to
+be
+interpreted
+as
+described
+in
+RFC
+2119
+<ins class="diff-new">[
+</ins><cite><a class="bibref" href="#bib-RFC2119"><ins class="diff-new">
+RFC2119
+</ins>
+</a>
+<del class="diff-old">[KEYWORDS]
+.
+</del>
+</cite>
+<ins class="diff-chg">].
+</ins>
+</p>
+<p>
+All
+use
+of
+string
+without
+further
+qualification
+refers
+to
+a
+Unicode
+<del class="diff-old">[UNICODE]
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-UNICODE"><ins class="diff-chg">
+UNICODE
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+character
+string;
+a
+sequence
+of
+characters
+represented
+by
+a
+code
+point
+in
+Unicode.
+<del class="diff-old">(Such
+as
+defined
+in
+[CHARMOD]
+in
+section
+3.4
+Strings
+).
+</del>
+</p>
+</section>
+<section id="section-MIME-Type" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h2 aria-level="1" role="heading" id="h2_section-MIME-Type">
+<del class="diff-old">4
+</del>
+<span class="secno">
+<ins class="diff-chg">4.
+</ins></span>
+RDF
+MIME
+Type,
+File
+Extension
+and
+Macintosh
+File
+Type
+</h2>
+<p>
+The
+Internet
+media
+type
+/
+MIME
+type
+for
+RDF/XML
+is
+<del class="diff-old">"
+</del>
+<code>
+application/rdf+xml
+</code>
+<del class="diff-old">"
+&mdash;
+see
+</del>
+<ins class="diff-chg">—
+</ins>
+RFC
+3023
+<ins class="diff-new">[
+</ins><cite><a class="bibref" href="#bib-RFC3023"><ins class="diff-new">
+RFC3023
+</ins>
+</a>
+<del class="diff-old">[RFC-3023]
+</del>
+</cite>
+<ins class="diff-chg">],
+</ins>
+section
+8.18.
+</p>
+<div class="note">
+<div class="note-title" aria-level="2" role="heading" id="h_note_1">
+<span>
+<ins class="diff-chg">Note
+</ins></span></div><p class="">
+<strong>
+<del class="diff-old">Registration
+Note
+</del>
+(Informative):
+</strong>
+For
+the
+state
+of
+the
+MIME
+type
+registration,
+consult
+IANA
+MIME
+Media
+Types
+<ins class="diff-new">[
+</ins><cite><a class="bibref" href="#bib-IANA-MEDIA-TYPES"><ins class="diff-new">
+IANA-MEDIA-TYPES
+</ins>
+</a>
+<del class="diff-old">[IANA-MEDIA-TYPES]
+</del>
+</cite>
+<ins class="diff-new">]
+</ins></p>
+</div>
+<p>
+It
+is
+recommended
+that
+RDF/XML
+files
+have
+the
+extension
+<code>
+".rdf"
+</code>
+(all
+lowercase)
+on
+all
+platforms.
+</p>
+<p>
+It
+is
+recommended
+that
+RDF/XML
+files
+stored
+on
+Macintosh
+HFS
+file
+systems
+be
+given
+a
+file
+type
+of
+<code>
+<del class="diff-old">"rdf&nbsp;"
+</del>
+<ins class="diff-chg">"rdf&#160;"
+</ins>
+</code>
+(all
+lowercase,
+with
+a
+space
+character
+as
+the
+fourth
+letter).
+</p>
+</section>
+<section id="section-Global" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h2 aria-level="1" role="heading" id="h2_section-Global">
+<del class="diff-old">5
+</del>
+<span class="secno">
+<ins class="diff-chg">5.
+</ins></span>
+Global
+Issues
+</h2>
+<section id="section-Namespace" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Namespace">
+<span class="secno">
+5.1
+</span>
+The
+RDF
+Namespace
+and
+Vocabulary
+</h3>
+<p>
+<del class="diff-old">Note
+(Informative):
+</del>
+The
+<del class="diff-old">names
+aboutEach
+and
+aboutEachPrefix
+were
+removed
+from
+the
+language
+and
+the
+RDF
+vocabulary
+by
+the
+RDF
+Core
+Working
+Group.
+See
+the
+resolution
+of
+issues
+rdfms-abouteach
+and
+rdfms-abouteachprefix
+for
+further
+information.
+Note
+(Informative):
+The
+names
+List
+,
+first
+,
+rest
+and
+nil
+were
+added
+for
+issue
+rdfms-seq-representation
+.
+The
+names
+XMLLiteral
+and
+datatype
+were
+added
+to
+support
+RDF
+datatyping.
+The
+name
+nodeID
+was
+added
+for
+issue
+rdfms-syntax-incomplete
+.
+See
+the
+RDF
+Core
+Issues
+List
+for
+further
+information.
+The
+</del>
+<dfn id="rdf-ns-uri">
+RDF
+namespace
+<del class="diff-old">URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins></dfn>
+(or
+namespace
+name)
+is
+<code>
+http://www.w3.org/1999/02/22-rdf-syntax-ns#
+</code>
+and
+is
+typically
+used
+in
+XML
+with
+the
+prefix
+<code>
+rdf
+</code>
+although
+other
+prefix
+strings
+may
+be
+used.
+The
+<dfn id="rdf-vocabulary">
+RDF
+Vocabulary
+</dfn>
+is
+identified
+by
+this
+namespace
+name
+and
+consists
+of
+the
+following
+names
+only:
+</p>
+<dl>
+<dt>
+Syntax
+names
+<del class="diff-old">&mdash;
+</del>
+<ins class="diff-chg">—
+</ins>
+not
+concepts
+</dt>
+<dd>
+<p>
+<code>
+RDF
+Description
+ID
+about
+parseType
+resource
+li
+nodeID
+datatype
+</code>
+</p>
+</dd>
+<dt>
+Class
+names
+</dt>
+<dd>
+<p>
+<code>
+Seq
+Bag
+Alt
+Statement
+Property
+XMLLiteral
+List
+</code>
+</p>
+</dd>
+<dt>
+Property
+names
+</dt>
+<dd>
+<p>
+<code>
+subject
+predicate
+object
+type
+value
+first
+rest
+_
+</code>
+<em>
+n
+</em>
+<br />
+where
+<em>
+n
+</em>
+is
+a
+decimal
+integer
+greater
+than
+zero
+with
+no
+leading
+zeros.
+</p>
+</dd>
+<dt>
+Resource
+names
+</dt>
+<dd>
+<p>
+<code>
+nil
+</code>
+</p>
+</dd>
+</dl>
+<p>
+Any
+other
+names
+are
+not
+defined
+and
+<em class="rfc2119" title="SHOULD">
+SHOULD
+</em>
+generate
+a
+warning
+when
+encountered,
+but
+should
+otherwise
+behave
+normally.
+</p>
+<p>
+Within
+RDF/XML
+documents
+it
+is
+not
+permitted
+to
+use
+XML
+namespaces
+whose
+namespace
+name
+is
+the
+<a class="termref" href="#rdf-ns-uri">
+<span class="arrow">

+</span>
+RDF
+namespace
+<del class="diff-old">URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<span class="arrow">

+</span>
+</a>
+concatenated
+with
+additional
+characters.
+</p>
+<p>
+Throughout
+this
+document
+the
+terminology
+<code>
+rdf:
+</code>
+<em>
+name
+</em>
+will
+be
+used
+to
+indicate
+<em>
+name
+</em>
+is
+from
+the
+RDF
+vocabulary
+and
+it
+has
+a
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+of
+the
+concatenation
+of
+the
+<a class="termref" href="#rdf-ns-uri">
+<span class="arrow">

+</span>
+RDF
+namespace
+<del class="diff-old">URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<span class="arrow">

+</span>
+</a>
+and
+<em>
+name
+</em>.
+For
+example,
+<code>
+rdf:type
+</code>
+has
+the
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<code>
+http://www.w3.org/1999/02/22-rdf-syntax-ns#type
+</code>
+</p>
+</section>
+<section id="section-Identifiers" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Identifiers">
+<span class="secno">
+5.2
+</span>
+Identifiers
+</h3>
+<p>
+The
+<del class="diff-old">RDF
+Graph
+(
+</del>
+RDF
+Concepts
+<del class="diff-old">and
+Abstract
+Syntax
+</del>
+<ins class="diff-chg">document
+[
+</ins><cite><a class="bibref" href="#bib-RDF11-CONCEPTS"><ins class="diff-chg">
+RDF11-CONCEPTS
+</ins>
+</a>
+<del class="diff-old">Section
+3)
+</del>
+</cite>
+<ins class="diff-chg">]
+</ins>
+defines
+<ins class="diff-new">the
+</ins>
+three
+types
+of
+<del class="diff-old">nodes
+and
+one
+type
+of
+</del>
+<ins class="diff-chg">RDF
+data
+that
+can
+act
+as
+node
+and/or
+</ins>
+predicate:
+</p>
+<dl>
+<dt>
+<del class="diff-old">RDF
+URI
+reference
+nodes
+and
+predicates
+</del>
+<ins class="diff-chg">IRI
+</ins>
+</dt>
+<dd>
+<p>
+<del class="diff-old">RDF
+URI
+references
+(
+RDF
+Concepts
+</del>
+<ins class="diff-chg">IRIs
+can
+act
+as
+node
+(both
+subject
+</ins>
+and
+<del class="diff-old">Abstract
+Syntax
+</del>
+<ins class="diff-chg">object)
+and
+as
+predicate.
+</ins></p><p><a href="http://www.w3.org/TR/rdf11-concepts/#section-IRIs"><ins class="diff-chg">
+IRIs
+</ins>
+</a>
+<del class="diff-old">Section
+3.1)
+</del>
+can
+be
+either:
+</p>
+<ul>
+<li>
+given
+as
+XML
+attribute
+values
+interpreted
+as
+relative
+<del class="diff-old">URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+that
+are
+resolved
+against
+the
+in-scope
+base
+URI
+as
+described
+in
+<a href="#section-baseURIs">
+section
+5.3
+</a>
+to
+give
+absolute
+<del class="diff-old">RDF
+URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+</li>
+<li>
+transformed
+from
+XML
+namespace-qualified
+element
+and
+attribute
+names
+(QNames)
+</li>
+<li>
+transformed
+from
+<code>
+rdf:ID
+</code>
+attribute
+values.
+</li>
+</ul>
+<p>
+Within
+RDF/XML,
+XML
+QNames
+are
+transformed
+into
+<del class="diff-old">RDF
+URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+by
+appending
+the
+XML
+local
+name
+to
+the
+namespace
+name
+<del class="diff-old">(URI
+reference).
+</del>
+<ins class="diff-chg">(IRI).
+</ins>
+For
+example,
+if
+the
+XML
+namespace
+prefix
+<code>
+foo
+</code>
+has
+namespace
+name
+<del class="diff-old">(URI
+reference)
+</del>
+<ins class="diff-chg">(IRI)
+</ins>
+<code>
+http://example.org/somewhere/
+</code>
+then
+the
+QName
+<code>
+foo:bar
+</code>
+would
+correspond
+to
+the
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<code>
+http://example.org/somewhere/bar
+</code>.
+Note
+that
+this
+restricts
+which
+<del class="diff-old">RDF
+URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+can
+be
+made
+and
+the
+same
+<del class="diff-old">URI
+</del>
+<ins class="diff-chg">IRI
+</ins>
+can
+be
+given
+in
+multiple
+ways.
+</p>
+<p>
+The
+<a href="#idAttr">
+<code>
+rdf:ID
+</code>
+</a>
+values
+are
+transformed
+into
+<del class="diff-old">RDF
+URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+by
+appending
+the
+attribute
+value
+to
+the
+result
+of
+appending
+"#"
+to
+the
+in-scope
+base
+URI
+which
+is
+defined
+in
+<a href="#section-baseURIs">
+Section
+5.3
+Resolving
+<del class="diff-old">URIs
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+</a>
+</p>
+</dd>
+<dt>
+Literal
+<del class="diff-old">nodes
+(always
+object
+nodes)
+</del>
+</dt>
+<dd>
+<p>
+<del class="diff-old">RDF
+literals
+(
+RDF
+Concepts
+and
+Abstract
+Syntax
+6.5)
+are
+either
+plain
+literals
+</del>
+<ins class="diff-chg">Literals
+can
+only
+act
+as
+object
+nodes.
+</ins></p><p><a href="http://www.w3.org/TR/rdf11-concepts/#section-Graph-Literal"><ins class="diff-chg">
+Literals
+</ins>
+</a>
+<del class="diff-old">(ibid),
+</del>
+<ins class="diff-chg">always
+have
+a
+datatype.
+Language-tagged
+strings
+get
+the
+datatype
+</ins><code><ins class="diff-chg">
+rdf:langString
+</ins></code>.<ins class="diff-chg">
+When
+there
+is
+no
+language
+tag
+</ins>
+or
+<del class="diff-old">typed
+literals
+(ibid).
+The
+latter
+includes
+XML
+literals
+(ibid
+section
+5,
+XML
+Content
+within
+an
+RDF
+graph
+).
+</del>
+<ins class="diff-chg">datatype
+specified
+the
+literal
+is
+assumed
+to
+have
+the
+datatype
+</ins><code><ins class="diff-chg">
+xsd:string
+</ins></code>.
+</p>
+</dd>
+<dt>
+Blank
+Node
+<del class="diff-old">Identifiers
+</del>
+</dt>
+<dd>
+<p>
+<ins class="diff-chg">Blank
+nodes
+can
+act
+as
+subject
+node
+and
+as
+object
+node.
+</ins></p>
+<p>
+<a href="http://www.w3.org/TR/rdf11-concepts/#section-blank-nodes">
+Blank
+nodes
+</a>
+have
+distinct
+identity
+in
+the
+RDF
+graph.
+When
+the
+graph
+is
+written
+in
+a
+syntax
+such
+as
+RDF/XML,
+these
+blank
+nodes
+may
+need
+graph-local
+identifiers
+and
+a
+syntax
+in
+order
+to
+preserve
+this
+distinction.
+These
+local
+identifiers
+are
+called
+blank
+node
+identifiers
+and
+are
+used
+in
+RDF/XML
+as
+values
+of
+the
+<code>
+rdf:nodeID
+</code>
+attribute
+with
+the
+syntax
+given
+in
+<a href="#nodeIdAttr">
+Production
+nodeIdAttr
+</a>.
+Blank
+node
+identifiers
+in
+RDF/XML
+are
+scoped
+to
+the
+XML
+Information
+Set
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.document">
+document
+information
+item
+</a>.
+</p>
+<p>
+If
+no
+blank
+node
+identifier
+is
+given
+explicitly
+as
+an
+<code>
+rdf:nodeID
+</code>
+attribute
+value
+then
+one
+will
+need
+to
+be
+generated
+(using
+generated-blank-node-id,
+see
+section
+<a href="#section-Infoset-Grammar-Action">
+6.3.3
+</a>
+).
+Such
+generated
+blank
+node
+identifiers
+must
+not
+clash
+with
+any
+blank
+node
+identifiers
+derived
+from
+<code>
+rdf:nodeID
+</code>
+attribute
+values.
+This
+can
+be
+implemented
+by
+any
+method
+that
+preserves
+the
+distinct
+identity
+of
+all
+the
+blank
+nodes
+in
+the
+graph,
+that
+is,
+the
+same
+blank
+node
+identifier
+is
+not
+given
+for
+different
+blank
+nodes.
+One
+possible
+method
+would
+be
+to
+add
+a
+constant
+prefix
+to
+all
+the
+<code>
+rdf:nodeID
+</code>
+attribute
+values
+and
+ensure
+no
+generated
+blank
+node
+identifiers
+ever
+used
+that
+prefix.
+Another
+would
+be
+to
+map
+all
+<code>
+rdf:nodeID
+</code>
+attribute
+values
+to
+new
+generated
+blank
+node
+identifiers
+and
+perform
+that
+mapping
+on
+all
+such
+values
+in
+the
+RDF/XML
+document.
+</p>
+</dd>
+</dl>
+</section>
+<section id="section-baseURIs" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-baseURIs">
+<span class="secno">
+5.3
+</span>
+Resolving
+<del class="diff-old">URIs
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+</h3>
+<p>
+RDF/XML
+supports
+XML
+Base
+<ins class="diff-new">[
+</ins><cite><a class="bibref" href="#bib-XMLBASE"><ins class="diff-new">
+XMLBASE
+</ins>
+</a>
+<del class="diff-old">[XML-BASE]
+</del>
+</cite>
+<ins class="diff-chg">]
+</ins>
+which
+defines
+a
+<a class="termref" href="#eventterm-element-base-uri">
+<span class="arrow">

+</span>
+base-uri
+<span class="arrow">

+</span>
+</a>
+accessor
+for
+each
+<a href="#section-root-node">
+<span class="arrow">

+</span>
+root
+event
+<span class="arrow">

+</span>
+</a>
+and
+<a href="#section-element-node">
+<span class="arrow">

+</span>
+element
+event
+<span class="arrow">

+</span>
+</a>.
+Relative
+<del class="diff-old">URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+are
+resolved
+into
+<del class="diff-old">RDF
+URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+according
+to
+the
+algorithm
+specified
+in
+<del class="diff-old">XML
+Base
+[XML-BASE]
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-XMLBASE"><ins class="diff-chg">
+XMLBASE
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+(and
+RFC
+2396).
+These
+specifications
+do
+not
+specify
+an
+algorithm
+for
+resolving
+a
+fragment
+identifier
+alone,
+such
+as
+<code>
+#foo
+</code>,
+or
+the
+empty
+string
+<code>
+""
+</code>
+into
+an
+<del class="diff-old">RDF
+URI
+reference
+.
+</del>
+<ins class="diff-chg">IRI.
+</ins>
+In
+RDF/XML,
+a
+fragment
+identifier
+is
+transformed
+into
+<del class="diff-old">a
+RDF
+URI
+reference
+</del>
+<ins class="diff-chg">an
+IRI
+</ins>
+by
+appending
+the
+fragment
+identifier
+to
+the
+in-scope
+base
+URI.
+The
+empty
+string
+is
+transformed
+into
+an
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+by
+substituting
+the
+in-scope
+base
+URI.
+</p>
+<div class="note">
+<div class="note-title" aria-level="3" role="heading" id="h_note_2">
+<span>
+<ins class="diff-chg">Note
+</ins></span></div><p class="">
+<strong>
+Test:
+</strong>
+<del class="diff-old">Indicated
+by
+</del>
+<ins class="diff-chg">indicated
+by:
+</ins><br />
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test001.rdf">
+test001.rdf
+</a>
+and
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test001.nt">
+test001.nt
+</a>
+<del class="diff-old">Test:
+Indicated
+by
+</del>
+<br />
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test004.rdf">
+test004.rdf
+</a>
+and
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test004.nt">
+test004.nt
+</a>
+<del class="diff-old">Test:
+Indicated
+by
+</del>
+<br />
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test008.rdf">
+test008.rdf
+</a>
+and
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test008.nt">
+test008.nt
+</a>
+<del class="diff-old">Test:
+Indicated
+by
+</del>
+<br />
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test013.rdf">
+test013.rdf
+</a>
+and
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test013.nt">
+test013.nt
+</a>
+<del class="diff-old">Test:
+Indicated
+by
+</del>
+<br />
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test016.rdf">
+test016.rdf
+</a>
+and
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test016.nt">
+test016.nt
+</a>
+</p>
+</div>
+<p>
+An
+empty
+same
+document
+reference
+""
+resolves
+against
+the
+URI
+part
+of
+the
+base
+URI;
+any
+fragment
+part
+is
+ignored.
+See
+Uniform
+Resource
+Identifiers
+(URI)
+<ins class="diff-new">[
+</ins><cite><a class="bibref" href="#bib-RFC3986"><ins class="diff-new">
+RFC3986
+</ins>
+</a>
+<del class="diff-old">[URIS]
+section
+4.2
+</del>
+</cite>
+<ins class="diff-chg">].
+</ins>
+</p>
+<div class="note">
+<div class="note-title" aria-level="3" role="heading" id="h_note_3">
+<span>
+<ins class="diff-chg">Note
+</ins></span></div><p class="">
+<strong>
+Test:
+</strong>
+Indicated
+by
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test013.rdf">
+test013.rdf
+</a>
+and
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test013.nt">
+test013.nt
+</a>
+</p>
+</div>
+<div class="note">
+<div class="note-title" aria-level="3" role="heading" id="h_note_4">
+<span>
+<ins class="diff-chg">Note
+</ins></span></div><p class="">
+<strong>
+Implementation
+Note
+(Informative):
+</strong>
+When
+using
+a
+hierarchical
+base
+URI
+that
+has
+no
+path
+component
+(/),
+it
+must
+be
+added
+before
+using
+as
+a
+base
+URI
+for
+resolving.
+</p>
+</div>
+<div class="note">
+<div class="note-title" aria-level="3" role="heading" id="h_note_5">
+<span>
+<ins class="diff-chg">Note
+</ins></span></div><p class="">
+<strong>
+Test:
+</strong>
+Indicated
+by
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test011.rdf">
+test011.rdf
+</a>
+and
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test011.nt">
+test011.nt
+</a>
+</p>
+</div>
+</section>
+<section id="section-constraints" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-constraints">
+<span class="secno">
+5.4
+</span>
+Constraints
+</h3>
+<dl>
+<dt>
+<dfn id="constraint-id">
+constraint-id
+</dfn>
+</dt>
+<dd>
+<p>
+Each
+application
+of
+production
+<a href="#idAttr">
+idAttr
+</a>
+matches
+an
+attribute.
+The
+pair
+formed
+by
+the
+<a class="termref" href="#eventterm-attribute-string-value">
+<span class="arrow">

+</span>
+string-value
+<span class="arrow">

+</span>
+</a>
+accessor
+of
+the
+matched
+attribute
+and
+the
+<a class="termref" href="#eventterm-element-base-uri">
+<span class="arrow">

+</span>
+base-uri
+<span class="arrow">

+</span>
+</a>
+accessor
+of
+the
+matched
+attribute
+is
+unique
+within
+a
+single
+RDF/XML
+document.
+</p>
+<p>
+The
+syntax
+of
+the
+names
+must
+match
+the
+<a href="#rdf-id">
+rdf-id
+production
+</a>.
+</p>
+<div class="note">
+<div class="note-title" aria-level="3" role="heading" id="h_note_6">
+<span>
+<ins class="diff-chg">Note
+</ins></span></div><p class="">
+<strong>
+Test:
+</strong>
+Indicated
+by
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test014.rdf">
+test014.rdf
+</a>
+and
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/xmlbase/test014.nt">
+test014.nt
+</a>
+</p>
+</div>
+</dd>
+</dl>
+</section>
+<section id="section-conformance" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-conformance">
+<span class="secno">
+5.5
+</span>
+Conformance
+</h3>
+<dl>
+<dt>
+Definition:
+</dt>
+<dd>
+An
+<dfn id="dfn-rdf-document">
+RDF
+Document
+</dfn>
+is
+a
+serialization
+of
+an
+<a href="http://www.w3.org/TR/rdf-concepts/#dfn-rdf-graph">
+RDF
+Graph
+</a>
+into
+a
+concrete
+syntax.
+</dd>
+<dt>
+Definition:
+<br />
+</dt>
+<dd>
+An
+<dfn id="dfn-rdf-xml-document">
+RDF/XML
+Document
+</dfn>
+is
+an
+<a class="termref" href="#dfn-rdf-document">
+RDF
+Document
+</a>
+written
+in
+the
+<del class="diff-old">recommended
+</del>
+XML
+<del class="diff-old">transfer
+</del>
+syntax
+for
+RDF
+as
+defined
+in
+this
+document.
+</dd>
+<dt>
+Conformance:
+<br />
+</dt>
+<dd>
+An
+<a class="termref" href="#dfn-rdf-xml-document">
+RDF/XML
+Document
+</a>
+is
+a
+<dfn id="dfn-conforming-document">
+conforming
+RDF/XML
+document
+</dfn>
+if
+it
+adheres
+to
+the
+specification
+defined
+in
+this
+document.
+</dd>
+</dl>
+<del class="diff-old">6
+</del>
+</section>
+</section>
+<section id="section-Data-Model" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h2 aria-level="1" role="heading" id="h2_section-Data-Model">
+<span class="secno">
+<ins class="diff-chg">6.
+</ins></span>
+Syntax
+Data
+Model
+</h2>
+<div>
+<p>
+This
+document
+specifies
+the
+syntax
+of
+RDF/XML
+as
+a
+grammar
+on
+an
+alphabet
+of
+symbols.
+The
+symbols
+are
+called
+<em>
+events
+</em>
+in
+the
+style
+of
+the
+<del class="diff-old">[XPATH]
+</del>
+<ins class="diff-chg">XPATH
+</ins>
+&#160;
+<a href="http://www.w3.org/TR/xpath#infoset">
+Information
+Set
+Mapping
+</a>.
+A
+sequence
+of
+events
+is
+normally
+derived
+from
+an
+XML
+document,
+in
+which
+case
+they
+are
+in
+document
+order
+as
+defined
+below
+in
+<a href="#section-Infoset-Mapping">
+Section
+6.2
+Information
+Set
+Mapping
+</a>.
+The
+sequence
+these
+events
+form
+are
+intended
+to
+be
+similar
+to
+the
+sequence
+of
+events
+produced
+by
+the
+<del class="diff-old">[SAX2]
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-SAX"><ins class="diff-chg">
+SAX
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+XML
+API
+from
+the
+same
+XML
+document.
+Sequences
+of
+events
+may
+be
+checked
+against
+the
+grammar
+to
+determine
+whether
+they
+are
+or
+are
+not
+syntactically
+well-formed
+RDF/XML.
+</p>
+<p>
+The
+grammar
+productions
+may
+include
+actions
+which
+fire
+when
+the
+production
+is
+recognized.
+Taken
+together
+these
+actions
+define
+a
+transformation
+from
+any
+syntactically
+well-formed
+RDF/XML
+sequence
+of
+events
+into
+an
+RDF
+graph
+represented
+in
+the
+N-Triples
+<ins class="diff-new">[
+</ins><cite><a class="bibref" href="#bib-N-TRIPLES"><ins class="diff-new">
+N-TRIPLES
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+language.
+</p>
+<p>
+The
+model
+given
+here
+illustrates
+one
+way
+to
+create
+a
+representation
+of
+an
+RDF
+Graph
+from
+an
+RDF/XML
+document.
+It
+does
+not
+mandate
+any
+implementation
+method
+<del class="diff-old">&mdash;
+</del>
+<ins class="diff-chg">—
+</ins>
+any
+other
+method
+that
+results
+in
+a
+representation
+of
+the
+same
+RDF
+Graph
+may
+be
+used.
+</p>
+<p>
+In
+particular:
+</p>
+<ul>
+<li>
+This
+specification
+permits
+any
+representation
+of
+an
+RDF
+<del class="diff-old">graph
+(see
+[RDF-CONCEPTS]
+);
+</del>
+<ins class="diff-chg">graph;
+</ins>
+in
+particular,
+it
+does
+not
+require
+the
+use
+of
+N-Triples
+<del class="diff-old">.
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-N-TRIPLES"><ins class="diff-chg">
+N-TRIPLES
+</ins></a></cite><ins class="diff-chg">
+].
+</ins>
+</li>
+<li>
+This
+specification
+does
+not
+require
+the
+use
+of
+<del class="diff-old">[XPATH]
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-XPATH"><ins class="diff-chg">
+XPATH
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+or
+<del class="diff-old">[SAX2]
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-SAX"><ins class="diff-chg">
+SAX
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+</li>
+<li>
+This
+specification
+places
+no
+constraints
+on
+the
+order
+in
+which
+software
+transforming
+RDF/XML
+into
+a
+representation
+of
+a
+graph,
+constructs
+the
+representation
+of
+the
+graph.
+</li>
+<li>
+Software
+transforming
+RDF/XML
+into
+a
+representation
+of
+a
+graph
+<em class="rfc2119" title="MAY">
+MAY
+</em>
+eliminate
+duplicate
+predicate
+arcs.
+</li>
+</ul>
+<p>
+The
+syntax
+does
+not
+support
+non-well-formed
+XML
+documents,
+nor
+documents
+that
+otherwise
+do
+not
+have
+an
+XML
+Information
+Set;
+for
+example,
+that
+do
+not
+conform
+to
+Namespaces
+in
+XML
+<ins class="diff-new">[
+</ins><cite><a class="bibref" href="#bib-XML-NAMES"><ins class="diff-new">
+XML-NAMES
+</ins>
+</a>
+<del class="diff-old">[XML-NS]
+.
+</del>
+</cite>
+<ins class="diff-chg">].
+</ins>
+</p>
+<p>
+The
+Infoset
+requires
+support
+for
+XML
+Base
+<ins class="diff-new">[
+</ins><cite><a class="bibref" href="#bib-XMLBASE"><ins class="diff-new">
+XMLBASE
+</ins>
+</a>
+<del class="diff-old">[XML-BASE]
+.
+</del>
+</cite>
+<ins class="diff-chg">].
+</ins>
+RDF/XML
+uses
+the
+information
+item
+property
+[base
+URI],
+discussed
+in
+<a href="#section-baseURIs">
+section
+5.3
+</a>
+</p>
+<p>
+This
+specification
+requires
+an
+XML
+Information
+Set
+<del class="diff-old">[INFOSET]
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-XML-INFOSET"><ins class="diff-chg">
+XML-INFOSET
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+which
+supports
+at
+least
+the
+following
+information
+items
+and
+properties
+for
+RDF/XML:
+</p>
+<dl>
+<dt>
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.document">
+document
+information
+item
+</a>
+</dt>
+<dd>
+[document
+element],
+[children],
+[base
+URI]
+</dd>
+<dt>
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.element">
+element
+information
+item
+</a>
+</dt>
+<dd>
+[local
+name],
+[namespace
+name],
+[children],
+[attributes],
+[parent],
+[base
+URI]
+</dd>
+<dt>
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.attribute">
+attribute
+information
+item
+</a>
+</dt>
+<dd>
+[local
+name],
+[namespace
+name],
+[normalized
+value]
+</dd>
+<dt>
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.character">
+character
+information
+item
+</a>
+</dt>
+<dd>
+[character
+code]
+</dd>
+</dl>
+<p>
+There
+is
+no
+mapping
+of
+the
+following
+items
+to
+data
+model
+events:
+</p>
+<ul>
+<li>
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.pi">
+processing
+instruction
+information
+item
+</a>
+</li>
+<li>
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.rse">
+unexpanded
+entity
+reference
+information
+item
+</a>
+</li>
+<li>
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.comment">
+comment
+information
+item
+</a>
+</li>
+<li>
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.doctype">
+document
+type
+declaration
+information
+item
+</a>
+</li>
+<li>
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.entity.unparsed">
+unparsed
+entity
+information
+item
+</a>
+</li>
+<li>
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.notation">
+notation
+information
+item
+</a>
+</li>
+<li>
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.namespace">
+namespace
+information
+item
+</a>
+</li>
+</ul>
+<p>
+Other
+information
+items
+and
+properties
+have
+no
+mapping
+to
+syntax
+data
+model
+events.
+</p>
+<p>
+Element
+information
+items
+with
+reserved
+XML
+Names
+(See
+<a href="http://www.w3.org/TR/2000/REC-xml-20001006#dt-name">
+Name
+</a>
+in
+<a href="http://www.w3.org/TR/2000/REC-xml-20001006">
+XML
+1.0
+</a>
+)
+are
+not
+mapped
+to
+data
+model
+element
+events.
+These
+are
+all
+those
+with
+property
+[prefix]
+beginning
+with
+<code>
+xml
+</code>
+(case
+independent
+comparison)
+and
+all
+those
+with
+[prefix]
+property
+having
+no
+value
+and
+which
+have
+[local
+name]
+beginning
+with
+<code>
+xml
+</code>
+(case
+independent
+comparison).
+</p>
+<p>
+All
+information
+items
+contained
+inside
+XML
+elements
+matching
+the
+<a href="#parseTypeLiteralPropertyElt">
+parseTypeLiteralPropertyElt
+</a>
+production
+form
+XML
+literals
+and
+do
+not
+follow
+this
+mapping.
+See
+<a href="#parseTypeLiteralPropertyElt">
+parseTypeLiteralPropertyElt
+</a>
+for
+further
+information.
+</p>
+<p>
+This
+section
+is
+intended
+to
+satisfy
+the
+requirements
+for
+<a href="http://www.w3.org/TR/xml-infoset/#conformance">
+Conformance
+</a>
+in
+the
+<del class="diff-old">[INFOSET]
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-XML-INFOSET"><ins class="diff-chg">
+XML-INFOSET
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+specification.
+It
+specifies
+the
+information
+items
+and
+properties
+that
+are
+needed
+to
+implement
+this
+specification.
+</p>
+</div>
+<section id="section-Nodes" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Nodes">
+<span class="secno">
+6.1
+</span>
+Events
+</h3>
+<p>
+There
+are
+nine
+types
+of
+event
+defined
+in
+the
+following
+subsections.
+Most
+events
+are
+constructed
+from
+an
+Infoset
+information
+item
+(except
+for
+<a href="#section-identifier-node">
+<del class="diff-old">URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+</a>,
+<a href="#section-blank-nodeid-event">
+blank
+node
+</a>,
+<a href="#section-literal-node">
+plain
+literal
+</a>
+and
+<a href="#section-typed-literal-node">
+typed
+literal
+</a>
+).
+The
+effect
+of
+an
+event
+constructor
+is
+to
+create
+a
+new
+event
+with
+a
+unique
+identity,
+distinct
+from
+all
+other
+events.
+Events
+have
+accessor
+operations
+on
+them
+and
+most
+have
+the
+<em>
+string-value
+</em>
+accessor
+that
+may
+be
+a
+static
+value
+or
+computed.
+</p>
+<section id="section-root-node" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_section-root-node">
+<span class="secno">
+6.1.1
+</span>
+Root
+Event
+</h4>
+<p>
+Constructed
+from
+a
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.document">
+document
+information
+item
+</a>
+and
+takes
+the
+following
+accessors
+and
+values.
+</p>
+<dl>
+<dt id="eventterm-root-document-element">
+document-element
+</dt>
+<dd>
+Set
+to
+the
+value
+of
+document
+information
+item
+property
+[document-element].
+</dd>
+<dt id="eventterm-root-children">
+children
+</dt>
+<dd>
+Set
+to
+the
+value
+of
+document
+information
+item
+property
+[children].
+</dd>
+<dt id="eventterm-root-base-uri">
+base-uri
+</dt>
+<dd>
+Set
+to
+the
+value
+of
+document
+information
+item
+property
+[base
+URI].
+</dd>
+<dt id="eventterm-root-language">
+language
+</dt>
+<dd>
+Set
+to
+the
+empty
+string.
+</dd>
+</dl>
+</section>
+<section id="section-element-node" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_section-element-node">
+<span class="secno">
+6.1.2
+</span>
+Element
+Event
+</h4>
+<p>
+Constructed
+from
+an
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.element">
+element
+information
+item
+</a>
+and
+takes
+the
+following
+accessors
+and
+values:
+</p>
+<dl>
+<dt id="eventterm-element-local-name">
+local-name
+</dt>
+<dd>
+Set
+to
+the
+value
+of
+element
+information
+item
+property
+[local
+name].
+</dd>
+<dt id="eventterm-element-namespace-name">
+namespace-name
+</dt>
+<dd>
+Set
+to
+the
+value
+of
+element
+information
+item
+property
+[namespace
+name].
+</dd>
+<dt id="eventterm-element-children">
+children
+</dt>
+<dd>
+Set
+to
+the
+value
+of
+element
+information
+item
+property
+[children].
+</dd>
+<dt id="eventterm-element-parent">
+<ins class="diff-chg">parent
+</ins></dt><dd><ins class="diff-chg">
+Set
+to
+the
+value
+of
+element
+information
+item
+property
+[parent].
+</ins></dd><dt id="eventterm-element-base-uri">
+base-uri
+</dt>
+<dd>
+Set
+to
+the
+value
+of
+element
+information
+item
+property
+[base
+URI].
+</dd>
+<dt id="eventterm-element-attributes">
+attributes
+</dt>
+<dd>
+<p>
+Made
+from
+the
+value
+of
+element
+information
+item
+property
+[attributes]
+which
+is
+a
+set
+of
+attribute
+information
+items.
+</p>
+<p>
+If
+this
+set
+contains
+an
+attribute
+information
+item
+<code>
+xml:lang
+</code>
+(
+[namespace
+name]
+property
+with
+the
+value
+"http://www.w3.org/XML/1998/namespace"
+and
+[local
+name]
+property
+value
+"lang")
+it
+is
+removed
+from
+the
+set
+of
+attribute
+information
+items
+and
+the
+<a class="termref" href="#eventterm-element-language">
+<span class="arrow">

+</span>
+language
+<span class="arrow">

+</span>
+</a>
+accessor
+is
+set
+to
+the
+[normalized-value]
+property
+of
+the
+attribute
+information
+item.
+</p>
+<p>
+All
+remaining
+reserved
+XML
+Names
+<del class="diff-old">(See
+</del>
+<ins class="diff-chg">(see
+</ins>
+<a href="http://www.w3.org/TR/2000/REC-xml-20001006#dt-name">
+Name
+</a>
+in
+<a href="http://www.w3.org/TR/2000/REC-xml-20001006">
+XML
+1.0
+</a>
+)
+are
+now
+removed
+from
+the
+set.
+These
+are,
+all
+attribute
+information
+items
+in
+the
+set
+with
+property
+[prefix]
+beginning
+with
+<code>
+xml
+</code>
+(case
+independent
+comparison)
+and
+all
+attribute
+information
+items
+with
+[prefix]
+property
+having
+no
+value
+and
+which
+have
+[local
+name]
+beginning
+with
+<code>
+xml
+</code>
+(case
+independent
+comparison)
+are
+removed.
+Note
+that
+the
+[base
+URI]
+accessor
+is
+computed
+by
+XML
+Base
+before
+any
+<code>
+xml:base
+</code>
+attribute
+information
+item
+is
+deleted.
+</p>
+<p>
+The
+remaining
+set
+of
+attribute
+information
+items
+are
+then
+used
+to
+construct
+a
+new
+set
+of
+<a href="#section-attribute-node">
+Attribute
+Events
+</a>
+which
+is
+assigned
+as
+the
+value
+of
+this
+accessor.
+</p>
+</dd>
+<dt id="eventterm-element-URI">
+URI
+</dt>
+<dd>
+Set
+to
+the
+string
+value
+of
+the
+concatenation
+of
+the
+value
+of
+the
+namespace-name
+accessor
+and
+the
+value
+of
+the
+local-name
+accessor.
+</dd>
+<dt id="eventterm-element-URI-string-value">
+URI-string-value
+</dt>
+<dd>
+<p>
+The
+value
+is
+the
+concatenation
+of
+the
+following
+in
+this
+order
+"&lt;",
+the
+escaped
+value
+of
+the
+<a class="termref" href="#eventterm-element-URI">
+<span class="arrow">

+</span>
+URI
+<span class="arrow">

+</span>
+</a>
+accessor
+and
+"&gt;".
+</p>
+<p>
+The
+escaping
+of
+the
+<a class="termref" href="#eventterm-element-URI">
+<span class="arrow">

+</span>
+URI
+<span class="arrow">

+</span>
+</a>
+accessor
+uses
+the
+N-Triples
+escapes
+for
+<del class="diff-old">URI
+references
+as
+described
+in
+3.3
+URI
+References.
+</del>
+<ins class="diff-chg">IRIs
+[[N_TRIPLES]].
+</ins>
+</p>
+</dd>
+<dt id="eventterm-element-liCounter">
+li-counter
+</dt>
+<dd>
+Set
+to
+the
+integer
+value
+1.
+</dd>
+<dt id="eventterm-element-language">
+language
+</dt>
+<dd>
+Set
+from
+the
+<a class="termref" href="#eventterm-element-attributes">
+<span class="arrow">

+</span>
+attributes
+<span class="arrow">

+</span>
+</a>
+as
+described
+above.
+If
+no
+value
+is
+given
+from
+the
+attributes,
+the
+value
+is
+set
+to
+the
+value
+of
+the
+language
+accessor
+on
+the
+parent
+event
+(either
+a
+<a href="#section-root-node">
+Root
+Event
+</a>
+or
+an
+<a href="#section-element-node">
+Element
+Event
+</a>
+),
+which
+may
+be
+the
+empty
+string.
+</dd>
+<dt id="eventterm-element-subject">
+subject
+</dt>
+<dd>
+Has
+no
+initial
+value.
+Takes
+a
+value
+that
+is
+an
+<a href="#section-identifier-node">
+Identifier
+</a>
+event.
+This
+accessor
+is
+used
+on
+elements
+that
+deal
+with
+one
+node
+in
+the
+RDF
+graph,
+this
+generally
+being
+the
+subject
+of
+a
+statement.
+</dd>
+</dl>
+</section>
+<section id="section-end-element-node" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_section-end-element-node">
+<span class="secno">
+6.1.3
+</span>
+End
+Element
+Event
+</h4>
+<p>
+Has
+no
+accessors.
+Marks
+the
+end
+of
+the
+containing
+element
+in
+the
+sequence.
+</p>
+</section>
+<section id="section-attribute-node" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_section-attribute-node">
+<span class="secno">
+6.1.4
+</span>
+Attribute
+Event
+</h4>
+<p>
+Constructed
+from
+an
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.attribute">
+attribute
+information
+item
+</a>
+and
+takes
+the
+following
+accessors
+and
+values:
+</p>
+<dl>
+<dt id="eventterm-attribute-local-name">
+local-name
+</dt>
+<dd>
+Set
+to
+the
+value
+of
+attribute
+information
+item
+property
+[local
+name].
+</dd>
+<dt id="eventterm-attribute-namespace-name">
+namespace-name
+</dt>
+<dd>
+Set
+to
+the
+value
+of
+attribute
+information
+item
+property
+[namespace
+name].
+</dd>
+<dt id="eventterm-attribute-string-value">
+string-value
+</dt>
+<dd>
+Set
+to
+the
+value
+of
+the
+attribute
+information
+item
+property
+[normalized
+value]
+as
+specified
+by
+<del class="diff-old">[XML]
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-XML10"><ins class="diff-chg">
+XML10
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+(if
+an
+attribute
+whose
+normalized
+value
+is
+a
+zero-length
+string,
+then
+the
+string-value
+is
+also
+a
+zero-length
+string).
+</dd>
+<dt id="eventterm-attribute-URI">
+URI
+</dt>
+<dd>
+<p>
+If
+<a class="termref" href="#eventterm-attribute-namespace-name">
+<span class="arrow">

+</span>
+namespace-name
+<span class="arrow">

+</span>
+</a>
+is
+present,
+set
+to
+a
+string
+value
+of
+the
+concatenation
+of
+the
+value
+of
+the
+<a class="termref" href="#eventterm-attribute-namespace-name">
+<span class="arrow">

+</span>
+namespace-name
+<span class="arrow">

+</span>
+</a>
+accessor
+and
+the
+value
+of
+the
+<a class="termref" href="#eventterm-attribute-local-name">
+<span class="arrow">

+</span>
+local-name
+<span class="arrow">

+</span>
+</a>
+accessor.
+Otherwise
+if
+<a class="termref" href="#eventterm-attribute-local-name">
+<span class="arrow">

+</span>
+local-name
+<span class="arrow">

+</span>
+</a>
+is
+<code>
+ID
+</code>,
+<code>
+about
+</code>,
+<code>
+resource
+</code>,
+<code>
+parseType
+</code>
+or
+<code>
+type
+</code>,
+set
+to
+a
+string
+value
+of
+the
+concatenation
+of
+the
+<a class="termref" href="#rdf-ns-uri">
+<span class="arrow">

+</span>
+RDF
+namespace
+<del class="diff-old">URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<span class="arrow">

+</span>
+</a>
+and
+the
+value
+of
+the
+<a class="termref" href= "#eventterm-attribute-local-name">
+<span class="arrow">

+</span>
+local-name
+<span class="arrow">

+</span>
+</a>
+accessor.
+Other
+non-namespaced
+<a class="termref" href="#eventterm-attribute-local-name">
+<span class="arrow">

+</span>
+local-name
+<span class="arrow">

+</span>
+</a>
+accessor
+values
+are
+forbidden.
+</p>
+<p>
+The
+support
+for
+a
+limited
+set
+of
+non-namespaced
+names
+is
+<em class="rfc2119" title="REQUIRED">
+REQUIRED
+</em>
+and
+intended
+to
+allow
+RDF/XML
+documents
+specified
+in
+<del class="diff-old">[RDF-MS]
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-RDFMS"><ins class="diff-chg">
+RDFMS
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+to
+remain
+valid;
+new
+documents
+<em class="rfc2119" title="SHOULD NOT">
+SHOULD
+NOT
+</em>
+use
+these
+unqualified
+attributes
+and
+applications
+<em class="rfc2119" title="MAY">
+MAY
+</em>
+choose
+to
+warn
+when
+the
+unqualified
+form
+is
+seen
+in
+a
+document.
+</p>
+<p>
+The
+construction
+of
+<del class="diff-old">RDF
+URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+from
+XML
+attributes
+can
+generate
+the
+same
+<del class="diff-old">RDF
+URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+from
+different
+XML
+attributes.
+This
+can
+cause
+ambiguity
+in
+the
+grammar
+when
+matching
+attribute
+events
+(such
+as
+when
+<code>
+rdf:about
+</code>
+and
+<code>
+about
+</code>
+XML
+attributes
+are
+both
+present).
+Documents
+that
+have
+this
+are
+illegal.
+</p>
+</dd>
+<dt id="eventterm-attribute-URI-string-value">
+URI-string-value
+</dt>
+<dd>
+<p>
+The
+value
+is
+the
+concatenation
+of
+the
+following
+in
+this
+order
+"&lt;",
+the
+escaped
+value
+of
+the
+<a class="termref" href="#eventterm-attribute-URI">
+<span class="arrow">

+</span>
+URI
+<span class="arrow">

+</span>
+</a>
+accessor
+and
+"&gt;".
+</p>
+<p>
+The
+escaping
+of
+the
+<a class="termref" href="#eventterm-attribute-URI">
+<span class="arrow">

+</span>
+URI
+<span class="arrow">

+</span>
+</a>
+accessor
+uses
+the
+N-Triples
+escapes
+for
+<del class="diff-old">URI
+references
+as
+described
+in
+3.3
+URI
+References.
+</del>
+<ins class="diff-chg">IRIs
+[
+</ins><cite><a class="bibref" href="#bib-N-TRIPLES"><ins class="diff-chg">
+N-TRIPLES
+</ins></a></cite><ins class="diff-chg">
+].
+</ins>
+</p>
+</dd>
+</dl>
+</section>
+<section id="section-text-node" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_section-text-node">
+<span class="secno">
+6.1.5
+</span>
+Text
+Event
+</h4>
+<p>
+Constructed
+from
+a
+sequence
+of
+one
+or
+more
+consecutive
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.character">
+character
+information
+items
+</a>.
+Has
+the
+single
+accessor:
+</p>
+<dl>
+<dt id="eventterm-text-string-value">
+string-value
+</dt>
+<dd>
+Set
+to
+the
+value
+of
+the
+string
+made
+from
+concatenating
+the
+[
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.character">
+character
+code
+</a>
+]
+property
+of
+each
+of
+the
+character
+information
+items.
+</dd>
+</dl>
+</section>
+<section id="section-identifier-node" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_section-identifier-node">
+<span class="secno">
+6.1.6
+<del class="diff-old">URI
+Reference
+</del>
+</span>
+<ins class="diff-chg">IRI
+</ins>
+Event
+</h4>
+<p id="eventterm-identifier-identifier-type">
+An
+event
+for
+a
+<del class="diff-old">RDF
+URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+which
+has
+the
+following
+accessors:
+</p>
+<dl>
+<dt id="eventterm-identifier-identifier">
+identifier
+</dt>
+<dd>
+Takes
+a
+string
+value
+used
+as
+an
+<del class="diff-old">RDF
+URI
+reference
+.
+</del>
+<ins class="diff-chg">IRI.
+</ins>
+</dd>
+<dt id="eventterm-identifier-string-value">
+string-value
+</dt>
+<dd>
+<p>
+The
+value
+is
+the
+concatenation
+of
+"&lt;",
+the
+escaped
+value
+of
+the
+<a class="termref" href="#eventterm-identifier-identifier">
+<span class="arrow">

+</span>
+identifier
+<span class="arrow">

+</span>
+</a>
+accessor
+and
+"&gt;"
+</p>
+<p>
+The
+escaping
+of
+the
+<a class="termref" href="#eventterm-identifier-identifier">
+<span class="arrow">

+</span>
+identifier
+<span class="arrow">

+</span>
+</a>
+accessor
+value
+uses
+the
+N-Triples
+escapes
+for
+<del class="diff-old">URI
+references
+as
+described
+in
+3.3
+URI
+References
+.
+</del>
+<ins class="diff-chg">IRIs
+[
+</ins><cite><a class="bibref" href="#bib-N-TRIPLES"><ins class="diff-chg">
+N-TRIPLES
+</ins></a></cite><ins class="diff-chg">
+].
+</ins>
+</p>
+</dd>
+</dl>
+<p>
+These
+events
+are
+constructed
+by
+giving
+a
+value
+for
+the
+<a class="termref" href="#eventterm-identifier-identifier">
+<span class="arrow">

+</span>
+identifier
+<span class="arrow">

+</span>
+</a>
+accessor.
+</p>
+<p>
+For
+further
+information
+on
+identifiers
+in
+the
+RDF
+graph,
+see
+<a href="#section-Identifiers">
+section
+5.2
+</a>.
+</p>
+</section>
+<section id="section-blank-nodeid-event" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_section-blank-nodeid-event">
+<span class="secno">
+6.1.7
+</span>
+Blank
+Node
+Identifier
+Event
+</h4>
+<p>
+An
+event
+for
+a
+blank
+node
+identifier
+which
+has
+the
+following
+accessors:
+</p>
+<dl>
+<dt id="eventterm-blanknodeid-identifier">
+identifier
+</dt>
+<dd>
+Takes
+a
+string
+value.
+</dd>
+<dt id="eventterm-blanknodeid-string-value">
+string-value
+</dt>
+<dd>
+The
+value
+is
+a
+function
+of
+the
+value
+of
+the
+<a class="termref" href="#eventterm-blanknodeid-identifier">
+<span class="arrow">

+</span>
+identifier
+<span class="arrow">

+</span>
+</a>
+accessor.
+The
+value
+begins
+with
+"_:"
+and
+the
+entire
+value
+<em class="rfc2119" title="MUST">
+MUST
+</em>
+match
+the
+N-Triples
+<del class="diff-old">nodeID
+</del>
+<a href="http://www.w3.org/TR/n-triples/#grammar-production-BLANK_NODE_LABEL">
+<ins class="diff-chg">BLANK_NODE_LABELD
+</ins>
+</a>
+production.
+The
+function
+<em class="rfc2119" title="MUST">
+MUST
+</em>
+preserve
+distinct
+blank
+node
+identity
+as
+discussed
+in
+in
+section
+<a href="#section-Identifiers">
+5.2
+Identifiers
+</a>.
+</dd>
+</dl>
+<p>
+These
+events
+are
+constructed
+by
+giving
+a
+value
+for
+the
+<a class="termref" href="#eventterm-blanknodeid-identifier">
+<span class="arrow">

+</span>
+identifier
+<span class="arrow">

+</span>
+</a>
+accessor.
+</p>
+<p>
+For
+further
+information
+on
+identifiers
+in
+the
+RDF
+graph,
+see
+<a href="#section-Identifiers">
+section
+5.2
+</a>.
+</p>
+</section>
+<section id="section-literal-node" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_section-literal-node">
+<span class="secno">
+6.1.8
+</span>
+Plain
+Literal
+Event
+</h4>
+<div class="note">
+<div class="note-title" aria-level="4" role="heading" id="h_note_7">
+<span>
+<ins class="diff-chg">Note
+</ins></span></div><p class=""><ins class="diff-chg">
+RDF/XML
+plain
+literals
+are
+in
+RDF
+1.1
+treated
+as
+syntactic
+sugar
+for
+a
+literal
+with
+datatype
+</ins><code><ins class="diff-chg">
+xsd:string
+</ins></code><ins class="diff-chg">
+(in
+case
+no
+language
+tag
+is
+present)
+or
+as
+a
+literal
+with
+datatype
+</ins><code><ins class="diff-chg">
+rdf:langString
+</ins></code><ins class="diff-chg">
+(in
+case
+a
+language
+tag
+is
+present).
+The
+mapping
+to
+N-Triples
+as
+defined
+in
+this
+subsection
+is
+not
+affected
+by
+this
+change.
+</ins></p></div>
+<p>
+An
+event
+for
+a
+plain
+literal
+which
+can
+have
+the
+following
+accessors:
+</p>
+<dl>
+<dt id="eventterm-literal-literal-value">
+literal-value
+</dt>
+<dd>
+Takes
+a
+string
+value.
+</dd>
+<dt id="eventterm-literal-literal-language">
+literal-language
+</dt>
+<dd>
+Takes
+a
+string
+value
+used
+as
+a
+language
+tag
+in
+an
+RDF
+plain
+literal.
+</dd>
+<dt id="eventterm-literal-string-value">
+string-value
+</dt>
+<dd>
+<p>
+The
+value
+is
+calculated
+from
+the
+other
+accessors
+as
+follows.
+</p>
+<p>
+If
+<a class="termref" href="#eventterm-literal-literal-language">
+<span class="arrow">

+</span>
+literal-language
+<span class="arrow">

+</span>
+</a>
+is
+the
+empty
+string
+then
+the
+value
+is
+the
+concatenation
+of
+<del class="diff-old">"&quot;"
+</del>
+<ins class="diff-chg">"""
+</ins>
+(1
+double
+quote),
+the
+escaped
+value
+of
+the
+<a class="termref" href="#eventterm-literal-literal-value">
+<span class="arrow">

+</span>
+literal-value
+<span class="arrow">

+</span>
+</a>
+accessor
+and
+<del class="diff-old">"&quot;"
+</del>
+<ins class="diff-chg">"""
+</ins>
+(1
+double
+quote).
+</p>
+<p>
+Otherwise
+the
+value
+is
+the
+concatenation
+of
+<del class="diff-old">"&quot;"
+</del>
+<ins class="diff-chg">"""
+</ins>
+(1
+double
+quote),
+the
+escaped
+value
+of
+the
+<a class="termref" href="#eventterm-literal-literal-value">
+<span class="arrow">

+</span>
+literal-value
+<span class="arrow">

+</span>
+</a>
+accessor
+<del class="diff-old">"&quot;@"
+</del>
+<ins class="diff-chg">""@"
+</ins>
+(1
+double
+quote
+and
+a
+'@'),
+and
+the
+value
+of
+the
+<a class="termref" href="#eventterm-literal-literal-language">
+<span class="arrow">

+</span>
+literal-language
+<span class="arrow">

+</span>
+</a>
+accessor.
+</p>
+<p>
+The
+escaping
+of
+the
+<a class="termref" href="#eventterm-literal-literal-value">
+<span class="arrow">

+</span>
+literal-value
+<span class="arrow">

+</span>
+</a>
+accessor
+value
+uses
+the
+N-Triples
+escapes
+for
+strings
+as
+described
+in
+<del class="diff-old">3.2
+Strings
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-N-TRIPLES"><ins class="diff-chg">
+N-TRIPLES
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+for
+escaping
+certain
+characters
+such
+as
+<del class="diff-old">&quot;.
+</del>
+<ins class="diff-chg">".
+</ins>
+</p>
+</dd>
+</dl>
+<p>
+These
+events
+are
+constructed
+by
+giving
+values
+for
+the
+<a class="termref" href="#eventterm-literal-literal-value">
+<span class="arrow">

+</span>
+literal-value
+<span class="arrow">

+</span>
+</a>
+and
+<a class="termref" href="#eventterm-literal-literal-language">
+<span class="arrow">

+</span>
+literal-language
+<span class="arrow">

+</span>
+</a>
+accessors.
+</p>
+<div class="note">
+<div class="note-title" aria-level="4" role="heading" id="h_note_8">
+<span>
+<ins class="diff-chg">Note
+</ins></span></div><p id="literal-comb-char-note1" class="">
+<strong>
+Interoperability
+Note
+(Informative):
+</strong>
+Literals
+beginning
+with
+a
+Unicode
+combining
+character
+are
+allowed
+however
+they
+may
+cause
+interoperability
+problems.
+See
+<del class="diff-old">[CHARMOD]
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-CHARMOD"><ins class="diff-chg">
+CHARMOD
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+for
+further
+information.
+</p>
+</div>
+</section>
+<section id="section-typed-literal-node" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_section-typed-literal-node">
+<span class="secno">
+6.1.9
+</span>
+Typed
+Literal
+Event
+</h4>
+<p>
+An
+event
+for
+a
+typed
+literal
+which
+can
+have
+the
+following
+accessors:
+</p>
+<dl>
+<dt id="eventterm-typedliteral-literal-value">
+literal-value
+</dt>
+<dd>
+Takes
+a
+string
+value.
+</dd>
+<dt id="eventterm-typedliteral-literal-datatype">
+literal-datatype
+</dt>
+<dd>
+Takes
+a
+string
+value
+used
+as
+an
+<del class="diff-old">RDF
+URI
+reference
+.
+</del>
+<ins class="diff-chg">IRI.
+</ins>
+</dd>
+<dt id="eventterm-typedliteral-string-value">
+string-value
+</dt>
+<dd>
+<p>
+The
+value
+is
+the
+concatenation
+of
+the
+following
+in
+this
+order
+<del class="diff-old">"&quot;"
+</del>
+<ins class="diff-chg">"""
+</ins>
+(1
+double
+quote),
+the
+escaped
+value
+of
+the
+<a class="termref" href="#eventterm-typedliteral-literal-value">
+<span class="arrow">

+</span>
+literal-value
+<span class="arrow">

+</span>
+</a>
+accessor,
+<del class="diff-old">"&quot;"
+</del>
+<ins class="diff-chg">"""
+</ins>
+(1
+double
+quote),
+"^^&lt;",
+the
+escaped
+value
+of
+the
+<a class="termref" href="#eventterm-typedliteral-literal-datatype">
+<span class="arrow">

+</span>
+literal-datatype
+<span class="arrow">

+</span>
+</a>
+accessor
+and
+"&gt;".
+</p>
+<p>
+The
+escaping
+of
+the
+<a class="termref" href="#eventterm-typedliteral-literal-value">
+<span class="arrow">

+</span>
+literal-value
+<span class="arrow">

+</span>
+</a>
+accessor
+value
+uses
+the
+N-Triples
+escapes
+for
+strings
+<del class="diff-old">as
+described
+in
+3.2
+Strings
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-N-TRIPLES"><ins class="diff-chg">
+N-TRIPLES
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+for
+escaping
+certain
+characters
+such
+as
+<del class="diff-old">&quot;.
+</del>
+<ins class="diff-chg">".
+</ins>
+The
+escaping
+of
+the
+<a class="termref" href="#eventterm-typedliteral-literal-datatype">
+<span class="arrow">

+</span>
+literal-datatype
+<span class="arrow">

+</span>
+</a>
+accessor
+value
+must
+use
+the
+N-Triples
+escapes
+for
+<del class="diff-old">URI
+references
+as
+described
+in
+3.3
+URI
+References
+.
+</del>
+<ins class="diff-chg">IRI
+[
+</ins><cite><a class="bibref" href="#bib-N-TRIPLES"><ins class="diff-chg">
+N-TRIPLES
+</ins></a></cite><ins class="diff-chg">
+].
+</ins>
+</p>
+</dd>
+</dl>
+<p>
+These
+events
+are
+constructed
+by
+giving
+values
+for
+the
+<a class="termref" href="#eventterm-typedliteral-literal-value">
+<span class="arrow">

+</span>
+literal-value
+<span class="arrow">

+</span>
+</a>
+and
+<a class="termref" href="#eventterm-typedliteral-literal-datatype">
+<span class="arrow">

+</span>
+literal-datatype
+<span class="arrow">

+</span>
+</a>
+accessors.
+</p>
+<div class="note">
+<div class="note-title" aria-level="4" role="heading" id="h_note_9">
+<span>
+<ins class="diff-chg">Note
+</ins></span></div><p class="" id="literal-comb-char-note2">
+<strong>
+Interoperability
+Note
+(Informative):
+</strong>
+Literals
+beginning
+with
+a
+Unicode
+combining
+character
+are
+allowed
+however
+they
+may
+cause
+interoperability
+problems.
+See
+<del class="diff-old">[CHARMOD]
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-CHARMOD"><ins class="diff-chg">
+CHARMOD
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+for
+further
+information.
+</p>
+</div>
+<div class="note">
+<div class="note-title" aria-level="4" role="heading" id="h_note_10">
+<span>
+<ins class="diff-chg">Note
+</ins></span></div><p id="literal-white-space-normalization-note" class="">
+<strong>
+Implementation
+Note
+(Informative):
+</strong>
+In
+XML
+Schema
+(part
+1)
+<ins class="diff-new">[
+</ins><cite><a class="bibref" href="#bib-XMLSCHEMA-1"><ins class="diff-new">
+XMLSCHEMA-1
+</ins>
+</a>
+<del class="diff-old">[XML-SCHEMA1]
+,
+</del>
+</cite>
+<ins class="diff-chg">],
+</ins>
+<a href="http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/#section-White-Space-Normalization-during-Validation">
+white
+space
+normalization
+</a>
+occurs
+during
+validation
+according
+to
+the
+value
+of
+the
+whiteSpace
+facet.
+The
+syntax
+mapping
+used
+in
+this
+document
+occurs
+after
+this,
+so
+the
+whiteSpace
+facet
+formally
+has
+no
+further
+effect.
+</p>
+</div>
+</section>
+</section>
+<section id="section-Infoset-Mapping" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 id="section-Infoset-Conformance" aria-level="2" role="heading">
+<span class="secno">
+6.2
+</span>
+Information
+Set
+Mapping
+</h3>
+<p>
+To
+transform
+the
+Infoset
+into
+the
+sequence
+of
+events
+in
+<em>
+document
+order
+</em>,
+each
+information
+item
+is
+transformed
+as
+described
+above
+to
+generate
+a
+tree
+of
+events
+with
+accessors
+and
+values.
+Each
+element
+event
+is
+then
+replaced
+as
+described
+below
+to
+turn
+the
+tree
+of
+events
+into
+a
+sequence
+in
+document
+order.
+</p>
+<ol>
+<li>
+The
+original
+<a href="#section-element-node">
+element
+event
+</a>
+</li>
+<li>
+The
+value
+of
+the
+<a href="http://www.w3.org/TR/xml-infoset/#infoitem.element">
+children
+</a>
+accessor
+recursively
+transformed,
+a
+possibly
+empty
+ordered
+list
+of
+events.
+</li>
+<li>
+An
+<a href="#section-end-element-node">
+end
+element
+event
+</a>
+</li>
+</ol>
+</section>
+<section id="section-Infoset-Grammar-Notation" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 id="section-Notation-Forms" aria-level="2" role="heading">
+<span class="secno">
+6.3
+</span>
+Grammar
+Notation
+</h3>
+<p>
+The
+following
+notation
+is
+used
+to
+describe
+matching
+the
+sequence
+of
+data
+model
+events
+as
+given
+in
+<a href="#section-Data-Model">
+Section
+6
+</a>
+and
+the
+actions
+to
+perform
+for
+the
+matches.
+The
+RDF/XML
+grammar
+is
+defined
+in
+terms
+of
+mapping
+from
+these
+matched
+data
+model
+events
+to
+triples,
+using
+notation
+of
+the
+form:
+</p>
+<blockquote>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+number
+<em>
+event-type
+</em>
+<em>
+event-content
+</em>
+</p>
+</div>
+</div>
+<div>
+<em>
+action
+</em>...
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+<code>
+N-Triples
+</code>
+</p>
+</div>
+</div>
+</div>
+</blockquote>
+<p>
+where
+the
+<em>
+event-content
+</em>
+is
+an
+expression
+matching
+<em>
+event-types
+</em>
+(as
+defined
+in
+<a href="#section-Nodes">
+Section
+6.1
+</a>
+),
+using
+notation
+given
+in
+the
+following
+sections.
+The
+number
+is
+used
+for
+reference
+purposes.
+The
+grammar
+<em>
+action
+</em>
+may
+include
+generating
+new
+triples
+to
+the
+graph,
+written
+in
+N-Triples
+<ins class="diff-new">[
+</ins><cite><a class="bibref" href="#bib-N-TRIPLES"><ins class="diff-new">
+N-TRIPLES
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+format.
+</p>
+<p>
+The
+following
+sections
+describe
+the
+general
+notation
+used
+and
+that
+for
+event
+matching
+and
+actions.
+</p>
+<section id="section-Infoset-Grammar-General" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_section-Infoset-Grammar-General">
+<span class="secno">
+6.3.1
+</span>
+Grammar
+General
+Notation
+</h4>
+<table border="1">
+<caption>
+Grammar
+General
+Notation.
+</caption>
+<tbody>
+<tr>
+<th>
+Notation
+</th>
+<th>
+Meaning
+</th>
+</tr>
+<tr>
+<td>
+<em>
+event
+</em>.
+<em>
+accessor
+</em>
+</td>
+<td>
+The
+value
+of
+an
+event
+accessor.
+</td>
+</tr>
+<tr>
+<td>
+<code>
+rdf:
+</code>
+<em>
+X
+</em>
+</td>
+<td>
+A
+URI
+as
+defined
+in
+<a href="#section-Namespace">
+section
+5.1
+</a>.
+</td>
+</tr>
+<tr>
+<td>
+"ABC"
+</td>
+<td>
+A
+string
+of
+characters
+A,
+B,
+C
+in
+order.
+</td>
+</tr>
+</tbody>
+</table>
+</section>
+<section id="section-Infoset-Grammar-Matching" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_section-Infoset-Grammar-Matching">
+<span class="secno">
+6.3.2
+</span>
+Grammar
+Event
+Matching
+Notation
+</h4>
+<table border="1">
+<caption>
+Grammar
+Event
+Matching
+Notation.
+</caption>
+<tbody>
+<tr>
+<th>
+Notation
+</th>
+<th>
+Meaning
+</th>
+</tr>
+<tr>
+<td>
+A
+==
+B
+</td>
+<td>
+Event
+accessor
+A
+matches
+expression
+B.
+</td>
+</tr>
+<tr>
+<td>
+A
+!=
+B
+</td>
+<td>
+A
+is
+not
+equal
+to
+B.
+</td>
+</tr>
+<tr>
+<td>
+A
+|
+B
+|
+...
+</td>
+<td>
+The
+A,
+B,
+...
+terms
+are
+alternatives.
+</td>
+</tr>
+<tr>
+<td>
+A
+-
+B
+</td>
+<td>
+The
+terms
+in
+A
+excluding
+all
+the
+terms
+in
+B.
+</td>
+</tr>
+<tr>
+<td>
+<dfn id="anyURI">
+anyURI
+<del class="diff-old">.
+</del>
+</dfn>.
+</td>
+<td>
+Any
+URI.
+</td>
+</tr>
+<tr>
+<td>
+<dfn id="anyString">
+anyString
+<del class="diff-old">.
+</del>
+</dfn>.
+</td>
+<td>
+Any
+string.
+</td>
+</tr>
+<tr>
+<td>
+list(item1,
+item2,
+...);
+list()
+</td>
+<td>
+An
+ordered
+list
+of
+events.
+An
+empty
+list.
+</td>
+</tr>
+<tr>
+<td>
+set(item1,
+item2,
+...);
+set()
+</td>
+<td>
+An
+unordered
+set
+of
+events.
+An
+empty
+set.
+</td>
+</tr>
+<tr>
+<td>
+*
+</td>
+<td>
+Zero
+or
+more
+of
+preceding
+term.
+</td>
+</tr>
+<tr>
+<td>
+?
+</td>
+<td>
+Zero
+or
+one
+of
+preceding
+term.
+</td>
+</tr>
+<tr>
+<td>
++
+</td>
+<td>
+One
+or
+more
+of
+preceding
+term.
+</td>
+</tr>
+<tr>
+<td>
+root(acc1
+==
+value1,
+<br />
+&#160;&#160;&#160;&#160;acc2
+==
+value2,
+...)
+</td>
+<td>
+Match
+a
+<a href="#section-root-node">
+Root
+Event
+</a>
+with
+accessors.
+</td>
+</tr>
+<tr>
+<td>
+start-element(acc1
+==
+value1,
+<br />
+&#160;&#160;&#160;&#160;acc2
+==
+value2,
+...)
+<br />
+<em>
+children
+</em>
+<br />
+end-element()
+</td>
+<td>
+Match
+a
+sequence
+of
+<a href="#section-element-node">
+Element
+Event
+</a>
+with
+accessors,
+a
+possibly
+empty
+list
+of
+events
+as
+element
+content
+and
+an
+<a href="#section-end-element-node">
+End
+Element
+Event
+</a>.
+</td>
+</tr>
+<tr>
+<td>
+attribute(acc1
+==
+value1,
+<br />
+&#160;&#160;&#160;&#160;acc2
+==
+value2,
+...)
+</td>
+<td>
+Match
+an
+<a href="#section-attribute-node">
+Attribute
+Event
+</a>
+with
+accessors.
+</td>
+</tr>
+<tr>
+<td>
+text()
+</td>
+<td>
+Match
+a
+<a href="#section-text-node">
+Text
+Event
+</a>.
+</td>
+</tr>
+</tbody>
+</table>
+</section>
+<section id="section-Infoset-Grammar-Action" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_section-Infoset-Grammar-Action">
+<span class="secno">
+6.3.3
+</span>
+Grammar
+Action
+Notation
+</h4>
+<table border="1">
+<caption>
+Grammar
+Action
+Notation.
+</caption>
+<tbody>
+<tr>
+<th>
+Notation
+</th>
+<th>
+Meaning
+</th>
+</tr>
+<tr>
+<td>
+A
+:=
+B
+</td>
+<td>
+Assigns
+A
+the
+value
+B.
+</td>
+</tr>
+<tr>
+<td>
+concat(A,
+B,
+..)
+</td>
+<td>
+A
+string
+created
+by
+concatenating
+the
+terms
+in
+order.
+</td>
+</tr>
+<tr>
+<td>
+resolve(
+<em>
+e
+</em>,
+<em>
+s
+</em>
+)
+</td>
+<td>
+A
+string
+created
+by
+interpreting
+string
+<em>
+s
+</em>
+as
+a
+relative
+<del class="diff-old">URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+to
+the
+<a class="termref" href="#eventterm-element-base-uri">
+<span class="arrow">

+</span>
+base-uri
+<span class="arrow">

+</span>
+</a>
+accessor
+of
+<a href="#section-element-node" class="sec-ref">
+<span class="secno">
+<ins class="diff-chg">6.1.2
+</ins></span><span class="sec-title"><ins class="diff-chg">
+Element
+Event
+</ins></span>
+</a>
+<em>
+e
+</em>
+as
+defined
+in
+<a href="#section-baseURIs">
+Section
+5.3
+Resolving
+URIs
+</a>.
+The
+resulting
+string
+represents
+an
+<del class="diff-old">RDF
+URI
+reference
+.
+</del>
+<ins class="diff-chg">IRI.
+</ins>
+</td>
+</tr>
+<tr>
+<td>
+generated-blank-node-id()
+</td>
+<td>
+A
+string
+value
+for
+a
+new
+distinct
+generated
+blank
+node
+identifier
+as
+defined
+in
+<a href="#section-Identifiers">
+section
+5.2
+Identifiers
+</a>.
+</td>
+</tr>
+<tr>
+<td>
+<em>
+event
+</em>.
+<em>
+accessor
+</em>
+:=
+<em>
+value
+</em>
+</td>
+<td>
+Sets
+an
+event
+accessor
+to
+the
+given
+value.
+</td>
+</tr>
+<tr>
+<td>
+uri(identifier
+:=
+value)
+</td>
+<td>
+Create
+a
+new
+<a href="#section-identifier-node">
+URI
+Reference
+Event
+</a>.
+</td>
+</tr>
+<tr>
+<td>
+bnodeid(identifier
+:=
+value)
+</td>
+<td>
+Create
+a
+new
+<a href="#section-blank-nodeid-event">
+Blank
+Node
+Identifier
+Event
+</a>.
+See
+also
+section
+<a href="#section-Identifiers">
+5.2
+Identifiers
+</a>.
+</td>
+</tr>
+<tr>
+<td>
+literal(literal-value
+:=
+string,
+<br />
+&#160;&#160;&#160;&#160;literal-language
+:=
+language,
+...)
+</td>
+<td>
+Create
+a
+new
+<a href="#section-literal-node">
+Plain
+Literal
+Event
+</a>.
+</td>
+</tr>
+<tr>
+<td>
+typed-literal(literal-value
+:=
+string,
+...)
+</td>
+<td>
+Create
+a
+new
+<a href="#section-typed-literal-node">
+Typed
+Literal
+Event
+</a>.
+</td>
+</tr>
+</tbody>
+</table>
+<del class="diff-old">7
+</del>
+</section>
+</section>
+</section>
+<section id="section-Infoset-Grammar" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h2 aria-level="1" role="heading" id="h2_section-Infoset-Grammar">
+<span class="secno">
+<ins class="diff-chg">7.
+</ins></span>
+RDF/XML
+Grammar
+</h2>
+<section id="section-grammar-summary" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-grammar-summary">
+<span class="secno">
+7.1
+</span>
+Grammar
+summary
+</h3>
+<div class="productionOuter">
+<div class="productionInner">
+<table>
+<tbody>
+<tr>
+<td>
+<a href="#coreSyntaxTerms">
+7.2.2
+</a>
+<a href="#coreSyntaxTerms">
+coreSyntaxTerms
+</a>
+</td>
+<td>
+<code>
+rdf:RDF
+</code>
+|
+<code>
+rdf:ID
+</code>
+|
+<code>
+rdf:about
+</code>
+|
+<code>
+rdf:parseType
+</code>
+|
+<code>
+rdf:resource
+</code>
+|
+<code>
+rdf:nodeID
+</code>
+|
+<code>
+rdf:datatype
+</code>
+</td>
+</tr>
+<tr>
+<td>
+<a href="#syntaxTerms">
+7.2.3
+</a>
+<a href="#syntaxTerms">
+syntaxTerms
+</a>
+</td>
+<td>
+<a href="#coreSyntaxTerms">
+coreSyntaxTerms
+</a>
+|
+<code>
+rdf:Description
+</code>
+|
+<code>
+rdf:li
+</code>
+</td>
+</tr>
+<tr>
+<td>
+<a href="#oldTerms">
+7.2.4
+</a>
+<a href="#oldTerms">
+oldTerms
+</a>
+</td>
+<td>
+<code>
+rdf:aboutEach
+</code>
+|
+<code>
+rdf:aboutEachPrefix
+</code>
+|
+<code>
+rdf:bagID
+</code>
+</td>
+</tr>
+<tr>
+<td>
+<a href="#nodeElementURIs">
+7.2.5
+</a>
+<a href="#nodeElementURIs">
+nodeElementURIs
+</a>
+</td>
+<td>
+<a href="#anyURI">
+anyURI
+</a>
+-
+(
+<a href="#coreSyntaxTerms">
+coreSyntaxTerms
+</a>
+|
+<code>
+rdf:li
+</code>
+|
+<a href="#oldTerms">
+oldTerms
+</a>
+)
+</td>
+</tr>
+<tr>
+<td>
+<a href="#propertyElementURIs">
+7.2.6
+</a>
+<a href="#propertyElementURIs">
+propertyElementURIs
+</a>
+</td>
+<td>
+<a href="#anyURI">
+anyURI
+</a>
+-
+(
+<a href="#coreSyntaxTerms">
+coreSyntaxTerms
+</a>
+|
+<code>
+rdf:Description
+</code>
+|
+<a href="#oldTerms">
+oldTerms
+</a>
+)
+</td>
+</tr>
+<tr>
+<td>
+<a href="#propertyAttributeURIs">
+7.2.7
+</a>
+<a href="#propertyAttributeURIs">
+propertyAttributeURIs
+</a>
+</td>
+<td>
+<a href="#anyURI">
+anyURI
+</a>
+-
+(
+<a href="#coreSyntaxTerms">
+coreSyntaxTerms
+</a>
+|
+<code>
+rdf:Description
+</code>
+|
+<code>
+rdf:li
+</code>
+|
+<a href="#oldTerms">
+oldTerms
+</a>
+)
+</td>
+</tr>
+<tr>
+<td>
+<a href="#doc">
+7.2.8
+</a>
+<a href="#doc">
+doc
+</a>
+</td>
+<td>
+root(
+<a href="#eventterm-root-document-element">
+document-element
+</a>
+==
+<a href="#RDF">
+RDF
+</a>,
+<a href="#eventterm-root-children">
+children
+</a>
+==
+list(
+<a href="#RDF">
+RDF
+</a>
+))
+</td>
+</tr>
+<tr>
+<td>
+<a href="#RDF">
+7.2.9
+</a>
+<a href="#RDF">
+RDF
+</a>
+</td>
+<td>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+==
+<code>
+rdf:RDF
+</code>,
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+==
+set())
+<br />
+<a href="#nodeElementList">
+nodeElementList
+</a>
+<br />
+end-element()
+</td>
+</tr>
+<tr>
+<td>
+<a href="#nodeElementList">
+7.2.10
+</a>
+<a href="#nodeElementList">
+nodeElementList
+</a>
+</td>
+<td>
+<a href="#ws">
+ws
+</a>
+*
+(
+<a href="#nodeElement">
+nodeElement
+</a>
+<a href="#ws">
+ws
+</a>
+*
+)*
+</td>
+</tr>
+<tr>
+<td>
+<a href="#nodeElement">
+7.2.11
+</a>
+<a href="#nodeElement">
+nodeElement
+</a>
+</td>
+<td>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+==
+<a href="#nodeElementURIs">
+nodeElementURIs
+</a>
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+==
+set((
+<a href="#idAttr">
+idAttr
+</a>
+|
+<a href="#nodeIdAttr">
+nodeIdAttr
+</a>
+|
+<a href="#aboutAttr">
+aboutAttr
+</a>
+<del class="diff-old"> )?,
+</del>
+<ins class="diff-chg">)?,
+</ins>
+<a href="#propertyAttr">
+propertyAttr
+</a>
+*))
+<br />
+<a href="#propertyEltList">
+propertyEltList
+</a>
+<br />
+end-element()
+</td>
+</tr>
+<tr>
+<td>
+<a href="#ws">
+7.2.12
+</a>
+<a href="#ws">
+ws
+</a>
+</td>
+<td>
+A
+<a href="#section-text-node">
+text
+event
+</a>
+matching
+white
+space
+defined
+by
+<del class="diff-old">[XML]
+</del>
+<ins class="diff-chg">XML
+[
+</ins><cite><a class="bibref" href="#bib-XML10"><ins class="diff-chg">
+XML10
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+definition
+<em>
+White
+Space
+</em>
+Rule
+[3]
+<a href="http://www.w3.org/TR/2000/REC-xml-20001006#NT-S">
+S
+</a>
+in
+section
+<a href="http://www.w3.org/TR/2000/REC-xml-20001006#sec-common-syn">
+Common
+Syntactic
+Constructs
+</a>
+</td>
+</tr>
+<tr>
+<td>
+<a href="#propertyEltList">
+7.2.13
+</a>
+<a href="#propertyEltList">
+propertyEltList
+</a>
+</td>
+<td>
+<a href="#ws">
+ws
+</a>
+*
+(
+<a href="#propertyElt">
+propertyElt
+</a>
+<a href="#ws">
+ws
+</a>
+*
+)
+*
+</td>
+</tr>
+<tr>
+<td>
+<a href="#propertyElt">
+7.2.14
+</a>
+<a href="#propertyElt">
+propertyElt
+</a>
+</td>
+<td>
+<a href="#resourcePropertyElt">
+resourcePropertyElt
+</a>
+|
+<a href="#literalPropertyElt">
+literalPropertyElt
+</a>
+|
+<a href="#parseTypeLiteralPropertyElt">
+parseTypeLiteralPropertyElt
+</a>
+|
+<a href="#parseTypeResourcePropertyElt">
+parseTypeResourcePropertyElt
+</a>
+|
+<a href="#parseTypeCollectionPropertyElt">
+parseTypeCollectionPropertyElt
+</a>
+|
+<a href="#parseTypeOtherPropertyElt">
+parseTypeOtherPropertyElt
+</a>
+|
+<a href="#emptyPropertyElt">
+emptyPropertyElt
+</a>
+</td>
+</tr>
+<tr>
+<td>
+<a href="#resourcePropertyElt">
+7.2.15
+</a>
+<a href="#resourcePropertyElt">
+resourcePropertyElt
+</a>
+</td>
+<td>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+==
+<a href="#propertyElementURIs">
+propertyElementURIs
+</a>
+),
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+==
+set(
+<a href="#idAttr">
+idAttr
+</a>
+?))
+<br />
+<a href="#ws">
+ws
+</a>
+*
+<a href="#nodeElement">
+nodeElement
+</a>
+<a href="#ws">
+ws
+</a>
+*
+<br />
+end-element()
+</td>
+</tr>
+<tr>
+<td>
+<a href="#literalPropertyElt">
+7.2.16
+</a>
+<a href="#literalPropertyElt">
+literalPropertyElt
+</a>
+</td>
+<td>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+==
+<a href="#propertyElementURIs">
+propertyElementURIs
+</a>
+),
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+==
+set(
+<a href="#idAttr">
+idAttr
+</a>
+?,
+<a href="#datatypeAttr">
+datatypeAttr
+</a>
+?))
+<br />
+<a href="#section-text-node">
+text()
+</a>
+<br />
+end-element()
+</td>
+</tr>
+<tr>
+<td>
+<a href="#parseTypeLiteralPropertyElt">
+7.2.17
+</a>
+<a href="#parseTypeLiteralPropertyElt">
+parseTypeLiteralPropertyElt
+</a>
+</td>
+<td>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+==
+<a href="#propertyElementURIs">
+propertyElementURIs
+</a>
+),
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+==
+set(
+<a href="#idAttr">
+idAttr
+</a>
+?,
+<a href="#parseLiteral">
+parseLiteral
+</a>
+))
+<br />
+<a href="#literal">
+literal
+</a>
+<br />
+end-element()
+</td>
+</tr>
+<tr>
+<td>
+<a href="#parseTypeResourcePropertyElt">
+7.2.18
+</a>
+<a href="#parseTypeResourcePropertyElt">
+parseTypeResourcePropertyElt
+</a>
+</td>
+<td>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+==
+<a href="#propertyElementURIs">
+propertyElementURIs
+</a>
+),
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+==
+set(
+<a href="#idAttr">
+idAttr
+</a>
+?,
+<a href="#parseResource">
+parseResource
+</a>
+))
+<br />
+<a href="#propertyEltList">
+propertyEltList
+</a>
+<br />
+end-element()
+</td>
+</tr>
+<tr>
+<td>
+<a href="#parseTypeCollectionPropertyElt">
+7.2.19
+</a>
+<a href="#parseTypeCollectionPropertyElt">
+parseTypeCollectionPropertyElt
+</a>
+</td>
+<td>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+==
+<a href="#propertyElementURIs">
+propertyElementURIs
+</a>
+),
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+==
+set(
+<a href="#idAttr">
+idAttr
+</a>
+?,
+<a href="#parseCollection">
+parseCollection
+</a>
+))
+<br />
+<a href="#nodeElementList">
+nodeElementList
+</a>
+<br />
+end-element()
+</td>
+</tr>
+<tr>
+<td>
+<a href="#parseTypeOtherPropertyElt">
+7.2.20
+</a>
+<a href="#parseTypeOtherPropertyElt">
+parseTypeOtherPropertyElt
+</a>
+</td>
+<td>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+==
+<a href="#propertyElementURIs">
+propertyElementURIs
+</a>
+),
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+==
+set(
+<a href="#idAttr">
+idAttr
+</a>
+?,
+<a href="#parseOther">
+parseOther
+</a>
+))
+<br />
+<a href="#propertyEltList">
+propertyEltList
+</a>
+<br />
+end-element()
+</td>
+</tr>
+<tr>
+<td>
+<a href="#emptyPropertyElt">
+7.2.21
+</a>
+<a href="#emptyPropertyElt">
+emptyPropertyElt
+</a>
+</td>
+<td>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+==
+<a href="#propertyElementURIs">
+propertyElementURIs
+</a>
+),
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+==
+set(
+<a href="#idAttr">
+idAttr
+</a>
+?,
+(
+<a href="#resourceAttr">
+resourceAttr
+</a>
+|
+<a href="#nodeIdAttr">
+nodeIdAttr
+</a>
+<ins class="diff-new">|
+</ins><a href="#datatypeAttr"><ins class="diff-new">
+datatypeAttr
+</ins></a>
+)?,
+<a href="#propertyAttr">
+propertyAttr
+</a>
+*))
+<br />
+end-element()
+</td>
+</tr>
+<tr>
+<td>
+<a href="#idAttr">
+7.2.22
+</a>
+<a href="#idAttr">
+idAttr
+</a>
+</td>
+<td>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:ID
+</code>,
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+<a href="#rdf-id">
+rdf-id
+</a>
+)
+</td>
+</tr>
+<tr>
+<td>
+<a href="#nodeIdAttr">
+7.2.23
+</a>
+<a href="#nodeIdAttr">
+nodeIdAttr
+</a>
+</td>
+<td>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:nodeID
+</code>,
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+<a href="#rdf-id">
+rdf-id
+</a>
+)
+</td>
+</tr>
+<tr>
+<td>
+<a href="#aboutAttr">
+7.2.24
+</a>
+<a href="#aboutAttr">
+aboutAttr
+</a>
+</td>
+<td>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:about
+</code>,
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+<a href="#URI-reference">
+URI-reference
+</a>
+)
+</td>
+</tr>
+<tr>
+<td>
+<a href="#propertyAttr">
+7.2.25
+</a>
+<a href="#propertyAttr">
+propertyAttr
+</a>
+</td>
+<td>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<a href="#propertyAttributeURIs">
+propertyAttributeURIs
+</a>,
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+<a href="#anyString">
+anyString
+</a>
+)
+</td>
+</tr>
+<tr>
+<td>
+<a href="#resourceAttr">
+7.2.26
+</a>
+<a href="#resourceAttr">
+resourceAttr
+</a>
+</td>
+<td>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:resource
+</code>,
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+<a href="#URI-reference">
+URI-reference
+</a>
+)
+</td>
+</tr>
+<tr>
+<td>
+<a href="#datatypeAttr">
+7.2.27
+</a>
+<a href="#datatypeAttr">
+datatypeAttr
+</a>
+</td>
+<td>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:datatype
+</code>,
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+<a href="#URI-reference">
+URI-reference
+</a>
+)
+</td>
+</tr>
+<tr>
+<td>
+<a href="#parseLiteral">
+7.2.28
+</a>
+<a href="#parseLiteral">
+parseLiteral
+</a>
+</td>
+<td>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:parseType
+</code>,
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+"Literal")
+</td>
+</tr>
+<tr>
+<td>
+<a href="#parseResource">
+7.2.29
+</a>
+<a href="#parseResource">
+parseResource
+</a>
+</td>
+<td>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:parseType
+</code>,
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+"Resource")
+</td>
+</tr>
+<tr>
+<td>
+<a href="#parseCollection">
+7.2.30
+</a>
+<a href="#parseCollection">
+parseCollection
+</a>
+</td>
+<td>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:parseType
+</code>,
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+"Collection")
+</td>
+</tr>
+<tr>
+<td>
+<a href="#parseOther">
+7.2.31
+</a>
+<a href="#parseOther">
+parseOther
+</a>
+</td>
+<td>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:parseType
+</code>,
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+<a href="#anyString">
+anyString
+</a>
+-
+("Resource"
+|
+"Literal"
+|
+"Collection")
+)
+</td>
+</tr>
+<tr>
+<td>
+<a href="#URI-reference">
+7.2.32
+</a>
+<a href="#URI-reference">
+URI-reference
+</a>
+</td>
+<td>
+An
+<del class="diff-old">RDF
+URI
+reference
+.
+</del>
+<ins class="diff-chg">IRI.
+</ins>
+</td>
+</tr>
+<tr>
+<td>
+<a href="#literal">
+7.2.33
+</a>
+<a href="#literal">
+literal
+</a>
+</td>
+<td>
+Any
+XML
+element
+content
+that
+is
+allowed
+according
+to
+<del class="diff-old">[XML]
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-XML10"><ins class="diff-chg">
+XML10
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+definition
+<em>
+Content
+of
+Elements
+</em>
+Rule
+[43]
+<a href="http://www.w3.org/TR/2000/REC-xml-20001006#NT-content">
+content
+</a>.
+in
+section
+<a href="http://www.w3.org/TR/2000/REC-xml-20001006#sec-starttags">
+3.1
+Start-Tags,
+End-Tags,
+and
+Empty-Element
+Tags
+</a>
+</td>
+</tr>
+<tr>
+<td>
+<a href="#rdf-id">
+7.2.34
+</a>
+<a href="#rdf-id">
+rdf-id
+</a>
+</td>
+<td>
+An
+attribute
+<a class="termref" href="#eventterm-attribute-string-value">
+<span class="arrow">

+</span>
+string-value
+<span class="arrow">

+</span>
+</a>
+matching
+any
+legal
+<del class="diff-old">[XML-NS]
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-XML-NAMES"><ins class="diff-chg">
+XML-NAMES
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+token
+<a href="http://www.w3.org/TR/REC-xml-names/#NT-NCName">
+NCName
+</a>
+</td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+</section>
+<section id="section-grammar-productions" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-grammar-productions">
+<span class="secno">
+7.2
+</span>
+Grammar
+Productions
+</h3>
+<section id="start" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_start">
+<span class="secno">
+7.2.1
+</span>
+Grammar
+start
+</h4>
+<p>
+If
+the
+RDF/XML
+is
+a
+standalone
+XML
+document
+(identified
+by
+presentation
+as
+an
+application/rdf+xml
+<a href="#section-MIME-Type">
+RDF
+MIME
+type
+</a>
+object,
+or
+by
+some
+other
+means)
+then
+the
+grammar
+may
+start
+with
+production
+<a href="#doc">
+doc
+</a>
+or
+production
+<a href="#nodeElement">
+nodeElement
+</a>.
+</p>
+<p>
+If
+the
+content
+is
+known
+to
+be
+RDF/XML
+by
+context,
+such
+as
+when
+RDF/XML
+is
+embedded
+inside
+other
+XML
+content,
+then
+the
+grammar
+can
+either
+start
+at
+<a href="#section-element-node">
+Element
+Event
+</a>
+&#160;
+<a href="#RDF">
+RDF
+</a>
+(only
+when
+an
+element
+is
+legal
+at
+that
+point
+in
+the
+XML)
+or
+at
+production
+<a href="#nodeElementList">
+nodeElementList
+</a>
+(only
+when
+element
+content
+is
+legal,
+since
+this
+is
+a
+list
+of
+elements).
+For
+such
+embedded
+RDF/XML,
+the
+<a class="termref" href="#eventterm-element-base-uri">
+<span class="arrow">

+</span>
+base-uri
+<span class="arrow">

+</span>
+</a>
+value
+on
+the
+outermost
+element
+must
+be
+initialized
+from
+the
+containing
+XML
+since
+no
+<a href="#section-root-node">
+Root
+Event
+</a>
+&#160;
+will
+be
+available.
+Note
+that
+if
+such
+embedding
+occurs,
+the
+grammar
+may
+be
+entered
+several
+times
+but
+no
+state
+is
+expected
+to
+be
+preserved.
+</p>
+</section>
+<section id="coreSyntaxTerms" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_coreSyntaxTerms">
+<span class="secno">
+7.2.2
+</span>
+Production
+coreSyntaxTerms
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+<code>
+rdf:RDF
+</code>
+|
+<code>
+rdf:ID
+</code>
+|
+<code>
+rdf:about
+</code>
+|
+<code>
+rdf:parseType
+</code>
+|
+<code>
+rdf:resource
+</code>
+|
+<code>
+rdf:nodeID
+</code>
+|
+<code>
+rdf:datatype
+</code>
+</p>
+</div>
+</div>
+<p>
+A
+subset
+of
+the
+syntax
+terms
+from
+the
+RDF
+vocabulary
+in
+<a href="#section-Namespace">
+section
+5.1
+</a>
+which
+are
+used
+in
+RDF/XML.
+</p>
+</section>
+<section id="syntaxTerms" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_syntaxTerms">
+<span class="secno">
+7.2.3
+</span>
+Production
+syntaxTerms
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+<a href="#coreSyntaxTerms">
+coreSyntaxTerms
+</a>
+|
+<code>
+rdf:Description
+</code>
+|
+<code>
+rdf:li
+</code>
+</p>
+</div>
+</div>
+<p>
+All
+the
+syntax
+terms
+from
+the
+RDF
+vocabulary
+in
+<a href="#section-Namespace">
+section
+5.1
+</a>
+which
+are
+used
+in
+RDF/XML.
+</p>
+</section>
+<section id="oldTerms" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="section-Bag-Expand" aria-level="3" role="heading">
+<span class="secno">
+7.2.4
+</span>
+Production
+oldTerms
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+<code>
+rdf:aboutEach
+</code>
+|
+<code>
+rdf:aboutEachPrefix
+</code>
+|
+<code>
+rdf:bagID
+</code>
+</p>
+</div>
+</div>
+<p>
+These
+are
+the
+names
+from
+the
+<a href="#section-Namespace">
+RDF
+vocabulary
+</a>
+that
+have
+been
+withdrawn
+from
+the
+language.
+See
+the
+resolutions
+of
+Issue
+<a href="http://www.w3.org/2000/03/rdf-tracking/#rdfms-aboutEach-on-object">
+rdfms-aboutEach-on-object
+</a>,
+Issue
+<a href="http://www.w3.org/2000/03/rdf-tracking/#rdfms-abouteachprefix">
+rdfms-abouteachprefix
+</a>
+and
+Last
+Call
+Issue
+<a href="http://www.w3.org/2001/sw/RDFCore/20030123-issues/#timbl-01">
+timbl-01
+</a>
+for
+further
+information.
+</p>
+<div class="note">
+<div class="note-title" aria-level="4" role="heading" id="h_note_11">
+<span>
+<ins class="diff-chg">Note
+</ins></span></div><p class="">
+<strong>
+Error
+Test:
+</strong>
+Indicated
+by
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-abouteach/error001.rdf">
+error001.rdf
+</a>
+and
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-abouteach/error002.rdf">
+error002.rdf
+</a>
+</p>
+</div>
+</section>
+<section id="nodeElementURIs" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_nodeElementURIs">
+<span class="secno">
+7.2.5
+</span>
+Production
+nodeElementURIs
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+<a href="#anyURI">
+anyURI
+</a>
+-
+(
+<a href="#coreSyntaxTerms">
+coreSyntaxTerms
+</a>
+|
+<code>
+rdf:li
+</code>
+|
+<a href="#oldTerms">
+oldTerms
+</a>
+)
+</p>
+</div>
+</div>
+<p>
+The
+<del class="diff-old">RDF
+URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+that
+are
+allowed
+on
+node
+elements.
+</p>
+</section>
+<section id="propertyElementURIs" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_propertyElementURIs">
+<span class="secno">
+7.2.6
+</span>
+Production
+propertyElementURIs
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+<a href="#anyURI">
+anyURI
+</a>
+-
+(
+<a href="#coreSyntaxTerms">
+coreSyntaxTerms
+</a>
+|
+<code>
+rdf:Description
+</code>
+|
+<a href="#oldTerms">
+oldTerms
+</a>
+)
+</p>
+</div>
+</div>
+<p>
+The
+URIs
+that
+are
+allowed
+on
+property
+elements.
+</p>
+</section>
+<section id="propertyAttributeURIs" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_propertyAttributeURIs">
+<span class="secno">
+7.2.7
+</span>
+Production
+propertyAttributeURIs
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+<a href="#anyURI">
+anyURI
+</a>
+-
+(
+<a href="#coreSyntaxTerms">
+coreSyntaxTerms
+</a>
+|
+<code>
+rdf:Description
+</code>
+|
+<code>
+rdf:li
+</code>
+|
+<a href="#oldTerms">
+oldTerms
+</a>
+)
+</p>
+</div>
+</div>
+<p>
+The
+<del class="diff-old">RDF
+URI
+references
+</del>
+<ins class="diff-chg">IRIs
+</ins>
+that
+are
+allowed
+on
+property
+attributes.
+</p>
+</section>
+<section id="doc" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_doc">
+<span class="secno">
+7.2.8
+</span>
+Production
+doc
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+root(
+<a href="#eventterm-root-document-element">
+document-element
+</a>
+==
+<a href="#RDF">
+RDF
+</a>,
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-root-children">
+children
+</a>
+==
+list(
+<a href="#RDF">
+RDF
+</a>
+))
+</p>
+</div>
+</div>
+</section>
+<section id="RDF" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_RDF">
+<span class="secno">
+7.2.9
+</span>
+Production
+RDF
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+==
+<code>
+rdf:RDF
+</code>,
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+==
+set())
+<br />
+<a href="#nodeElementList">
+nodeElementList
+</a>
+<br />
+end-element()
+</p>
+</div>
+</div>
+</section>
+<section id="nodeElementList" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_nodeElementList">
+<span class="secno">
+7.2.10
+</span>
+Production
+nodeElementList
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+<a href="#ws">
+ws
+</a>
+*
+(
+<a href="#nodeElement">
+nodeElement
+</a>
+<a href="#ws">
+ws
+</a>
+*
+)*
+</p>
+</div>
+</div>
+</section>
+<section id="nodeElement" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="typedNode" aria-level="3" role="heading">
+<span class="secno">
+7.2.11
+</span>
+Production
+nodeElement
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+==
+<a href="#nodeElementURIs">
+nodeElementURIs
+</a>
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+==
+set((
+<a href="#idAttr">
+idAttr
+</a>
+|
+<a href="#nodeIdAttr">
+nodeIdAttr
+</a>
+|
+<a href="#aboutAttr">
+aboutAttr
+</a>
+<del class="diff-old"> )?,
+</del>
+<ins class="diff-chg">)?,
+</ins>
+<a href="#propertyAttr">
+propertyAttr
+</a>
+*))
+<br />
+<a href="#propertyEltList">
+propertyEltList
+</a>
+<br />
+end-element()
+</p>
+</div>
+</div>
+<p>
+For
+node
+element
+<em>
+e
+</em>,
+the
+processing
+of
+some
+of
+the
+attributes
+has
+to
+be
+done
+before
+other
+work
+such
+as
+dealing
+with
+children
+events
+or
+other
+attributes.
+These
+can
+be
+processed
+in
+any
+order:
+</p>
+<ul>
+<li>
+If
+there
+is
+an
+attribute
+<em>
+a
+</em>
+with
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:ID
+</code>,
+then
+<em>
+e
+</em>.
+<a href="#eventterm-element-subject">
+subject
+</a>
+:=
+uri(
+<a href="#eventterm-identifier-identifier">
+identifier
+</a>
+:=
+resolve(
+<em>
+e
+</em>,
+concat("#",
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+))).
+</li>
+<li>
+If
+there
+is
+an
+attribute
+<em>
+a
+</em>
+with
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:nodeID
+</code>,
+then
+<em>
+e
+</em>.
+<a href="#eventterm-element-subject">
+subject
+</a>
+:=
+bnodeid(
+<a href="#eventterm-identifier-identifier">
+identifier
+</a>:=
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+).
+</li>
+<li>
+If
+there
+is
+an
+attribute
+<em>
+a
+</em>
+with
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:about
+</code>
+then
+<em>
+e
+</em>.
+<a href="#eventterm-element-subject">
+subject
+</a>
+:=
+uri(
+<a href="#eventterm-identifier-identifier">
+identifier
+</a>
+:=
+resolve(
+<em>
+e
+</em>,
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+)).
+</li>
+</ul>
+<p>
+If
+<em>
+e
+</em>.
+<a href="#eventterm-element-subject">
+subject
+</a>
+is
+empty,
+then
+<em>
+e
+</em>.
+<a href="#eventterm-element-subject">
+subject
+</a>
+:=
+bnodeid(
+<a href="#eventterm-identifier-identifier">
+identifier
+</a>
+:=
+generated-blank-node-id()).
+</p>
+<p>
+The
+following
+can
+then
+be
+performed
+in
+any
+order:
+</p>
+<ul>
+<li id="nodeElementStatement1">
+If
+<em>
+e
+</em>.
+<a href="#eventterm-element-URI">
+URI
+</a>
+!=
+<code>
+rdf:Description
+</code>
+then
+the
+following
+statement
+is
+added
+to
+the
+graph:
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+<code>
+<em>
+e
+</em>.
+<a href="#eventterm-element-subject">
+subject
+</a>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt;
+<em>
+e
+</em>.
+<a href="#eventterm-element-URI-string-value">
+URI-string-value
+</a>
+.
+</code>
+</p>
+</div>
+</div>
+</li>
+<li id="nodeElementStatement2">
+If
+there
+is
+an
+attribute
+<em>
+a
+</em>
+in
+<a href="#propertyAttr">
+propertyAttr
+</a>
+with
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:type
+</code>
+then
+<em>
+u
+</em>:=uri(identifier:=resolve(
+<em>
+<ins class="diff-new">e
+</ins></em>,<em>
+a
+</em>.
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+))
+and
+the
+following
+<del class="diff-old">tiple
+</del>
+<ins class="diff-chg">triple
+</ins>
+is
+added
+to
+the
+graph:
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+<code>
+<em>
+e
+</em>.
+<a href="#eventterm-element-subject">
+subject
+</a>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt;
+<em>
+u
+</em>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+.
+</code>
+</p>
+</div>
+</div>
+</li>
+<li id="nodeElementStatement3">
+For
+each
+attribute
+<em>
+a
+</em>
+matching
+<a href="#propertyAttr">
+propertyAttr
+</a>
+(and
+not
+<code>
+rdf:type
+</code>
+),
+the
+Unicode
+string
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+<em class="rfc2119" title="SHOULD">
+SHOULD
+</em>
+be
+in
+Normal
+Form
+C
+<del class="diff-old">[NFC]
+,
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-NFC"><ins class="diff-chg">
+NFC
+</ins></a></cite><ins class="diff-chg">
+],
+</ins>
+<em>
+o
+</em>
+:=
+literal(
+<a href="#eventterm-literal-literal-value">
+literal-value
+</a>
+:=
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>,
+<a href="#eventterm-literal-literal-language">
+literal-language
+</a>
+:=
+<em>
+e
+</em>.
+<a href="#eventterm-element-language">
+language
+</a>
+)
+and
+the
+following
+statement
+is
+added
+to
+the
+graph:
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+<code>
+<em>
+e
+</em>.
+<a href="#eventterm-element-subject">
+subject
+</a>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-URI-string-value">
+URI-string-value
+</a>
+<em>
+o
+</em>.
+<a href="#eventterm-literal-string-value">
+string-value
+</a>
+.
+</code>
+</p>
+</div>
+</div>
+</li>
+<li id="nodeElementStatement4">
+Handle
+the
+<a href="#propertyEltList">
+propertyEltList
+</a>
+children
+events
+in
+document
+order.
+</li>
+</ul>
+</section>
+<section id="ws" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_ws">
+<span class="secno">
+7.2.12
+</span>
+Production
+ws
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+A
+<a href="#section-text-node">
+text
+event
+</a>
+matching
+white
+space
+defined
+by
+<del class="diff-old">[XML]
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-XML10"><ins class="diff-chg">
+XML10
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+definition
+<em>
+White
+Space
+</em>
+Rule
+[3]
+<a href="http://www.w3.org/TR/2000/REC-xml-20001006#NT-S">
+S
+</a>
+in
+section
+<a href="http://www.w3.org/TR/2000/REC-xml-20001006#sec-common-syn">
+Common
+Syntactic
+Constructs
+</a>
+</p>
+</div>
+</div>
+</section>
+<section id="propertyEltList" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_propertyEltList">
+<span class="secno">
+7.2.13
+</span>
+Production
+propertyEltList
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+<a href="#ws">
+ws
+</a>
+*
+(
+<a href="#propertyElt">
+propertyElt
+</a>
+<a href="#ws">
+ws
+</a>
+*
+)
+*
+</p>
+</div>
+</div>
+</section>
+<section id="propertyElt" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_propertyElt">
+<span class="secno">
+7.2.14
+</span>
+Production
+propertyElt
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+<a href="#resourcePropertyElt">
+resourcePropertyElt
+</a>
+|
+<a href="#literalPropertyElt">
+literalPropertyElt
+</a>
+|
+<a href="#parseTypeLiteralPropertyElt">
+parseTypeLiteralPropertyElt
+</a>
+|
+<a href="#parseTypeResourcePropertyElt">
+parseTypeResourcePropertyElt
+</a>
+|
+<a href="#parseTypeCollectionPropertyElt">
+parseTypeCollectionPropertyElt
+</a>
+|
+<a href="#parseTypeOtherPropertyElt">
+parseTypeOtherPropertyElt
+</a>
+|
+<a href="#emptyPropertyElt">
+emptyPropertyElt
+</a>
+</p>
+</div>
+</div>
+<p>
+If
+element
+<em>
+e
+</em>
+has
+<em>
+e
+</em>.
+<a href="#eventterm-element-URI">
+URI
+</a>
+=
+<code>
+rdf:li
+</code>
+then
+apply
+the
+list
+expansion
+rules
+on
+element
+<em>
+e
+</em>.parent
+in
+<a href="#section-List-Expand">
+section
+7.4
+</a>
+to
+give
+a
+new
+URI
+<em>
+u
+</em>
+and
+<em>
+e
+</em>.
+<a href="#eventterm-element-URI">
+URI
+</a>
+:=
+<em>
+u
+</em>.
+</p>
+<p>
+The
+action
+of
+this
+production
+must
+be
+done
+before
+the
+actions
+of
+any
+sub-matches
+(
+<a href="#resourcePropertyElt">
+resourcePropertyElt
+</a>
+...
+<a href="#emptyPropertyElt">
+emptyPropertyElt
+</a>
+).
+Alternatively
+the
+result
+must
+be
+equivalent
+to
+as
+if
+it
+this
+action
+was
+performed
+first,
+such
+as
+performing
+as
+the
+first
+action
+of
+all
+of
+the
+sub-matches.
+</p>
+</section>
+<section id="resourcePropertyElt" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_resourcePropertyElt">
+<span class="secno">
+7.2.15
+</span>
+Production
+resourcePropertyElt
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+==
+<a href="#propertyElementURIs">
+propertyElementURIs
+</a>
+),
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+==
+set(
+<a href="#idAttr">
+idAttr
+</a>
+?))
+<br />
+<a href="#ws">
+ws
+</a>
+*
+<a href="#nodeElement">
+nodeElement
+</a>
+<a href="#ws">
+ws
+</a>
+*
+<br />
+end-element()
+</p>
+</div>
+</div>
+<p>
+For
+element
+<em>
+e
+</em>,
+and
+the
+single
+contained
+nodeElement
+<em>
+n
+</em>,
+first
+<em>
+n
+</em>
+must
+be
+processed
+using
+production
+<a href="#nodeElement">
+nodeElement
+</a>.
+Then
+the
+following
+statement
+is
+added
+to
+the
+graph:
+</p>
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+&#160;&#160;
+<code>
+<em>
+e
+</em>.parent.
+<a href="#eventterm-element-subject">
+subject
+</a>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+<em>
+e
+</em>.
+<a href="#eventterm-element-URI-string-value">
+URI-string-value
+</a>
+<em>
+n
+</em>.
+<a href="#eventterm-element-subject">
+subject
+</a>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+.
+</code>
+</p>
+</div>
+</div>
+<p>
+If
+the
+<code>
+rdf:ID
+</code>
+attribute
+<em>
+a
+</em>
+is
+given,
+the
+above
+statement
+is
+reified
+with
+<em>
+i
+</em>
+:=
+uri(
+<a href="#eventterm-identifier-identifier">
+identifier
+</a>
+:=
+resolve(
+<em>
+e
+</em>,
+concat("#",
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+)))
+using
+the
+reification
+rules
+in
+<a href="#section-Reification">
+section
+7.3
+</a>
+and
+<em>
+e
+</em>.
+<a href="#eventterm-element-subject">
+subject
+</a>
+:=
+<em>
+i
+</em>
+</p>
+</section>
+<section id="literalPropertyElt" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_literalPropertyElt">
+<span class="secno">
+7.2.16
+</span>
+Production
+literalPropertyElt
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+==
+<a href="#propertyElementURIs">
+propertyElementURIs
+</a>
+),
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+==
+set(
+<a href="#idAttr">
+idAttr
+</a>
+?,
+<a href="#datatypeAttr">
+datatypeAttr
+</a>
+?))
+<br />
+<a href="#section-text-node">
+text()
+</a>
+<br />
+end-element()
+</p>
+</div>
+</div>
+<p>
+Note
+that
+the
+empty
+literal
+case
+is
+defined
+in
+production
+<a href="#emptyPropertyElt">
+emptyPropertyElt
+</a>.
+</p>
+<p>
+For
+element
+<em>
+e
+</em>,
+and
+the
+text
+event
+<em>
+t
+</em>.
+The
+Unicode
+string
+<em>
+t
+</em>.
+<a href="#eventterm-text-string-value">
+string-value
+</a>
+<em class="rfc2119" title="SHOULD">
+SHOULD
+</em>
+be
+in
+Normal
+Form
+C
+<del class="diff-old">[NFC]
+.
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-NFC"><ins class="diff-chg">
+NFC
+</ins></a></cite><ins class="diff-chg">
+].
+</ins>
+If
+the
+<code>
+rdf:datatype
+</code>
+attribute
+<em>
+d
+</em>
+is
+given
+then
+<em>
+o
+</em>
+:=
+typed-literal(
+<a href="#eventterm-typedliteral-literal-value">
+literal-value
+</a>
+:=
+<em>
+t
+</em>.
+<a href="#eventterm-text-string-value">
+string-value
+</a>,
+<a href="#eventterm-typedliteral-literal-datatype">
+literal-datatype
+</a>
+:=
+<em>
+d
+</em>.
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+)
+otherwise
+<em>
+o
+</em>
+:=
+literal(
+<a href="#eventterm-literal-literal-value">
+literal-value
+</a>
+:=
+<em>
+t
+</em>.
+<a href="#eventterm-text-string-value">
+string-value
+</a>,
+<a href="#eventterm-literal-literal-language">
+literal-language
+</a>
+:=
+<em>
+e
+</em>.
+<a href="#eventterm-element-language">
+language
+</a>
+)
+and
+the
+following
+statement
+is
+added
+to
+the
+graph:
+</p>
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+<code>
+<em>
+e
+</em>.parent.
+<a href="#eventterm-element-subject">
+subject
+</a>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+<em>
+e
+</em>.
+<a href="#eventterm-element-URI-string-value">
+URI-string-value
+</a>
+<em>
+o
+</em>.
+<a href="#eventterm-literal-string-value">
+string-value
+</a>
+.
+</code>
+</p>
+</div>
+</div>
+<p>
+If
+the
+<code>
+rdf:ID
+</code>
+attribute
+<em>
+a
+</em>
+is
+given,
+the
+above
+statement
+is
+reified
+with
+<em>
+i
+</em>
+:=
+uri(
+<a href="#eventterm-identifier-identifier">
+identifier
+</a>
+:=
+resolve(
+<em>
+e
+</em>,
+concat("#",
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+)))
+using
+the
+reification
+rules
+in
+<a href="#section-Reification">
+section
+7.3
+</a>
+and
+<em>
+e
+</em>.
+<a href="#eventterm-element-subject">
+subject
+</a>
+:=
+<em>
+i
+</em>.
+</p>
+</section>
+<section id="parseTypeLiteralPropertyElt" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_parseTypeLiteralPropertyElt">
+<span class="secno">
+7.2.17
+</span>
+Production
+parseTypeLiteralPropertyElt
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+==
+<a href="#propertyElementURIs">
+propertyElementURIs
+</a>
+),
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+==
+set(
+<a href="#idAttr">
+idAttr
+</a>
+?,
+<a href="#parseLiteral">
+parseLiteral
+</a>
+))
+<br />
+<a href="#literal">
+literal
+</a>
+<br />
+end-element()
+</p>
+</div>
+</div>
+<p>
+For
+element
+<em>
+e
+</em>
+and
+the
+literal
+<em>
+l
+</em>
+that
+is
+the
+<code>
+rdf:parseType="Literal"
+</code>
+content.
+<em>
+l
+</em>
+is
+not
+transformed
+by
+the
+syntax
+data
+model
+mapping
+into
+events
+(as
+noted
+in
+<ins class="diff-new">section
+</ins>
+<a href="#section-Data-Model">
+6
+Syntax
+Data
+Model
+</a>
+)
+but
+remains
+an
+XML
+Infoset
+of
+XML
+Information
+items.
+</p>
+<p>
+<em>
+l
+</em>
+is
+transformed
+into
+the
+lexical
+form
+of
+an
+<a href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-xmlliteral">
+XML
+literal
+</a>
+in
+the
+RDF
+graph
+<em>
+x
+</em>
+(a
+Unicode
+string)
+by
+the
+following
+algorithm.
+This
+does
+not
+mandate
+any
+implementation
+method
+<del class="diff-old">&mdash;
+</del>
+<ins class="diff-chg">—
+</ins>
+any
+other
+method
+that
+gives
+the
+same
+result
+may
+be
+used.
+</p>
+<ol>
+<li>
+Use
+<em>
+l
+</em>
+to
+construct
+an
+<a href="http://www.w3.org/TR/xpath-datamodel-30/#sequences">
+XPath
+<del class="diff-old">[XPATH]
+node-set
+</del>
+<ins class="diff-chg">sequence
+</ins>
+</a>
+<del class="diff-old">(a
+document
+subset
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-XPATH-DATAMODEL-30"><ins class="diff-chg">
+XPATH-DATAMODEL-30
+</ins>
+</a>
+<del class="diff-old">)
+</del>
+</cite>
+<ins class="diff-chg">].
+</ins>
+</li>
+<li>
+Apply
+<del class="diff-old">Exclusive
+XML
+Canonicalization
+</del>
+<a href="http://www.w3.org/TR/xpath-functions-30/#func-serialize">
+<ins class="diff-chg">http://www.w3.org/TR/xpath-functions-30/#func-serialize
+</ins>
+</a>
+[
+<del class="diff-old">XML-XC14N
+])
+with
+comments
+and
+with
+empty
+InclusiveNamespaces
+PrefixList
+</del>
+<cite>
+<a class="bibref" href="#bib-XPATH-FUNCTIONS-30">
+<ins class="diff-chg">XPATH-FUNCTIONS-30
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+to
+this
+<del class="diff-old">node-set
+to
+give
+a
+</del>
+sequence
+<del class="diff-old">of
+octets
+s
+This
+sequence
+of
+octets
+s
+can
+be
+considered
+</del>
+to
+<del class="diff-old">be
+a
+UTF-8
+encoding
+of
+some
+Unicode
+string
+</del>
+<ins class="diff-chg">give
+an
+xsd:string
+</ins>
+<em>
+x
+<del class="diff-old">(sequence
+of
+Unicode
+characters)
+</del>
+</em>.
+</li>
+<li>
+The
+Unicode
+string
+<em>
+x
+</em>
+is
+used
+as
+the
+lexical
+form
+of
+<em>
+l
+</em>
+</li>
+<li>
+This
+Unicode
+string
+<em>
+x
+</em>
+<em class="rfc2119" title="SHOULD">
+SHOULD
+</em>
+be
+in
+NFC
+Normal
+Form
+C
+<del class="diff-old">[NFC]
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-NFC"><ins class="diff-chg">
+NFC
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+</li>
+</ol>
+<p>
+Then
+<em>
+o
+</em>
+:=
+typed-literal(
+<a href="#eventterm-typedliteral-literal-value">
+literal-value
+</a>
+:=
+<em>
+x
+</em>,
+<a href="#eventterm-typedliteral-literal-datatype">
+literal-datatype
+</a>
+:=
+<code>
+http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
+</code>
+)
+and
+the
+following
+statement
+is
+added
+to
+the
+graph:
+</p>
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+<code>
+<em>
+e
+</em>.parent.
+<a href="#eventterm-element-subject">
+subject
+</a>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+<em>
+e
+</em>.
+<a href="#eventterm-element-URI-string-value">
+URI-string-value
+</a>
+<em>
+o
+</em>.
+<a href="#eventterm-typedliteral-string-value">
+string-value
+</a>
+.
+</code>
+</p>
+</div>
+</div>
+<div class="note">
+<div class="note-title" aria-level="4" role="heading" id="h_note_12">
+<span>
+<ins class="diff-chg">Note
+</ins></span></div><p class="">
+<strong>
+Test:
+</strong>
+Empty
+literal
+case
+indicated
+by
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test009.rdf">
+test009.rdf
+</a>
+and
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test009.nt">
+test009.nt
+</a>
+</p>
+</div>
+<p>
+If
+the
+<code>
+rdf:ID
+</code>
+attribute
+<em>
+a
+</em>
+is
+given,
+the
+above
+statement
+is
+reified
+with
+<em>
+i
+</em>
+:=
+uri(
+<a href="#eventterm-identifier-identifier">
+identifier
+</a>
+:=
+resolve(
+<em>
+e
+</em>,
+concat("#",
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+)))
+using
+the
+reification
+rules
+in
+<a href="#section-Reification">
+section
+7.3
+</a>
+and
+<em>
+e
+</em>.
+<a href="#eventterm-element-subject">
+subject
+</a>
+:=
+<em>
+i
+</em>.
+</p>
+</section>
+<section id="parseTypeResourcePropertyElt" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_parseTypeResourcePropertyElt">
+<span class="secno">
+7.2.18
+</span>
+Production
+parseTypeResourcePropertyElt
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+==
+<a href="#propertyElementURIs">
+propertyElementURIs
+</a>
+),
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+==
+set(
+<a href="#idAttr">
+idAttr
+</a>
+?,
+<a href="#parseResource">
+parseResource
+</a>
+))
+<br />
+<a href="#propertyEltList">
+propertyEltList
+</a>
+<br />
+end-element()
+</p>
+</div>
+</div>
+<p>
+For
+element
+<em>
+e
+</em>
+with
+possibly
+empty
+element
+content
+<em>
+c
+</em>.
+</p>
+<p>
+<em>
+n
+</em>
+:=
+bnodeid(
+<a href="#eventterm-identifier-identifier">
+identifier
+</a>
+:=
+generated-blank-node-id()).
+</p>
+<p>
+Add
+the
+following
+statement
+to
+the
+graph:
+</p>
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+<code>
+<em>
+e
+</em>.parent.
+<a href="#eventterm-element-subject">
+subject
+</a>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+<em>
+e
+</em>.
+<a href="#eventterm-element-URI-string-value">
+URI-string-value
+</a>
+<em>
+n
+</em>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+.
+</code>
+</p>
+</div>
+</div>
+<div class="note">
+<div class="note-title" aria-level="4" role="heading" id="h_note_13">
+<span>
+<ins class="diff-chg">Note
+</ins></span></div><p class="">
+<strong>
+Test:
+</strong>
+Indicated
+by
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test004.rdf">
+test004.rdf
+</a>
+and
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test004.nt">
+test004.nt
+</a>
+</p>
+</div>
+<p>
+If
+the
+<code>
+rdf:ID
+</code>
+attribute
+<em>
+a
+</em>
+is
+given,
+the
+statement
+above
+is
+reified
+with
+<em>
+i
+</em>
+:=
+uri(
+<a href="#eventterm-identifier-identifier">
+identifier
+</a>
+:=
+resolve(
+<em>
+e
+</em>,
+concat("#",
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+)))
+using
+the
+reification
+rules
+in
+<a href="#section-Reification">
+section
+7.3
+</a>
+and
+<em>
+e
+</em>.
+<a href="#eventterm-element-subject">
+subject
+</a>
+:=
+<em>
+i
+</em>.
+</p>
+<p>
+If
+the
+element
+content
+<em>
+c
+</em>
+is
+not
+empty,
+then
+use
+event
+<em>
+n
+</em>
+to
+create
+a
+new
+sequence
+of
+events
+as
+follows:
+</p>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+:=
+<code>
+rdf:Description
+</code>,
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-element-subject">
+subject
+</a>
+:=
+<em>
+n
+</em>,
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+:=
+set())
+<br />
+<em>
+c
+</em>
+<br />
+end-element()
+</p>
+</div>
+</div>
+<p>
+Then
+process
+the
+resulting
+sequence
+using
+production
+<a href="#nodeElementList">
+nodeElement
+</a>.
+</p>
+</section>
+<section id="parseTypeCollectionPropertyElt" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_parseTypeCollectionPropertyElt">
+<span class="secno">
+7.2.19
+</span>
+Production
+parseTypeCollectionPropertyElt
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+==
+<a href="#propertyElementURIs">
+propertyElementURIs
+</a>
+),
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+==
+set(
+<a href="#idAttr">
+idAttr
+</a>
+?,
+<a href="#parseCollection">
+parseCollection
+</a>
+))
+<br />
+<a href="#nodeElementList">
+nodeElementList
+</a>
+<br />
+end-element()
+</p>
+</div>
+</div>
+<p>
+For
+element
+event
+<em>
+e
+</em>
+with
+possibly
+empty
+<a href="#nodeElementList">
+nodeElementList
+</a>
+<em>
+l
+</em>.
+Set
+<em>
+s
+</em>:=list().
+</p>
+<p>
+For
+each
+element
+event
+<em>
+f
+</em>
+in
+<em>
+l
+</em>,
+<em>
+n
+</em>
+:=
+bnodeid(
+<a href="#eventterm-identifier-identifier">
+identifier
+</a>
+:=
+generated-blank-node-id())
+and
+append
+<em>
+n
+</em>
+to
+<em>
+s
+</em>
+to
+give
+a
+sequence
+of
+events.
+</p>
+<p>
+If
+<em>
+s
+</em>
+is
+not
+empty,
+<em>
+n
+</em>
+is
+the
+first
+event
+identifier
+in
+<em>
+s
+</em>
+and
+the
+following
+statement
+is
+added
+to
+the
+graph:
+</p>
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+<code>
+<em>
+e
+</em>.parent.
+<a href="#eventterm-element-subject">
+subject
+</a>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+<em>
+e
+</em>.
+<a href="#eventterm-element-URI-string-value">
+URI-string-value
+</a>
+<em>
+n
+</em>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+.
+</code>
+</p>
+</div>
+</div>
+<p>
+otherwise
+the
+following
+statement
+is
+added
+to
+the
+graph:
+</p>
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+<code>
+<em>
+e
+</em>.parent.
+<a href="#eventterm-element-subject">
+subject
+</a>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+<em>
+e
+</em>.
+<a href="#eventterm-element-URI-string-value">
+URI-string-value
+</a>
+&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&gt;
+.
+</code>
+</p>
+</div>
+</div>
+<p>
+If
+the
+<code>
+rdf:ID
+</code>
+attribute
+<em>
+a
+</em>
+is
+given,
+either
+of
+the
+the
+above
+statements
+is
+reified
+with
+<em>
+i
+</em>
+:=
+uri(
+<a href="#eventterm-identifier-identifier">
+identifier
+</a>
+:=
+resolve(
+<em>
+e
+</em>,
+concat("#",
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+)))
+using
+the
+reification
+rules
+in
+<a href="#section-Reification">
+section
+7.3
+</a>.
+</p>
+<p>
+If
+<em>
+s
+</em>
+is
+empty,
+no
+further
+work
+is
+performed.
+</p>
+<p>
+For
+each
+event
+<em>
+n
+</em>
+in
+<em>
+s
+</em>
+and
+the
+corresponding
+element
+event
+<em>
+f
+</em>
+in
+<em>
+l
+</em>,
+the
+following
+statement
+is
+added
+to
+the
+graph:
+</p>
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+<code>
+<em>
+n
+</em>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#first&gt;
+<em>
+f
+</em>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+.
+</code>
+</p>
+</div>
+</div>
+<p>
+For
+each
+consecutive
+and
+overlapping
+pair
+of
+events
+(
+<em>
+n
+</em>,
+<em>
+o
+</em>
+)
+in
+<em>
+s
+</em>,
+the
+following
+statement
+is
+added
+to
+the
+graph:
+</p>
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+<code>
+<em>
+n
+</em>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&gt;
+<em>
+o
+</em>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+.
+</code>
+</p>
+</div>
+</div>
+<p>
+If
+<em>
+s
+</em>
+is
+not
+empty,
+<em>
+n
+</em>
+is
+the
+last
+event
+identifier
+in
+<em>
+s
+</em>,
+the
+following
+statement
+is
+added
+to
+the
+graph:
+</p>
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+<code>
+<em>
+n
+</em>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#rest&gt;
+&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&gt;
+.
+</code>
+</p>
+</div>
+</div>
+</section>
+<section id="parseTypeOtherPropertyElt" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_parseTypeOtherPropertyElt">
+<span class="secno">
+7.2.20
+</span>
+Production
+parseTypeOtherPropertyElt
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+==
+<a href="#propertyElementURIs">
+propertyElementURIs
+</a>
+),
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+==
+set(
+<a href="#idAttr">
+idAttr
+</a>
+?,
+<a href="#parseOther">
+parseOther
+</a>
+))
+<br />
+<a href="#propertyEltList">
+propertyEltList
+</a>
+<br />
+end-element()
+</p>
+</div>
+</div>
+<p>
+All
+<code>
+rdf:parseType
+</code>
+attribute
+values
+other
+than
+the
+strings
+"Resource",
+"Literal"
+or
+"Collection"
+are
+treated
+as
+if
+the
+value
+was
+"Literal".
+This
+production
+matches
+and
+acts
+as
+if
+production
+<a href="#parseTypeLiteralPropertyElt">
+parseTypeLiteralPropertyElt
+</a>
+was
+matched.
+No
+extra
+triples
+are
+generated
+for
+other
+<code>
+rdf:parseType
+</code>
+values.
+</p>
+</section>
+<section id="emptyPropertyElt" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_emptyPropertyElt">
+<span class="secno">
+7.2.21
+</span>
+Production
+emptyPropertyElt
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+start-element(
+<a href="#eventterm-element-URI">
+URI
+</a>
+==
+<a href="#propertyElementURIs">
+propertyElementURIs
+</a>
+),
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-element-attributes">
+attributes
+</a>
+==
+set(
+<a href="#idAttr">
+idAttr
+</a>
+?,
+(
+<a href="#resourceAttr">
+resourceAttr
+</a>
+|
+<a href="#nodeIdAttr">
+nodeIdAttr
+</a>
+<ins class="diff-new">|
+</ins><a href="#datatypeAttr"><ins class="diff-new">
+datatypeAttr
+</ins></a>
+)?,
+<a href="#propertyAttr">
+propertyAttr
+</a>
+*))
+<br />
+end-element()
+</p>
+</div>
+</div>
+<ul>
+<li>
+<p>
+If
+there
+are
+no
+attributes
+<strong>
+or
+</strong>
+only
+the
+optional
+<code>
+rdf:ID
+</code>
+attribute
+<em>
+i
+</em>
+then
+<em>
+o
+</em>
+:=
+literal(
+<a href="#eventterm-literal-literal-value">
+literal-value
+</a>:="",
+<a href="#eventterm-literal-literal-language">
+literal-language
+</a>
+:=
+<em>
+e
+</em>.
+<a href="#eventterm-element-language">
+language
+</a>
+)
+and
+the
+following
+statement
+is
+added
+to
+the
+graph:
+</p>
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+<code>
+<em>
+e
+</em>.parent.
+<a href="#eventterm-element-subject">
+subject
+</a>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+<em>
+e
+</em>.
+<a href="#eventterm-element-URI-string-value">
+URI-string-value
+</a>
+<em>
+o
+</em>.
+<a href="#eventterm-literal-string-value">
+string-value
+</a>
+.
+</code>
+</p>
+</div>
+</div>
+<p>
+and
+then
+if
+<em>
+i
+</em>
+is
+given,
+the
+above
+statement
+is
+reified
+with
+uri(
+<a href="#eventterm-identifier-identifier">
+identifier
+</a>
+:=
+resolve(
+<em>
+e
+</em>,
+concat("#",
+<em>
+i
+</em>.
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+)))
+using
+the
+reification
+rules
+in
+<a href="#section-Reification">
+section
+7.3
+</a>.
+</p>
+<div class="note">
+<div class="note-title" aria-level="4" role="heading" id="h_note_14">
+<span>
+<ins class="diff-chg">Note
+</ins></span></div><p class="">
+<strong>
+Test:
+</strong>
+Indicated
+by
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test002.rdf">
+test002.rdf
+</a>
+and
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test002.nt">
+test002.nt
+</a>
+</p>
+</div>
+<div class="note">
+<div class="note-title" aria-level="4" role="heading" id="h_note_15">
+<span>
+<ins class="diff-chg">Note
+</ins></span></div><p class="">
+<strong>
+Test:
+</strong>
+Indicated
+by
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test005.rdf">
+test005.rdf
+</a>
+and
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test005.nt">
+test005.nt
+</a>
+</p>
+</div>
+</li>
+<li>
+<p>
+Otherwise
+</p>
+<ul>
+<li>
+If
+<code>
+rdf:resource
+</code>
+attribute
+<em>
+i
+</em>
+is
+present,
+then
+<em>
+r
+</em>
+:=
+uri(
+<a href="#eventterm-identifier-identifier">
+identifier
+</a>
+:=
+resolve(
+<em>
+e
+</em>,
+<em>
+i
+</em>.
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+))
+</li>
+<li>
+If
+<code>
+rdf:nodeID
+</code>
+attribute
+<em>
+i
+</em>
+is
+present,
+then
+<em>
+r
+</em>
+:=
+bnodeid(
+<a href="#eventterm-identifier-identifier">
+identifier
+</a>
+:=
+<em>
+i
+</em>.
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+)
+</li>
+<li>
+If
+neither,
+<em>
+r
+</em>
+:=
+bnodeid(
+<a href="#eventterm-identifier-identifier">
+identifier
+</a>
+:=
+generated-blank-node-id())
+</li>
+</ul>
+<p>
+The
+following
+are
+done
+in
+any
+order:
+</p>
+<ul>
+<li>
+<p>
+For
+all
+<a href="#propertyAttr">
+propertyAttr
+</a>
+attributes
+<em>
+a
+</em>
+(in
+any
+order)
+</p>
+<ul>
+<li>
+<p>
+If
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:type
+</code>
+then
+<em>
+u
+</em>:=uri(identifier:=resolve(
+<em>
+<ins class="diff-new">e
+</ins></em>,<em>
+a
+</em>.
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+))
+and
+the
+following
+triple
+is
+added
+to
+the
+graph:
+</p>
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+<code>
+<em>
+r
+</em>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt;
+<em>
+u
+</em>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+.
+</code>
+</p>
+</div>
+</div>
+</li>
+<li>
+<p>
+Otherwise
+Unicode
+string
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+<em class="rfc2119" title="SHOULD">
+SHOULD
+</em>
+be
+in
+Normal
+Form
+C
+<del class="diff-old">[NFC]
+,
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-NFC"><ins class="diff-chg">
+NFC
+</ins></a></cite><ins class="diff-chg">
+],
+</ins>
+<em>
+o
+</em>
+:=
+literal(
+<a href="#eventterm-literal-literal-value">
+literal-value
+</a>
+:=
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>,
+<a href="#eventterm-literal-literal-language">
+literal-language
+</a>
+:=
+<em>
+e
+</em>.
+<a href="#eventterm-element-language">
+language
+</a>
+)
+and
+the
+following
+statement
+is
+added
+to
+the
+graph:
+</p>
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+<code>
+<em>
+r
+</em>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+<em>
+a
+</em>.
+<a href="#eventterm-attribute-URI-string-value">
+URI-string-value
+</a>
+<em>
+o
+</em>.
+<a href="#eventterm-literal-string-value">
+string-value
+</a>
+.
+</code>
+</p>
+</div>
+</div>
+</li>
+</ul>
+<div class="note">
+<div class="note-title" aria-level="4" role="heading" id="h_note_16">
+<span>
+<ins class="diff-chg">Note
+</ins></span></div><p class="">
+<strong>
+Test:
+</strong>
+Indicated
+by
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test013.rdf">
+test013.rdf
+</a>
+and
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test013.nt">
+test013.nt
+</a>
+</p>
+</div>
+<div class="note">
+<div class="note-title" aria-level="4" role="heading" id="h_note_17">
+<span>
+<ins class="diff-chg">Note
+</ins></span></div><p class="">
+<strong>
+Test:
+</strong>
+Indicated
+by
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test014.rdf">
+test014.rdf
+</a>
+and
+<a href="http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test014.nt">
+test014.nt
+</a>
+</p>
+</div>
+</li>
+<li>
+<p>
+Add
+the
+following
+statement
+to
+the
+graph:
+</p>
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+<code>
+<em>
+e
+</em>.parent.
+<a href="#eventterm-element-subject">
+subject
+</a>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+<em>
+e
+</em>.
+<a href="#eventterm-element-URI-string-value">
+URI-string-value
+</a>
+<em>
+r
+</em>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+.
+</code>
+</p>
+</div>
+</div>
+<p>
+and
+then
+if
+<code>
+rdf:ID
+</code>
+attribute
+<em>
+i
+</em>
+is
+given,
+the
+above
+statement
+is
+reified
+with
+uri(
+<a href="#eventterm-identifier-identifier">
+identifier
+</a>
+:=
+resolve(
+<em>
+e
+</em>,
+concat("#",
+<em>
+i
+</em>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+)))
+using
+the
+reification
+rules
+in
+<a href="#section-Reification">
+section
+7.3
+</a>.
+</p>
+</li>
+</ul>
+</li>
+</ul>
+</section>
+<section id="idAttr" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="idAboutAttr" aria-level="3" role="heading">
+<span class="secno">
+7.2.22
+</span>
+Production
+idAttr
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:ID
+</code>,
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+<a href="#rdf-id">
+rdf-id
+</a>
+)
+</p>
+</div>
+</div>
+<p>
+<strong>
+Constraint:
+</strong>:
+<a href="#constraint-id">
+constraint-id
+</a>
+applies
+to
+the
+values
+of
+<code>
+rdf:ID
+</code>
+attributes
+</p>
+</section>
+<section id="nodeIdAttr" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_nodeIdAttr">
+<span class="secno">
+7.2.23
+</span>
+Production
+nodeIdAttr
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:nodeID
+</code>,
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+<a href="#rdf-id">
+rdf-id
+</a>
+)
+</p>
+</div>
+</div>
+</section>
+<section id="aboutAttr" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_aboutAttr">
+<span class="secno">
+7.2.24
+</span>
+Production
+aboutAttr
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:about
+</code>,
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+<a href="#URI-reference">
+URI-reference
+</a>
+)
+</p>
+</div>
+</div>
+</section>
+<section id="propertyAttr" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 id="propAttr" aria-level="3" role="heading">
+<span class="secno">
+7.2.25
+</span>
+Production
+propertyAttr
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<a href="#propertyAttributeURIs">
+propertyAttributeURIs
+</a>,
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+<a href="#anyString">
+anyString
+</a>
+)
+</p>
+</div>
+</div>
+</section>
+<section id="resourceAttr" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_resourceAttr">
+<span class="secno">
+7.2.26
+</span>
+Production
+resourceAttr
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:resource
+</code>,
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+<a href="#URI-reference">
+URI-reference
+</a>
+)
+</p>
+</div>
+</div>
+</section>
+<section id="datatypeAttr" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_datatypeAttr">
+<span class="secno">
+7.2.27
+</span>
+Production
+datatypeAttr
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:datatype
+</code>,
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+<a href="#URI-reference">
+URI-reference
+</a>
+)
+</p>
+</div>
+</div>
+</section>
+<section id="parseLiteral" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_parseLiteral">
+<span class="secno">
+7.2.28
+</span>
+Production
+parseLiteral
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:parseType
+</code>,
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+"Literal")
+</p>
+</div>
+</div>
+</section>
+<section id="parseResource" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_parseResource">
+<span class="secno">
+7.2.29
+</span>
+Production
+parseResource
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:parseType
+</code>,
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+"Resource")
+</p>
+</div>
+</div>
+</section>
+<section id="parseCollection" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_parseCollection">
+<span class="secno">
+7.2.30
+</span>
+Production
+parseCollection
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:parseType
+</code>,
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+"Collection")
+</p>
+</div>
+</div>
+</section>
+<section id="parseOther" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_parseOther">
+<span class="secno">
+7.2.31
+</span>
+Production
+parseOther
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+attribute(
+<a href="#eventterm-attribute-URI">
+URI
+</a>
+==
+<code>
+rdf:parseType
+</code>,
+<br />
+&#160;&#160;&#160;&#160;
+<a href="#eventterm-attribute-string-value">
+string-value
+</a>
+==
+<a href="#anyString">
+anyString
+</a>
+-
+("Resource"
+|
+"Literal"
+|
+"Collection")
+)
+</p>
+</div>
+</div>
+</section>
+<section id="URI-reference" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_URI-reference">
+<span class="secno">
+7.2.32
+</span>
+Production
+<del class="diff-old">URI-reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+An
+<del class="diff-old">RDF
+URI
+reference
+.
+</del>
+<ins class="diff-chg">IRI.
+</ins>
+</p>
+</div>
+</div>
+</section>
+<section id="literal" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_literal">
+<span class="secno">
+7.2.33
+</span>
+Production
+literal
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+Any
+XML
+element
+content
+that
+is
+allowed
+according
+to
+<del class="diff-old">[XML]
+</del>
+<ins class="diff-chg">XML
+</ins>
+definition
+<em>
+Content
+of
+Elements
+</em>
+Rule
+[43]
+<a href="http://www.w3.org/TR/2000/REC-xml-20001006#NT-content">
+content
+</a>.
+in
+section
+<a href="http://www.w3.org/TR/2000/REC-xml-20001006#sec-starttags">
+3.1
+Start-Tags,
+End-Tags,
+and
+Empty-Element
+Tags
+</a>
+</p>
+<p>
+The
+string-value
+for
+the
+resulting
+event
+is
+discussed
+in
+<a href="#parseTypeLiteralPropertyElt">
+section
+7.2.17
+</a>.
+</p>
+</div>
+</div>
+</section>
+<section id="rdf-id" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h4 aria-level="3" role="heading" id="h4_rdf-id">
+<span class="secno">
+7.2.34
+</span>
+Production
+rdf-id
+</h4>
+<div class="productionOuter">
+<div class="productionInner">
+<p>
+An
+attribute
+<a class="termref" href="#eventterm-attribute-string-value">
+<span class="arrow">

+</span>
+string-value
+<span class="arrow">

+</span>
+</a>
+matching
+any
+legal
+<del class="diff-old">[XML-NS]
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-XML-NAMES"><ins class="diff-chg">
+XML-NAMES
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+token
+<a href="http://www.w3.org/TR/REC-xml-names/#NT-NCName">
+NCName
+</a>
+</p>
+</div>
+</div>
+</section>
+</section>
+<section id="section-Reification" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-Reification">
+<span class="secno">
+7.3
+</span>
+Reification
+Rules
+</h3>
+<p>
+For
+the
+given
+<del class="diff-old">URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+event
+<em>
+r
+</em>
+and
+the
+statement
+with
+terms
+<em>
+s
+</em>,
+<em>
+p
+</em>
+and
+<em>
+o
+</em>
+corresponding
+to
+the
+N-Triples:
+</p>
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+<code>
+<em>
+s
+</em>
+<em>
+p
+</em>
+<em>
+o
+</em>
+.
+</code>
+</p>
+</div>
+</div>
+<p>
+add
+the
+following
+statements
+to
+the
+graph:
+</p>
+<div class="ntripleOuter">
+<div class="ntripleInner">
+<p>
+<code>
+<em>
+r
+</em>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#subject&gt;
+<em>
+s
+</em>
+.
+</code>
+<br />
+<code>
+<em>
+r
+</em>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate&gt;
+<em>
+p
+</em>
+.
+</code>
+<br />
+<code>
+<em>
+r
+</em>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#object&gt;
+<em>
+o
+</em>
+.
+</code>
+<br />
+<code>
+<em>
+r
+</em>.
+<a href="#eventterm-identifier-string-value">
+string-value
+</a>
+&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt;
+&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement&gt;
+.
+</code>
+<br />
+</p>
+</div>
+</div>
+</section>
+<section id="section-List-Expand" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_section-List-Expand">
+<span class="secno">
+7.4
+</span>
+List
+Expansion
+Rules
+</h3>
+<p>
+For
+the
+given
+element
+<em>
+e
+</em>,
+create
+a
+new
+<del class="diff-old">RDF
+URI
+reference
+</del>
+<ins class="diff-chg">IRI
+</ins>
+<em>
+u
+</em>
+:=
+concat("http://www.w3.org/1999/02/22-rdf-syntax-ns#_",
+<em>
+e
+</em>.
+<a href="#eventterm-element-liCounter">
+li-counter
+</a>
+),
+increment
+the
+<em>
+e
+</em>.
+<a href="#eventterm-element-liCounter">
+li-counter
+</a>
+property
+by
+1
+and
+return
+<em>
+u
+</em>.
+</p>
+<del class="diff-old">8
+</del>
+</section>
+</section>
+<section id="section-Serialising" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h2 aria-level="1" role="heading" id="h2_section-Serialising">
+<span class="secno">
+<ins class="diff-chg">8.
+</ins></span>
+Serializing
+an
+RDF
+Graph
+to
+RDF/XML
+</h2>
+<p>
+There
+are
+some
+RDF
+Graphs
+as
+defined
+in
+<del class="diff-old">RDF
+Concepts
+and
+Abstract
+Syntax
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-RDF11-CONCEPTS"><ins class="diff-chg">
+RDF11-CONCEPTS
+</ins>
+</a>
+<del class="diff-old">that
+</del>
+</cite>
+<ins class="diff-chg">]that
+</ins>
+cannot
+be
+serialized
+in
+RDF/XML.
+These
+are
+those
+that:
+</p>
+<dl>
+<dt>
+Use
+property
+names
+that
+cannot
+be
+turned
+into
+XML
+namespace-qualified
+names.
+<br />
+</dt>
+<dd>
+An
+XML
+namespace-qualified
+name
+(
+<a href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">
+QName
+</a>
+)
+has
+restrictions
+on
+the
+legal
+characters
+such
+that
+not
+all
+property
+URIs
+can
+be
+expressed
+as
+these
+names.
+It
+is
+recommended
+that
+implementors
+of
+RDF
+serializers,
+in
+order
+to
+break
+a
+URI
+into
+a
+namespace
+name
+and
+a
+local
+name,
+split
+it
+after
+the
+last
+XML
+non-
+<a href="http://www.w3.org/TR/REC-xml-names/#NT-NCName">
+NCName
+</a>
+character,
+ensuring
+that
+the
+first
+character
+of
+the
+name
+is
+a
+<a href="http://www.w3.org/TR/REC-xml#NT-Letter">
+Letter
+</a>
+or
+'_'.
+If
+the
+URI
+ends
+in
+a
+non-
+<a href="http://www.w3.org/TR/REC-xml-names/#NT-NCName">
+NCName
+</a>
+character
+then
+throw
+a
+"this
+graph
+cannot
+be
+serialized
+in
+RDF/XML"
+exception
+or
+error.
+</dd>
+<dt>
+Use
+inappropriate
+reserved
+names
+as
+properties
+<br />
+</dt>
+<dd>
+For
+example,
+a
+property
+with
+the
+same
+URI
+as
+any
+of
+the
+<a href="#syntaxTerms">
+syntaxTerms
+</a>
+production.
+</dd>
+<dt>
+<ins class="diff-new">Use
+the
+</ins><code><ins class="diff-new">
+rdf:HTML
+</ins></code><ins class="diff-new">
+datatype
+</ins></dt><dd><ins class="diff-new">
+This
+datatype
+as
+introduced
+in
+RDF
+1.1
+[
+</ins><cite><a class="bibref" href="#bib-RDF11-CONCEPTS"><ins class="diff-new">
+RDF11-CONCEPTS
+</ins></a></cite><ins class="diff-new">
+].
+</ins></dd>
+</dl>
+<div class="note">
+<div class="note-title" aria-level="2" role="heading" id="h_note_18">
+<span>
+<ins class="diff-chg">Note
+</ins></span></div><p class="">
+<strong>
+Implementation
+Note
+(Informative):
+</strong>
+When
+an
+RDF
+graph
+is
+serialized
+to
+RDF/XML
+and
+has
+an
+XML
+Schema
+Datatype
+(XSD),
+it
+<em class="rfc2119" title="SHOULD">
+SHOULD
+</em>
+be
+written
+in
+a
+form
+that
+does
+not
+require
+whitespace
+processing.
+XSD
+support
+is
+NOT
+required
+by
+RDF
+or
+RDF/XML
+so
+this
+is
+optional.
+</p>
+</div>
+<del class="diff-old">9
+</del>
+</section>
+<section class="informative" id="section-rdf-in-SVG" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h2 aria-level="1" role="heading" id="h2_section-rdf-in-SVG">
+<span class="secno">
+<ins class="diff-chg">9.
+</ins></span>
+Using
+RDF/XML
+with
+<del class="diff-old">HTML
+and
+XHTML
+</del>
+<ins class="diff-chg">SVG
+</ins>
+</h2>
+<p>
+<del class="diff-old">If
+RDF/XML
+is
+embedded
+inside
+HTML
+or
+XHTML
+this
+can
+add
+many
+new
+elements
+and
+attributes,
+many
+of
+which
+will
+not
+be
+in
+the
+appropriate
+DTD.
+This
+embedding
+causes
+validation
+against
+the
+DTD
+to
+fail.
+The
+obvious
+solution
+of
+changing
+or
+extending
+the
+DTD
+is
+not
+practical
+for
+most
+uses.
+This
+problem
+has
+been
+analyzed
+extensively
+by
+Sean
+B.
+Palmer
+in
+RDF
+in
+HTML:
+Approaches
+[RDF-IN-XHTML]
+and
+it
+concludes
+that
+there
+is
+no
+single
+embedding
+method
+that
+satisfies
+all
+applications
+and
+remains
+simple.
+The
+recommended
+approach
+is
+to
+not
+embed
+RDF/XML
+in
+HTML/XHTML
+but
+rather
+to
+use
+&lt;link&gt;
+element
+in
+the
+&lt;head&gt;
+element
+of
+the
+HTML/HTML
+to
+point
+at
+a
+separate
+RDF/XML
+document.
+This
+approach
+has
+been
+used
+for
+several
+years
+by
+the
+Dublin
+Core
+Metadata
+Initiative
+(DCMI)
+on
+its
+Web
+site.
+To
+use
+this
+technique,
+the
+&lt;link&gt;
+element
+href
+should
+point
+at
+the
+URI
+of
+the
+RDF/XML
+content
+and
+the
+type
+attribute
+should
+be
+used
+with
+the
+value
+of
+"application/rdf+xml"
+,
+the
+proposed
+MIME
+type
+for
+RDF/XML,
+see
+Section
+4
+</del>
+<del class="diff-old">The
+value
+of
+the
+rel
+attribute
+may
+also
+be
+set
+to
+indicate
+the
+relationship;
+this
+</del>
+<em>
+<ins class="diff-chg">This
+section
+</ins>
+is
+<del class="diff-old">an
+application
+dependent
+value.
+The
+DCMI
+has
+used
+and
+recommended
+rel="meta"
+when
+linking
+in
+RFC
+2731
+&mdash;
+Encoding
+Dublin
+Core
+Metadata
+in
+HTML
+[RFC-2731]
+however
+rel="alternate"
+may
+also
+be
+appropriate.
+See
+HTML
+4.01
+link
+types
+,
+XHTML
+Modularization
+&mdash;
+LinkTypes
+and
+XHTML
+2.0
+&mdash;
+LinkTypes
+for
+further
+information
+on
+the
+values
+that
+may
+be
+appropriate
+for
+the
+different
+versions
+of
+HTML.
+</del>
+<ins class="diff-chg">non-normative.
+</ins></em>
+<del class="diff-old">Example
+21
+shows
+using
+this
+method
+with
+the
+link
+tag
+inside
+an
+XHTML
+document
+to
+link
+to
+an
+external
+RDF/XML
+document.
+</del>
+</p>
+<del class="diff-old">Example
+21:
+Using
+link
+in
+XHTML
+with
+an
+external
+RDF/XML
+document
+(
+example21.html
+linking
+to
+example21.rdf
+)
+&lt;?xml version="1.0" encoding="utf-8"?&gt;
+&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;
+&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt;
+  &lt;head&gt;
+    &lt;title&gt;My document&lt;/title&gt;
+    &lt;meta http-equiv="Content-type" content='text/html; charset="utf-8"' /&gt;
+    &lt;link rel="alternate" type="application/rdf+xml" title="RDF Version" href="example21.rdf" /&gt;
+  &lt;/head&gt;
+  &lt;body&gt;
+    &lt;h1&gt;My document&lt;/h1&gt;
+  &lt;/body&gt;
+&lt;/html&gt;
+10
+Using
+RDF/XML
+with
+SVG
+(Informative)
+</del>
+<p>
+There
+is
+a
+standardized
+approach
+for
+associating
+RDF
+compatible
+metadata
+with
+SVG
+<del class="diff-old">&mdash;
+</del>
+<ins class="diff-chg">—
+</ins>
+the
+metadata
+element
+which
+was
+explicitly
+designed
+for
+this
+purpose
+as
+defined
+in
+<a href="http://www.w3.org/TR/SVG/metadata.html">
+Section
+21
+Metadata
+</a>
+of
+the
+<a href="http://www.w3.org/TR/2001/REC-SVG-20010904/">
+Scalable
+Vector
+Graphics
+(SVG)
+1.0
+Specification
+</a>
+<del class="diff-old">[SVG]
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-SVG10"><ins class="diff-chg">
+SVG10
+</ins>
+</a>
+</cite>
+<ins class="diff-new">]
+</ins>
+and
+<a href="http://www.w3.org/TR/SVG11/metadata.html">
+Section
+21
+Metadata
+</a>
+of
+the
+<a href="http://www.w3.org/TR/2003/REC-SVG11-20030114/">
+Scalable
+Vector
+Graphics
+(SVG)
+1.1
+Specification
+</a>
+<del class="diff-old">[SVG11]
+.
+</del>
+<ins class="diff-chg">[
+</ins><cite><a class="bibref" href="#bib-SVG11"><ins class="diff-chg">
+SVG11
+</ins></a></cite><ins class="diff-chg">
+].
+</ins>
+</p>
+<p>
+This
+document
+contains
+two
+example
+graphs
+in
+SVG
+with
+such
+embedded
+RDF/XML
+inside
+the
+metadata
+element:
+<a href="http://www.w3.org/TR/rdf-syntax-grammar/figure1.svg">
+figure
+1
+</a>
+and
+<a href="http://www.w3.org/TR/rdf-syntax-grammar/figure2.svg">
+figure
+2
+</a>.
+</p>
+</section>
+<section class="appendix informative" id="section-Acknowledgments" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h2 aria-level="1" role="heading" id="h2_section-Acknowledgments">
+<del class="diff-old">11
+</del>
+<span class="secno">
+<ins class="diff-chg">A.
+</ins></span>
+Acknowledgments
+<del class="diff-old">(Informative)
+</del>
+</h2>
+<p>
+<em>
+<ins class="diff-new">This
+section
+is
+non-normative.
+</ins></em></p><p><ins class="diff-new">
+Gavin
+Carothers
+provided
+the
+RDF
+1.1
+update
+for
+the
+</ins><a href="#parseTypeLiteralPropertyElt"><ins class="diff-new">
+Production
+parseTypeLiteralPropertyElt
+</ins></a>.<ins class="diff-new">
+Ivan
+Herman
+provided
+valuable
+comments
+and
+reworked
+Figs
+1
+and
+2.
+</ins></p><p><ins class="diff-new">
+This
+specification
+is
+a
+product
+of
+extended
+deliberations
+by
+the
+members
+of
+the
+RDFcore
+Working
+Group
+and
+the
+RDF
+and
+RDF
+Schema
+Working
+Group.
+</ins></p><p>
+The
+following
+people
+provided
+valuable
+contributions
+to
+the
+document:
+</p>
+<ul>
+<li>
+Dan
+Brickley,
+<del class="diff-old">W3C/ILRT
+</del>
+<abbr title="World Wide Web Consortium">
+<ins class="diff-chg">W3C
+</ins></abbr><ins class="diff-chg">
+/ILRT
+</ins>
+</li>
+<li>
+Jeremy
+Carroll,
+HP
+Labs,
+Bristol
+</li>
+<li>
+Graham
+Klyne,
+Nine
+by
+Nine
+</li>
+<li>
+Bijan
+Parsia,
+MIND
+Lab
+at
+University
+of
+Maryland
+at
+College
+Park
+</li>
+</ul>
+<p>
+This
+document
+is
+a
+product
+of
+extended
+deliberations
+by
+the
+RDF
+Core
+working
+group,
+whose
+members
+have
+included:
+Art
+Barstow
+<del class="diff-old">(W3C)
+</del>
+<ins class="diff-chg">(
+</ins><abbr title="World Wide Web Consortium"><ins class="diff-chg">
+W3C
+</ins></abbr><ins class="diff-chg">
+)
+</ins>
+Dave
+Beckett
+(ILRT),
+Dan
+Brickley
+<del class="diff-old">(W3C/ILRT),
+</del>
+<ins class="diff-chg">(
+</ins><abbr title="World Wide Web Consortium"><ins class="diff-chg">
+W3C
+</ins></abbr><ins class="diff-chg">
+/ILRT),
+</ins>
+Dan
+Connolly
+<del class="diff-old">(W3C),
+</del>
+<ins class="diff-chg">(
+</ins><abbr title="World Wide Web Consortium"><ins class="diff-chg">
+W3C
+</ins></abbr><ins class="diff-chg">
+),
+</ins>
+Jeremy
+Carroll
+(Hewlett
+Packard),
+Ron
+Daniel
+(Interwoven
+Inc),
+Bill
+dehOra
+(InterX),
+Jos
+De
+Roo
+(AGFA),
+Jan
+Grant
+(ILRT),
+Graham
+Klyne
+(Clearswift
+and
+Nine
+by
+Nine),
+Frank
+Manola
+(MITRE
+Corporation),
+Brian
+McBride
+(Hewlett
+Packard),
+Eric
+Miller
+<del class="diff-old">(W3C),
+</del>
+<ins class="diff-chg">(
+</ins><abbr title="World Wide Web Consortium"><ins class="diff-chg">
+W3C
+</ins></abbr><ins class="diff-chg">
+),
+</ins>
+Stephen
+Petschulat
+(IBM),
+Patrick
+Stickler
+(Nokia),
+Aaron
+Swartz
+(HWG),
+Mike
+Dean
+(BBN
+Technologies
+/
+Verizon),
+R.
+V.
+Guha
+(Alpiri
+Inc),
+Pat
+Hayes
+(IHMC),
+Sergey
+Melnik
+(Stanford
+University),
+Martyn
+Horner
+(Profium
+Ltd).
+</p>
+<p>
+This
+specification
+also
+draws
+upon
+an
+earlier
+RDF
+Model
+and
+Syntax
+document
+edited
+by
+Ora
+Lassilla
+and
+Ralph
+Swick,
+and
+RDF
+Schema
+edited
+by
+Dan
+Brickley
+and
+R.
+V.
+Guha.
+RDF
+and
+RDF
+Schema
+Working
+group
+members
+who
+contributed
+to
+this
+earlier
+work
+are:
+Nick
+Arnett
+(Verity),
+Tim
+Berners-Lee
+<del class="diff-old">(W3C),
+</del>
+<ins class="diff-chg">(
+</ins><abbr title="World Wide Web Consortium"><ins class="diff-chg">
+W3C
+</ins></abbr><ins class="diff-chg">
+),
+</ins>
+Tim
+Bray
+(Textuality),
+Dan
+Brickley
+(ILRT
+/
+University
+of
+Bristol),
+Walter
+Chang
+(Adobe),
+Sailesh
+Chutani
+(Oracle),
+Dan
+Connolly
+<del class="diff-old">(W3C),
+</del>
+<ins class="diff-chg">(
+</ins><abbr title="World Wide Web Consortium"><ins class="diff-chg">
+W3C
+</ins></abbr><ins class="diff-chg">
+),
+</ins>
+Ron
+Daniel
+(DATAFUSION),
+Charles
+Frankston
+(Microsoft),
+Patrick
+Gannon
+(CommerceNet),
+RV
+Guha
+(Epinions,
+previously
+of
+Netscape
+Communications),
+Tom
+Hill
+(Apple
+Computer),
+Arthur
+van
+Hoff
+(Marimba),
+Renato
+Iannella
+(DSTC),
+Sandeep
+Jain
+(Oracle),
+Kevin
+Jones,
+(InterMind),
+Emiko
+Kezuka
+(Digital
+Vision
+Laboratories),
+Joe
+Lapp
+(webMethods
+Inc.),
+Ora
+Lassila
+(Nokia
+Research
+Center),
+Andrew
+Layman
+(Microsoft),
+Ralph
+LeVan
+(OCLC),
+John
+McCarthy
+(Lawrence
+Berkeley
+National
+Laboratory),
+Chris
+McConnell
+(Microsoft),
+Murray
+Maloney
+(Grif),
+Michael
+Mealling
+(Network
+Solutions),
+Norbert
+Mikula
+(DataChannel),
+Eric
+Miller
+(OCLC),
+Jim
+Miller
+<del class="diff-old">(W3C,
+</del>
+<ins class="diff-chg">(
+</ins><abbr title="World Wide Web Consortium"><ins class="diff-chg">
+W3C
+</ins></abbr>,
+emeritus),
+Frank
+Olken
+(Lawrence
+Berkeley
+National
+Laboratory),
+Jean
+Paoli
+(Microsoft),
+Sri
+Raghavan
+(Digital/Compaq),
+Lisa
+Rein
+(webMethods
+Inc.),
+Paul
+Resnick
+(University
+of
+Michigan),
+Bill
+Roberts
+(KnowledgeCite),
+Tsuyoshi
+Sakata
+(Digital
+Vision
+Laboratories),
+Bob
+Schloss
+(IBM),
+Leon
+Shklar
+(Pencom
+Web
+Works),
+David
+Singer
+(IBM),
+Wei
+(William)
+Song
+(SISU),
+Neel
+Sundaresan
+(IBM),
+Ralph
+Swick
+<del class="diff-old">(W3C),
+</del>
+<ins class="diff-chg">(
+</ins><abbr title="World Wide Web Consortium"><ins class="diff-chg">
+W3C
+</ins></abbr><ins class="diff-chg">
+),
+</ins>
+Naohiko
+Uramoto
+(IBM),
+Charles
+Wicksteed
+(Reuters
+Ltd.),
+Misha
+Wolf
+(Reuters
+Ltd.),
+Lauren
+Wood
+(SoftQuad).
+</p>
+</section>
+<section class="appendix informative" id="changes-rdf11" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h2 aria-level="1" role="heading" id="h2_changes-rdf11">
+<del class="diff-old">12
+References
+</del>
+<span class="secno">
+<ins class="diff-chg">B.
+</ins></span><ins class="diff-chg">
+Changes
+to
+2004
+Recommendation
+</ins>
+</h2>
+<del class="diff-old">Normative
+References
+[RDF-MS]
+Resource
+Description
+Framework
+(RDF)
+Model
+and
+Syntax
+Specification
+</del>
+<p>
+<del class="diff-old">,
+O.
+Lassila
+and
+R.
+Swick,
+Editors.
+World
+Wide
+Web
+Consortium.
+22
+February
+1999.
+</del>
+<em>
+This
+<del class="diff-old">version
+</del>
+<ins class="diff-chg">section
+</ins>
+is
+<del class="diff-old">http://www.w3.org/TR/1999/REC-rdf-syntax-19990222.
+</del>
+<ins class="diff-chg">non-normative.
+</ins></em></p><p>
+The
+<del class="diff-old">latest
+</del>
+<ins class="diff-chg">following
+changes
+were
+made
+for
+the
+Edited
+Recommendation
+</ins>
+version
+of
+<ins class="diff-new">this
+document
+for
+</ins>
+RDF
+<del class="diff-old">M&amp;S
+</del>
+<ins class="diff-chg">1.1.:
+</ins></p><ol><li><ins class="diff-chg">
+Conversion
+to
+ResPec.
+</ins></li><li><ins class="diff-chg">
+RDF
+2004
+errata
+handling:
+</ins><ol><li><ins class="diff-chg">
+Replaced
+hard-coded
+reference
+to
+XML
+and
+Unicode
+versions
+(
+</ins><a href="http://www.w3.org/2011/rdf-wg/wiki/TF-RDF-XML#Change_2:_hard_coded_reference_to_XML_and_Unicode_versions"><ins class="diff-chg">
+background
+info
+</ins>
+</a>
+<del class="diff-old">is
+available
+at
+http://www.w3.org/TR/REC-rdf-syntax.
+[XML]
+</del>
+<ins class="diff-chg">)
+</ins></li><li><ins class="diff-chg">
+Corrected
+the
+resolve
+action
+with
+the
+signature
+resolve(e,
+s)
+(
+</ins><a href="http://www.w3.org/2011/rdf-wg/wiki/TF-RDF-XML#Change_3:_signature_resolve.28e.2C_s.29"><ins class="diff-chg">
+background
+info
+</ins>
+</a>
+<del class="diff-old">Extensible
+Markup
+Language
+(XML)
+1.0,
+Second
+Edition
+</del>
+<ins class="diff-chg">)
+</ins></li><li><ins class="diff-chg">
+Added
+parent
+accessor
+to
+element
+events
+(
+</ins><a href="http://www.w3.org/2011/rdf-wg/wiki/TF-RDF-XML#Change_4:_missing_parent_accessor"><ins class="diff-chg">
+background
+info
+</ins>
+</a>
+<del class="diff-old">,
+T.
+Bray,
+J.
+Paoli,
+C.M.
+Sperberg-McQueen
+and
+E.
+Maler,
+Editors.
+World
+Wide
+Web
+Consortium.
+6
+October
+2000.
+This
+version
+is
+http://www.w3.org/TR/2000/REC-xml-20001006.
+latest
+version
+of
+XML
+</del>
+<ins class="diff-chg">)
+</ins></li><li><ins class="diff-chg">
+Allow
+datatyped
+empty
+literals
+(
+</ins><a href="http://www.w3.org/2011/rdf-wg/wiki/TF-RDF-XML#Change_5:_datatyped_empty_literals"><ins class="diff-chg">
+background
+info
+</ins>
+</a>
+<del class="diff-old">is
+available
+at
+http://www.w3.org/TR/REC-xml.
+[XML-NS]
+</del>
+<ins class="diff-chg">)
+</ins></li><li><ins class="diff-chg">
+Removed
+ID
+and
+datatype
+exclusion
+on
+literal
+property
+(
+</ins><a href="http://www.w3.org/2011/rdf-wg/wiki/TF-RDF-XML#Change_6:_ID_and_datatype_exclusion_on_literal_property"><ins class="diff-chg">
+background
+info
+</ins>
+</a>
+<del class="diff-old">Namespaces
+</del>
+<ins class="diff-chg">)
+</ins></li></ol></li><li><ins class="diff-chg">
+Adapted
+and
+shortened
+introduction
+to
+reflect
+RDF
+1.1
+</ins></li><li><ins class="diff-chg">
+Updated
+references
+to
+RDF
+1.1
+documents
+</ins></li><li><ins class="diff-chg">
+Replaced
+"(RDF)
+URI
+reference"
+with
+"IRI"
+</ins></li><li><ins class="diff-chg">
+Removed
+Section
+on
+embedding
+RDF/XML
+into
+HTML
+</ins></li><li><ins class="diff-chg">
+Removed
+"Specification"
+from
+the
+title
+to
+bring
+it
+</ins>
+in
+<del class="diff-old">XML
+</del>
+<ins class="diff-chg">line
+with
+other
+RDF
+1.1
+document
+titles
+</ins></li><li><ins class="diff-chg">
+Updated
+references
+to
+other
+documents
+</ins></li><li><ins class="diff-chg">
+Changed
+links
+in
+Sec.
+2
+examples
+from
+relative
+URI
+to
+absolute
+URI;
+same
+for
+RELAX
+schema
+in
+Appendix.
+</ins></li><li><ins class="diff-chg">
+Added
+note
+to
+section
+on
+plain-literal
+event
+</ins></li><li><ins class="diff-chg">
+Updated
+link
+to
+QName
+definition
+in
+XML-NAMES
+</ins></li><li><ins class="diff-chg">
+Added
+diff
+with
+2004
+Recommendation
+</ins></li><li><ins class="diff-chg">
+Adapted
+</ins><a href="#parseTypeLiteralPropertyElt"><ins class="diff-chg">
+Production
+parseTypeLiteralPropertyElt
+</ins>
+</a>
+<del class="diff-old">,
+T.
+Bray,
+D.
+Hollander
+and
+A.
+Layman,
+Editors.
+World
+Wide
+Web
+Consortium.
+14
+January
+1999.
+This
+version
+is
+http://www.w3.org/TR/1999/REC-xml-names-19990114.
+The
+latest
+</del>
+<ins class="diff-chg">to
+cater
+for
+the
+non-normative
+status
+of
+</ins><code><ins class="diff-chg">
+rdf:XMLLiteral
+</ins></code>.</li><li><ins class="diff-chg">
+Improved
+</ins>
+version
+of
+<del class="diff-old">Namespaces
+</del>
+<ins class="diff-chg">Figs.
+1
+and
+2
+(with
+same
+content)
+</ins></li><li><ins class="diff-chg">
+Removed
+old
+changes
+section
+</ins></li><li><ins class="diff-chg">
+Informative
+notes
+at
+start
+of
+Sec.
+5.1
+removed,
+as
+these
+have
+become
+irrelevant.
+</ins></li><li><ins class="diff-chg">
+Added
+new
+datatype
+</ins><code><ins class="diff-chg">
+rdf:HTML
+</ins></code><ins class="diff-chg">
+to
+the
+list
+of
+things
+that
+cannot
+be
+serialized
+</ins>
+in
+<del class="diff-old">XML
+</del>
+<ins class="diff-chg">RDF/XML.
+</ins></li><li><ins class="diff-chg">
+Replaced
+the
+link
+to
+2004
+N-Triples
+</ins><code><ins class="diff-chg">
+nodeID
+</ins></code><ins class="diff-chg">
+production
+to
+the
+RDF
+1.1
+N-Triples
+</ins><code><ins class="diff-chg">
+BLANK_NODE_LABEL
+</ins></code><ins class="diff-chg">
+production.
+</ins></li></ol></section><section class="appendix informative" id="section-Schemas" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h2 aria-level="1" role="heading" id="h2_section-Schemas"><span class="secno"><ins class="diff-chg">
+C.
+</ins></span><ins class="diff-chg">
+Syntax
+Schemas
+</ins></h2><p><em><ins class="diff-chg">
+This
+section
+</ins>
+is
+<del class="diff-old">available
+at
+http://www.w3.org/TR/REC-xml-names.
+[INFOSET]
+</del>
+<ins class="diff-chg">non-normative.
+</ins></em>
+</p>
+<p>
+<ins class="diff-chg">This
+appendix
+contains
+</ins>
+XML
+<del class="diff-old">Information
+Set
+,
+J.
+Cowan
+</del>
+<ins class="diff-chg">schemas
+for
+validating
+RDF/XML
+forms.
+These
+are
+example
+schemas
+for
+information
+only
+</ins>
+and
+<del class="diff-old">R.
+Tobin,
+Editors.
+World
+Wide
+Web
+Consortium.
+24
+October
+2001.
+</del>
+<ins class="diff-chg">are
+not
+part
+of
+this
+specification.
+</ins></p><section class="informative" id="section-RELAXNG-Schema" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h3 aria-level="2" role="heading" id="h3_section-RELAXNG-Schema"><span class="secno"><ins class="diff-chg">
+C.1
+</ins></span><ins class="diff-chg">
+RELAX&#160;NG
+Compact
+Schema
+</ins></h3><p><em>
+This
+<del class="diff-old">version
+</del>
+<ins class="diff-chg">section
+</ins>
+is
+<del class="diff-old">http://www.w3.org/TR/2001/REC-xml-infoset-20011024.
+The
+latest
+version
+of
+XML
+Information
+set
+</del>
+<ins class="diff-chg">non-normative.
+</ins></em></p><p><ins class="diff-chg">
+This
+</ins>
+is
+<del class="diff-old">available
+at
+http://www.w3.org/TR/xml-infoset.
+[URIS]
+</del>
+<ins class="diff-chg">an
+</ins><a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/rdfxml.rnc"><ins class="diff-chg">
+example
+schema
+in
+RELAX&#160;NG
+Compact
+</ins>
+</a>
+<ins class="diff-chg">(for
+ease
+of
+reading)
+for
+RDF/XML.
+Applications
+can
+also
+use
+the
+</ins><a href="http://www.w3.org/TR/2004/REC-rdf-syntax-grammar-20040210/rdfxml.rng"><ins class="diff-chg">
+RELAX&#160;NG
+XML
+version
+</ins></a>.<ins class="diff-chg">
+These
+formats
+are
+described
+in
+RELAX&#160;NG
+[
+</ins>
+<cite>
+<del class="diff-old">RFC
+2396
+&mdash;
+Uniform
+Resource
+Identifiers
+(URI):
+Generic
+Syntax
+</del>
+<a class="bibref" href="#bib-RELAXNG">
+<ins class="diff-chg">RELAXNG
+</ins>
+</a>
+<del class="diff-old">,
+T.
+Berners-Lee,
+R.
+Fielding
+</del>
+</cite>
+<ins class="diff-chg">]
+</ins>
+and
+<del class="diff-old">L.
+Masinter,
+IETF,
+August
+1998.
+This
+document
+is
+http://www.isi.edu/in-notes/rfc2396.txt.
+</del>
+<ins class="diff-chg">RELAX&#160;NG
+Compact
+[
+</ins><cite>
+<a class="bibref" href="#bib-RELAXNG-COMPACT">
+<ins class="diff-new">RELAXNG-COMPACT
+</ins>
+</a>
+<del class="diff-old">[RDF-CONCEPTS]
+</del>
+</cite>
+<ins class="diff-chg">].
+</ins></p><div class="note"><div class="note-title" aria-level="3" role="heading" id="h_note_19">
+<del class="diff-old">Resource
+Description
+Framework
+(RDF):
+Concepts
+and
+Abstract
+Syntax
+</del>
+<span>
+<ins class="diff-chg">Note
+</ins></span>
+<del class="diff-old">,
+Klyne
+G.,
+Carroll
+J.
+(Editors),
+W3C
+Recommendation,
+10
+February
+2004.
+This
+version
+is
+http://www.w3.org/TR/2004/REC-rdf-primer-20040210/.
+</del>
+</div>
+<p class="">
+The
+<del class="diff-old">latest
+version
+is
+http://www.w3.org/TR/rdf-concepts/.
+</del>
+<ins class="diff-chg">RNGC
+schema
+has
+been
+updated
+to
+attempt
+to
+match
+the
+grammar
+but
+this
+has
+not
+been
+checked
+or
+used
+to
+validate
+RDF/XML.
+</ins></p></div><pre><ins class="diff-chg">
+        #
+        # RELAX NG Compact Schema for RDF/XML Syntax
+        #
+        # This schema is for information only and NON-NORMATIVE
+        #
+        # It is based on one originally written by James Clark in
+        # http://lists.w3.org/Archives/Public/www-rdf-comments/2001JulSep/0248.html
+        # and updated with later changes.
+        #
+</ins>
+<ins class="diff-chg">        namespace local = ""
+        namespace rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+        datatypes xsd = "http://www.w3.org/2001/XMLSchema-datatypes"
+</ins>
+<del class="diff-old">[RDF-TESTS]
+</del>
+<ins class="diff-chg">        start = doc
+</ins>
+<ins class="diff-chg">        # I cannot seem to do this in RNGC so they are expanded in-line
+</ins>
+<del class="diff-old">RDF
+Test
+Cases
+</del>
+<ins class="diff-chg">        # coreSyntaxTerms = rdf:RDF | rdf:ID | rdf:about | rdf:parseType | rdf:resource | rdf:nodeID | rdf:datatype
+        # syntaxTerms = coreSyntaxTerms | rdf:Description | rdf:li
+        # oldTerms    = rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID
+        # nodeElementURIs       = * - ( coreSyntaxTerms | rdf:li | oldTerms )
+        # propertyElementURIs   = * - ( coreSyntaxTerms | rdf:Description | oldTerms )
+        # propertyAttributeURIs = * - ( coreSyntaxTerms | rdf:Description | rdf:li | oldTerms )
+</ins>
+<del class="diff-old">,
+Grant
+J.,
+Beckett
+</del>
+<ins class="diff-chg">        # Also needed to allow rdf:li on all property element productions
+        # since we can't capture the rdf:li rewriting to rdf_&lt;n&gt; in relaxng
+        # Need to add these explicitly
+        xmllang = attribute xml:lang { text }
+        xmlbase = attribute xml:base { text }
+        # and to forbid every other xml:* attribute, element
+        doc = 
+          RDF | nodeElement
+        RDF =
+          element rdf:RDF { 
+             xmllang?, xmlbase?, nodeElementList
+        }
+        nodeElementList = 
+          nodeElement*
+          # Should be something like:
+          #  ws* , (  nodeElement , ws* )*
+          # but RELAXNG does this by default, ignoring whitespace separating tags.
+        nodeElement =
+          element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+                        rdf:resource | rdf:nodeID | rdf:datatype | rdf:li |
+                        rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID ) {
+              (idAttr | nodeIdAttr | aboutAttr )?, xmllang?, xmlbase?, propertyAttr*, propertyEltList
+          }
+          # It is not possible to say "and not things
+          # beginning with _ in the rdf: namespace" in RELAX NG.
+        ws = 
+          " "
+          # Not used in this RELAX NG schema; but should be any legal XML
+          # whitespace defined by http://www.w3.org/TR/2000/REC-xml-20001006#NT-S
+        propertyEltList = 
+          propertyElt*
+          # Should be something like:
+          #  ws* , ( propertyElt , ws* )*
+          # but RELAXNG does this by default, ignoring whitespace separating tags.
+        propertyElt = 
+          resourcePropertyElt | 
+          literalPropertyElt | 
+          parseTypeLiteralPropertyElt |
+          parseTypeResourcePropertyElt |
+          parseTypeCollectionPropertyElt |
+          parseTypeOtherPropertyElt |
+          emptyPropertyElt
+        resourcePropertyElt = 
+          element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+                        rdf:resource | rdf:nodeID | rdf:datatype |
+                        rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+                        xml:* ) {
+              idAttr?, xmllang?, xmlbase?, nodeElement
+          }
+        literalPropertyElt =
+          element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+                        rdf:resource | rdf:nodeID | rdf:datatype |
+                        rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+                        xml:* ) {
+              idAttr? , datatypeAttr?, xmllang?, xmlbase?, text 
+          }
+        parseTypeLiteralPropertyElt = 
+          element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+                        rdf:resource | rdf:nodeID | rdf:datatype |
+                        rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+                        xml:* ) {
+              idAttr?, parseLiteral, xmllang?, xmlbase?, literal 
+          }
+        parseTypeResourcePropertyElt = 
+          element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+                        rdf:resource | rdf:nodeID | rdf:datatype |
+                        rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+                        xml:* ) {
+              idAttr?, parseResource, xmllang?, xmlbase?, propertyEltList
+          }
+        parseTypeCollectionPropertyElt = 
+          element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+                        rdf:resource | rdf:nodeID | rdf:datatype |
+                        rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+                        xml:* ) {
+              idAttr?, xmllang?, xmlbase?, parseCollection, nodeElementList
+          }
+        parseTypeOtherPropertyElt = 
+          element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+                        rdf:resource | rdf:nodeID | rdf:datatype |
+                        rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+                        xml:* ) {
+              idAttr?, xmllang?, xmlbase?, parseOther, any
+          }
+        emptyPropertyElt =
+           element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+                         rdf:resource | rdf:nodeID | rdf:datatype |
+                         rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+                         xml:* ) {
+               idAttr?, (resourceAttr | nodeIdAttr | datatypeAttr )?, xmllang?, xmlbase?, propertyAttr*
+           }
+        idAttr = 
+          attribute rdf:ID { 
+              IDsymbol 
+          }
+        nodeIdAttr = 
+          attribute rdf:nodeID { 
+              IDsymbol 
+          }
+        aboutAttr = 
+          attribute rdf:about { 
+              URI-reference 
+          }
+        propertyAttr = 
+          attribute * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+                          rdf:resource | rdf:nodeID | rdf:datatype | rdf:li |
+                          rdf:Description | rdf:aboutEach |
+                  rdf:aboutEachPrefix | rdf:bagID |
+                          xml:* ) {
+              string
+          }
+        resourceAttr = 
+          attribute rdf:resource {
+              URI-reference 
+          }
+        datatypeAttr = 
+          attribute rdf:datatype {
+              URI-reference 
+          }
+        parseLiteral = 
+          attribute rdf:parseType {
+              "Literal" 
+          }
+        parseResource = 
+          attribute rdf:parseType {
+              "Resource"
+          }
+        parseCollection = 
+          attribute rdf:parseType {
+              "Collection"
+          }
+        parseOther = 
+          attribute rdf:parseType {
+              text
+          }
+        URI-reference = 
+          string
+        literal =
+          any
+        IDsymbol = 
+          xsd:NMTOKEN
+        any =
+          mixed { element * { attribute * { text }*, any }* }
+        
+</ins></pre></section></section><section class="appendix" id="references" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h2 aria-level="1" role="heading" id="h2_references"><span class="secno">
+D.
+<del class="diff-old">(Editors),
+</del>
+</span>
+<ins class="diff-chg">References
+</ins></h2><section id="normative-references" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h3 aria-level="2" role="heading" id="h3_normative-references"><span class="secno"><ins class="diff-chg">
+D.1
+</ins></span><ins class="diff-chg">
+Normative
+references
+</ins></h3><dl class="bibliography" about=""><dt id="bib-JSON-LD"><ins class="diff-chg">
+[JSON-LD]
+</ins></dt><dd rel="dcterms:requires"><ins class="diff-chg">
+Manu
+Sporny,
+Gregg
+Kellogg,
+Markus
+Lanthaler,
+Editors.
+</ins><cite><a href="http://www.w3.org/TR/2013/PR-json-ld-20131105/"><ins class="diff-chg">
+JSON-LD
+1.0
+</ins></a>.</cite><ins class="diff-chg">
+5
+November
+2013.
+</ins>
+W3C
+<del class="diff-old">Recommendation,
+10
+February
+2004.
+This
+version
+is
+http://www.w3.org/TR/2004/REC-rdf-testcases-20040210/.
+</del>
+<ins class="diff-chg">Proposed
+Recommendation.
+URL:
+</ins><a href="http://www.w3.org/TR/2013/PR-json-ld-20131105/"><ins class="diff-chg">
+http://www.w3.org/TR/2013/PR-json-ld-20131105/
+</ins></a>.
+The
+latest
+<del class="diff-old">version
+</del>
+<ins class="diff-chg">edition
+</ins>
+is
+<del class="diff-old">http://www.w3.org/TR/rdf-testcases/.
+[KEYWORDS]
+RFC
+2119
+&mdash;
+Key
+words
+for
+use
+in
+RFCs
+to
+Indicate
+Requirement
+Levels
+</del>
+<ins class="diff-chg">available
+at
+</ins><a href="http://www.w3.org/TR/json-ld/"><ins class="diff-chg">
+http://www.w3.org/TR/json-ld/
+</ins>
+</a>
+<del class="diff-old">,
+S.
+Bradner,
+IETF.
+March
+1997.
+This
+document
+is
+http://www.ietf.org/rfc/rfc2119.txt.
+</del>
+</dd>
+<del class="diff-old">[RFC-3023]
+</del>
+<dt id="bib-N-TRIPLES">
+<ins class="diff-chg">[N-TRIPLES]
+</ins>
+</dt>
+<dd rel="dcterms:requires">
+<ins class="diff-chg">Gavin
+Carothers,
+Andy
+Seabourne.
+</ins>
+<cite>
+<del class="diff-old">RFC
+3023
+&mdash;
+XML
+Media
+Types
+</del>
+<a href="http://www.w3.org/TR/2014/PR-n-triples-20140109/">
+<ins class="diff-chg">RDF
+1.1
+N-Triples
+</ins>
+</a>
+<del class="diff-old">,
+M.
+Murata,
+S.
+St.Laurent,
+D.Kohn,
+IETF.
+</del>
+</cite>.
+<ins class="diff-chg">9
+</ins>
+January
+<del class="diff-old">2001.
+This
+document
+</del>
+<ins class="diff-chg">2014.
+W3C
+Proposed
+Recommendation
+(work
+in
+progress).
+URL:
+</ins><a href="http://www.w3.org/TR/2014/PR-n-triples-20140109/"><ins class="diff-chg">
+http://www.w3.org/TR/2014/PR-n-triples-20140109/
+</ins></a>.<ins class="diff-chg">
+The
+latest
+edition
+</ins>
+is
+<del class="diff-old">http://www.ietf.org/rfc/rfc3023.txt.
+[IANA-MEDIA-TYPES]
+</del>
+<ins class="diff-chg">available
+at
+</ins><a href="http://www.w3.org/TR/n-triples/"><ins class="diff-chg">
+http://www.w3.org/TR/n-triples/
+</ins>
+</a>
+</dd>
+<dt id="bib-RDF11-CONCEPTS">
+<ins class="diff-new">[RDF11-CONCEPTS]
+</ins>
+</dt>
+<dd rel="dcterms:requires">
+<ins class="diff-chg">Richard
+Cyganiak,
+David
+Wood,
+Markus
+Lanthaler,
+Editors.
+</ins>
+<cite>
+<del class="diff-old">MIME
+Media
+Types
+</del>
+<a href="http://www.w3.org/TR/2014/PR-rdf11-concepts-20140109/">
+<ins class="diff-chg">RDF
+1.1
+Concepts
+and
+Abstract
+Syntax.
+</ins>
+</a>
+<del class="diff-old">,
+The
+Internet
+Assigned
+Numbers
+Authority
+(IANA).
+This
+document
+is
+http://www.iana.org/assignments/media-types/
+.
+</del>
+</cite>
+<ins class="diff-chg">9
+January
+2014.
+W3C
+Proposed
+Recommendation
+(work
+in
+progress).
+URL:
+</ins><a href="http://www.w3.org/TR/2014/PR-rdf11-concepts-20140109/"><ins class="diff-chg">
+http://www.w3.org/TR/2014/PR-rdf11-concepts-20140109/
+</ins></a>.
+The
+<del class="diff-old">registration
+for
+application/rdf+xml
+</del>
+<ins class="diff-chg">latest
+edition
+</ins>
+is
+<del class="diff-old">archived
+</del>
+<ins class="diff-chg">available
+</ins>
+at
+<del class="diff-old">http://www.w3.org/2001/sw/RDFCore/mediatype-registration
+.
+[XML-BASE]
+</del>
+<a href="http://www.w3.org/TR/rdf11-concepts/">
+<ins class="diff-chg">http://www.w3.org/TR/rdf11-concepts/
+</ins>
+</a>
+</dd>
+<dt id="bib-RDF11-MT">
+<ins class="diff-new">[RDF11-MT]
+</ins>
+</dt>
+<dd rel="dcterms:requires">
+<ins class="diff-chg">Patrick
+J.
+Hayes,
+Peter
+F.
+Patel-Schneider,
+Editors.
+</ins>
+<cite>
+<del class="diff-old">XML
+Base
+</del>
+<a href="http://www.w3.org/TR/2014/PR-rdf11-mt-20140109/">
+<ins class="diff-chg">RDF
+1.1
+Semantics.
+</ins>
+</a>
+<del class="diff-old">,
+J.
+Marsh,
+Editor,
+</del>
+</cite>
+<ins class="diff-chg">9
+January
+2014.
+</ins>
+W3C
+<del class="diff-old">Recommendation.
+World
+Wide
+Web
+Consortium,
+27
+June
+2001.
+This
+version
+of
+XML
+Base
+is
+http://www.w3.org/TR/2001/REC-xmlbase-20010627.
+</del>
+<ins class="diff-chg">Proposed
+Recommendation
+(work
+in
+progress).
+URL:
+</ins><a href="http://www.w3.org/TR/2014/PR-rdf11-mt-20140109/"><ins class="diff-chg">
+http://www.w3.org/TR/2014/PR-rdf11-mt-20140109/
+</ins></a>.
+The
+latest
+<del class="diff-old">version
+of
+XML
+Base
+</del>
+<ins class="diff-chg">edition
+</ins>
+is
+<ins class="diff-new">available
+</ins>
+at
+<del class="diff-old">http://www.w3.org/TR/xmlbase.
+[XML-XC14N]
+</del>
+<a href="http://www.w3.org/TR/rdf11-mt/">
+<ins class="diff-chg">http://www.w3.org/TR/rdf11-mt/
+</ins>
+</a>
+</dd>
+<dt id="bib-RDF11-SCHEMA">
+<ins class="diff-new">[RDF11-SCHEMA]
+</ins></dt><dd rel="dcterms:requires"><ins class="diff-new">
+D.
+Brickley,
+R.
+Guha.
+</ins>
+<cite>
+<del class="diff-old">Exclusive
+XML
+Canonicalization
+Version
+1.0
+</del>
+<a href="http://www.w3.org/TR/2014/PR-rdf-schema-20140109/">
+<ins class="diff-chg">RDF
+Schema
+1.1
+</ins>
+</a>
+<del class="diff-old">,
+J.
+Boyer,
+D.E.
+Eastlake
+3rd,
+J.
+Reagle,
+Authors/Editors.
+</del>
+</cite>.
+<ins class="diff-chg">9
+January
+2014.
+</ins>
+W3C
+<del class="diff-old">Recommendation.
+World
+Wide
+Web
+Consortium,
+18
+July
+2002.
+This
+version
+of
+Exclusive
+XML
+Canonicalization
+is
+http://www.w3.org/TR/2002/REC-xml-exc-c14n-20020718.
+</del>
+<ins class="diff-chg">Proposed
+Edited
+Recimmendation
+(work
+in
+progress).
+URL:
+</ins><a href="http://www.w3.org/TR/2014/PR-rdf-schema-20140109/"><ins class="diff-chg">
+http://www.w3.org/TR/2014/PR-rdf-schema-20140109/
+</ins></a>.
+The
+latest
+<ins class="diff-new">published
+</ins>
+version
+<del class="diff-old">of
+Canonical
+XML
+</del>
+is
+<ins class="diff-new">available
+</ins>
+at
+<del class="diff-old">http://www.w3.org/TR/xml-exc-c14n.
+</del>
+<a href="http://www.w3.org/TR/rdf-schema/">
+<ins class="diff-chg">http://www.w3.org/TR/rdf-schema/
+</ins></a>.
+</dd>
+<del class="diff-old">[UNICODE]
+</del>
+<dt id="bib-RDFA-PRIMER">
+<ins class="diff-chg">[RDFA-PRIMER]
+</ins>
+</dt>
+<dd rel="dcterms:requires">
+<ins class="diff-chg">Ivan
+Herman;
+Ben
+Adida;
+Manu
+Sporny;
+Mark
+Birbeck.
+</ins><a href="http://www.w3.org/TR/rdfa-primer/">
+<cite>
+<del class="diff-old">The
+Unicode
+Standard,
+Version
+3
+,
+The
+Unicode
+Consortium,
+Addison-Wesley,
+2000.
+ISBN
+0-201-61633-5,
+as
+updated
+from
+time
+to
+time
+by
+the
+publication
+of
+new
+versions.
+(See
+http://www.unicode.org/unicode/standard/versions/
+</del>
+<ins class="diff-chg">RDFa
+1.1
+Primer
+-
+Second
+Edition
+</ins></cite></a>.<ins class="diff-chg">
+22
+August
+2013.
+W3C
+Note.
+URL:
+</ins><a href="http://www.w3.org/TR/rdfa-primer/"><ins class="diff-chg">
+http://www.w3.org/TR/rdfa-primer/
+</ins>
+</a>
+<del class="diff-old">for
+the
+latest
+version
+and
+additional
+information
+on
+versions
+of
+the
+standard
+and
+of
+the
+Unicode
+Character
+Database).
+</del>
+</dd>
+<del class="diff-old">[NFC]
+</del>
+<dt id="bib-RFC3023">
+<ins class="diff-chg">[RFC3023]
+</ins>
+</dt>
+<dd rel="dcterms:requires">
+<ins class="diff-chg">M.
+Murata;
+S.
+St.Laurent;
+D.
+Kohn.
+</ins><a href="http://www.ietf.org/rfc/rfc3023.txt">
+<cite>
+<del class="diff-old">Unicode
+Normalization
+Forms,
+</del>
+<ins class="diff-chg">XML
+Media
+Types
+(RFC
+3023)
+</ins>
+</cite>
+</a>.
+<ins class="diff-new">January
+2001.
+RFC.
+URL:
+</ins><a href="http://www.ietf.org/rfc/rfc3023.txt"><ins class="diff-new">
+http://www.ietf.org/rfc/rfc3023.txt
+</ins>
+</a>
+<del class="diff-old">Unicode
+Standard
+Annex
+#15,
+Mark
+Davis,
+Martin
+Dürst.
+(See
+http://www.unicode.org/unicode/reports/tr15/
+for
+the
+latest
+version).
+</del>
+<del class="diff-old">Informational
+References
+[CHARMOD]
+</del>
+</dd>
+<dt id="bib-TRIG">
+<ins class="diff-chg">[TRIG]
+</ins>
+</dt>
+<dd rel="dcterms:requires">
+<ins class="diff-chg">Gavin
+Carothers,
+Andy
+Seaborne,
+Editors.
+</ins>
+<cite>
+<del class="diff-old">Character
+Model
+for
+the
+World
+Wide
+Web
+1.0
+</del>
+<a href="http://www.w3.org/TR/2014/PR-trig-20140109/">
+<ins class="diff-chg">TriG:
+RDF
+Dataset
+Language
+</ins>
+</a>
+<del class="diff-old">,
+M.
+Dürst,
+F.
+Yergeau,
+R.
+Ishida,
+M.
+Wolf,
+A.
+Freytag,
+T
+Texin,
+Editors,
+World
+Wide
+Web
+Consortium
+Working
+Draft,
+work
+</del>
+</cite>.
+<ins class="diff-chg">9
+January
+2014.
+W3C
+Proposed
+Recommendation
+(work
+</ins>
+in
+<del class="diff-old">progress,
+20
+February
+2002.
+This
+version
+of
+the
+Character
+Model
+is
+http://www.w3.org/TR/2002/WD-charmod-20020220.
+</del>
+<ins class="diff-chg">progress).
+URL:
+</ins><a href="http://www.w3.org/TR/2014/PR-trig-20140109/"><ins class="diff-chg">
+http://www.w3.org/TR/2014/PR-trig-20140109/
+</ins></a>.
+The
+latest
+<del class="diff-old">version
+of
+the
+Character
+Model
+</del>
+<ins class="diff-chg">edition
+</ins>
+is
+<ins class="diff-new">available
+</ins>
+at
+<del class="diff-old">http://www.w3.org/TR/charmod.
+</del>
+<a href="http://www.w3.org/TR/trig/">
+<ins class="diff-chg">http://www.w3.org/TR/trig/
+</ins>
+</a>
+<del class="diff-old">[RDF-SEMANTICS]
+</del>
+</dd>
+<dt id="bib-TURTLE">
+<ins class="diff-new">[TURTLE]
+</ins></dt><dd rel="dcterms:requires"><ins class="diff-new">
+Eric
+Prud'hommeaux,
+Gavin
+Carothers,
+Editors.
+</ins>
+<cite>
+<a href="http://www.w3.org/TR/2014/PR-turtle-20140109/">
+RDF
+<del class="diff-old">Semantics
+</del>
+<ins class="diff-chg">1.1
+Turtle:
+Terse
+RDF
+Triple
+Language.
+</ins>
+</a>
+<del class="diff-old">,
+Hayes
+P.
+(Editor),
+</del>
+</cite>
+<ins class="diff-chg">9
+January
+2014.
+</ins>
+W3C
+<del class="diff-old">Recommendation,
+10
+February
+2004.
+This
+version
+is
+http://www.w3.org/TR/2004/REC-rdf-mt-20040210/.
+</del>
+<ins class="diff-chg">Proposed
+Recommendation
+(work
+in
+progress).
+URL:
+</ins><a href="http://www.w3.org/TR/2014/PR-turtle-20140109/"><ins class="diff-chg">
+http://www.w3.org/TR/2014/PR-turtle-20140109/
+</ins></a>.
+The
+latest
+<del class="diff-old">version
+</del>
+<ins class="diff-chg">edition
+</ins>
+is
+<del class="diff-old">http://www.w3.org/TR/rdf-mt/.
+[RDF-PRIMER]
+</del>
+<ins class="diff-chg">available
+at
+</ins><a href="http://www.w3.org/TR/turtle/"><ins class="diff-chg">
+http://www.w3.org/TR/turtle/
+</ins>
+</a>
+</dd>
+<dt id="bib-XML-INFOSET">
+<ins class="diff-new">[XML-INFOSET]
+</ins>
+</dt>
+<dd rel="dcterms:requires">
+<ins class="diff-chg">John
+Cowan;
+Richard
+Tobin.
+</ins><a href="http://www.w3.org/TR/xml-infoset">
+<cite>
+<ins class="diff-new">XML
+Information
+Set
+(Second
+Edition)
+</ins></cite>
+<del class="diff-old">RDF
+Primer
+,
+F.
+Manola,
+E.
+Miller,
+Editors,
+W3C
+Recommendation,
+10
+</del>
+</a>.
+<ins class="diff-chg">4
+</ins>
+February
+2004.
+<del class="diff-old">This
+version
+is
+http://www.w3.org/TR/2004/REC-rdf-primer-20040210/.
+The
+latest
+version
+</del>
+<ins class="diff-chg">W3C
+Recommendation.
+URL:
+</ins><a href="http://www.w3.org/TR/xml-infoset"><ins class="diff-chg">
+http://www.w3.org/TR/xml-infoset
+</ins>
+</a>
+<del class="diff-old">is
+at
+http://www.w3.org/TR/rdf-primer/.
+</del>
+<del class="diff-old">[RDF-VOCABULARY]
+</del>
+</dd>
+<dt id="bib-XML-NAMES">
+<ins class="diff-chg">[XML-NAMES]
+</ins>
+</dt>
+<dd rel="dcterms:requires">
+<ins class="diff-chg">Tim
+Bray;
+Dave
+Hollander;
+Andrew
+Layman;
+Richard
+Tobin;
+Henry
+Thompson
+et
+al.
+</ins><a href="http://www.w3.org/TR/xml-names">
+<cite>
+<ins class="diff-new">Namespaces
+in
+XML
+1.0
+(Third
+Edition)
+</ins></cite>
+<del class="diff-old">RDF
+Vocabulary
+Description
+Language
+1.0:
+RDF
+Schema
+,
+Brickley
+D.,
+Guha
+R.V.
+(Editors),
+</del>
+</a>.
+<ins class="diff-chg">8
+December
+2009.
+</ins>
+W3C
+<del class="diff-old">Recommendation,
+10
+February
+2004.
+This
+version
+is
+http://www.w3.org/TR/2004/REC-rdf-schema-20040210/.
+The
+latest
+version
+</del>
+<ins class="diff-chg">Recommendation.
+URL:
+</ins><a href="http://www.w3.org/TR/xml-names"><ins class="diff-chg">
+http://www.w3.org/TR/xml-names
+</ins>
+</a>
+<del class="diff-old">is
+http://www.w3.org/TR/rdf-schema/.
+</del>
+</dd>
+<del class="diff-old">[STRIPEDRDF]
+</del>
+<dt id="bib-XML10">
+<ins class="diff-chg">[XML10]
+</ins>
+</dt>
+<dd rel="dcterms:requires">
+<ins class="diff-chg">Tim
+Bray;
+Jean
+Paoli;
+Michael
+Sperberg-McQueen;
+Eve
+Maler;
+François
+Yergeau
+et
+al.
+</ins><a href="http://www.w3.org/TR/xml">
+<cite>
+<ins class="diff-new">Extensible
+Markup
+Language
+(XML)
+1.0
+(Fifth
+Edition)
+</ins></cite>
+<del class="diff-old">RDF:
+Understanding
+the
+Striped
+RDF/XML
+Syntax
+</del>
+</a>.
+<ins class="diff-chg">26
+November
+2008.
+W3C
+Recommendation.
+URL:
+</ins><a href="http://www.w3.org/TR/xml"><ins class="diff-chg">
+http://www.w3.org/TR/xml
+</ins>
+</a>
+<del class="diff-old">,
+D.
+Brickley,
+W3C,
+2001.
+This
+document
+is
+http://www.w3.org/2001/10/stripes/.
+</del>
+</dd>
+<del class="diff-old">[SVG]
+</del>
+<dt id="bib-XMLSCHEMA-2">
+<ins class="diff-chg">[XMLSCHEMA-2]
+</ins>
+</dt>
+<dd rel="dcterms:requires">
+<ins class="diff-chg">Paul
+V.
+Biron;
+Ashok
+Malhotra.
+</ins><a href="http://www.w3.org/TR/xmlschema-2/">
+<cite>
+<ins class="diff-new">XML
+Schema
+Part
+2:
+Datatypes
+Second
+Edition
+</ins></cite>
+<del class="diff-old">Scalable
+Vector
+Graphics
+(SVG)
+1.0
+Specification
+,
+J.
+Ferraiolo
+(editor),
+4
+September
+2001,
+</del>
+</a>.
+<ins class="diff-chg">28
+October
+2004.
+</ins>
+W3C
+Recommendation.
+<del class="diff-old">This
+version
+of
+SVG
+is
+http://www.w3.org/TR/2001/REC-SVG-20010904.
+The
+latest
+version
+of
+SVG
+</del>
+<ins class="diff-chg">URL:
+</ins><a href="http://www.w3.org/TR/xmlschema-2/"><ins class="diff-chg">
+http://www.w3.org/TR/xmlschema-2/
+</ins>
+</a>
+<del class="diff-old">is
+at
+http://www.w3.org/TR/SVG.
+</del>
+</dd>
+<del class="diff-old">[SVG11]
+</del>
+</dl>
+</section>
+<section id="informative-references" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter">
+<h3 aria-level="2" role="heading" id="h3_informative-references">
+<span class="secno">
+<ins class="diff-chg">D.2
+</ins></span><ins class="diff-chg">
+Informative
+references
+</ins></h3><dl class="bibliography" about=""><dt id="bib-CHARMOD"><ins class="diff-chg">
+[CHARMOD]
+</ins>
+</dt>
+<dd rel="dcterms:references">
+<ins class="diff-chg">Martin
+Dürst;
+François
+Yergeau;
+Richard
+Ishida;
+Misha
+Wolf;
+Tex
+Texin
+et
+al.
+</ins><a href="http://www.w3.org/TR/charmod/">
+<cite>
+<ins class="diff-new">Character
+Model
+for
+the
+World
+Wide
+Web
+1.0:
+Fundamentals
+</ins></cite>
+<del class="diff-old">Scalable
+Vector
+Graphics
+(SVG)
+1.1
+Specification
+,
+J.
+Ferraiolo,
+J.
+FUJISAWA,
+D.
+Jackson
+(editors),
+14
+January
+2003,
+</del>
+</a>.
+<ins class="diff-chg">15
+February
+2005.
+</ins>
+W3C
+Recommendation.
+<del class="diff-old">This
+version
+of
+SVG
+is
+http://www.w3.org/TR/2003/REC-SVG11-20030114/.
+The
+latest
+version
+of
+SVG
+</del>
+<ins class="diff-chg">URL:
+</ins><a href="http://www.w3.org/TR/charmod/"><ins class="diff-chg">
+http://www.w3.org/TR/charmod/
+</ins>
+</a>
+<del class="diff-old">is
+at
+http://www.w3.org/TR/SVG11.
+</del>
+</dd>
+<del class="diff-old">[XPATH]
+</del>
+<dt id="bib-IANA-MEDIA-TYPES">
+<ins class="diff-chg">[IANA-MEDIA-TYPES]
+</ins>
+</dt>
+<dd rel="dcterms:references">
+<cite>
+<del class="diff-old">XML
+Path
+Language
+(XPath)
+Version
+1.0
+</del>
+<a href="http://www.iana.org/assignments/media-types/">
+<ins class="diff-chg">MIME
+Media
+Types
+</ins>
+</a>
+<del class="diff-old">,
+J.
+Clark
+and
+S.
+DeRose,
+Editors.
+World
+Wide
+Web
+Consortium,
+16
+November
+1999.
+This
+version
+of
+XPath
+is
+http://www.w3.org/TR/1999/REC-xpath-19991116.
+</del>
+</cite>.
+The
+<del class="diff-old">latest
+version
+of
+XPath
+</del>
+<ins class="diff-chg">Internet
+Assigned
+Numbers
+Authority
+(IANA).
+The
+registration
+for
+application/rdf+xml
+</ins>
+is
+<ins class="diff-new">archived
+</ins>
+at
+<del class="diff-old">http://www.w3.org/TR/xpath.
+</del>
+<a href="http://www.w3.org/2001/sw/RDFCore/mediatype-registration">
+<ins class="diff-chg">http://www.w3.org/2001/sw/RDFCore/mediatype-registration
+</ins></a>.
+</dd>
+<del class="diff-old">[SAX2]
+</del>
+<dt id="bib-NFC">
+<ins class="diff-chg">[NFC]
+</ins>
+</dt>
+<dd rel="dcterms:references">
+<ins class="diff-chg">M.
+Davis,
+Ken
+Whistler.
+</ins><a href="http://www.unicode.org/reports/tr15/">
+<cite>
+<ins class="diff-new">TR15,
+Unicode
+Normalization
+Forms.
+</ins></cite>
+<del class="diff-old">SAX
+Simple
+API
+for
+XML,
+version
+2
+</del>
+</a>.
+<ins class="diff-chg">17
+September
+2010,
+URL:
+</ins><a href="http://www.unicode.org/reports/tr15/"><ins class="diff-chg">
+http://www.unicode.org/reports/tr15/
+</ins>
+</a>
+<del class="diff-old">,
+D.
+Megginson,
+SourceForge,
+5
+May
+2000.
+This
+document
+is
+http://sax.sourceforge.net/.
+</del>
+</dd>
+<del class="diff-old">[UNPARSING]
+</del>
+<dt id="bib-RDFMS">
+<ins class="diff-chg">[RDFMS]
+</ins>
+</dt>
+<dd rel="dcterms:references">
+<ins class="diff-chg">Ora
+Lassila;
+Ralph
+R.
+Swick.
+</ins>
+<cite>
+<del class="diff-old">Unparsing
+RDF/XML
+</del>
+<a href="http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/">
+<ins class="diff-chg">Resource
+Description
+Framework
+(RDF)
+Model
+and
+Syntax
+Specification
+</ins>
+</a>
+<del class="diff-old">,
+J.
+J.
+Carroll,
+HP
+Labs
+Technical
+Report,
+HPL-2001-294,
+2001.
+This
+document
+is
+available
+at
+http://www.hpl.hp.com/techreports/2001/HPL-2001-294.html.
+</del>
+</cite>.
+<ins class="diff-chg">22
+February
+1999.
+W3C
+Recommendation.
+URL:
+</ins><a href="http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/"><ins class="diff-chg">
+http://www.w3.org/TR/1999/REC-rdf-syntax-19990222
+</ins></a>.
+</dd>
+<dt id="bib-RELAXNG">
+[RELAXNG]
+</dt>
+<dd rel="dcterms:references">
+<ins class="diff-chg">James
+Clark
+and
+Murata
+Makoto,
+editors.
+</ins>
+<cite>
+<a href="http://www.oasis-open.org/committees/relax-ng/spec-20011203.html">
+RELAX
+NG
+Specification
+</a>
+<del class="diff-old">,
+James
+Clark
+and
+MURATA
+Makoto,
+Editors,
+</del>
+</cite>.
+OASIS
+Committee
+Specification,
+3
+December
+2001.
+<del class="diff-old">This
+version
+of
+RELAX&#160;NG
+is
+http://www.oasis-open.org/committees/relax-ng/spec-20011203.html.
+The
+</del>
+<ins class="diff-chg">Latest
+version:
+</ins>
+<a href="http://www.oasis-open.org/committees/relax-ng/spec.html">
+<del class="diff-old">latest
+version
+of
+the
+RELAX
+NG
+Specification
+is
+at
+http://www.oasis-open.org/committees/relax-ng/spec.html.
+</del>
+<ins class="diff-chg">http://www.oasis-open.org/committees/relax-ng/spec.html
+</ins></a>.
+</dd>
+<dt id="bib-RELAXNG-COMPACT">
+[RELAXNG-COMPACT]
+</dt>
+<dd rel="dcterms:references">
+<ins class="diff-chg">James
+Clark,
+editor.
+</ins>
+<cite>
+<a href="http://www.oasis-open.org/committees/relax-ng/compact-20021121.html">
+RELAX
+NG
+Compact
+Syntax
+</a>
+<del class="diff-old">,
+James
+Clark,
+Editor.
+</del>
+</cite>.
+OASIS
+Committee
+Specification,
+21
+November
+2002.
+<del class="diff-old">This
+document
+is
+http://www.oasis-open.org/committees/relax-ng/compact-20021121.html.
+</del>
+<ins class="diff-chg">URI:
+</ins><a href="http://www.oasis-open.org/committees/relax-ng/compact-20021121.html"><ins class="diff-chg">
+http://www.oasis-open.org/committees/relax-ng/compact-20021121.html
+</ins></a>.
+</dd>
+<del class="diff-old">[RDF-IN-XHTML]
+</del>
+<dt id="bib-RFC2119">
+<ins class="diff-chg">[RFC2119]
+</ins>
+</dt>
+<dd rel="dcterms:references">
+<ins class="diff-chg">S.
+Bradner.
+</ins><a href="http://www.ietf.org/rfc/rfc2119.txt">
+<del class="diff-old">RDF
+</del>
+<cite>
+<ins class="diff-chg">Key
+words
+for
+use
+</ins>
+in
+<del class="diff-old">HTML:
+Approaches
+</del>
+<ins class="diff-chg">RFCs
+to
+Indicate
+Requirement
+Levels.
+</ins></cite>
+<del class="diff-old">,
+Sean
+B.
+Palmer,
+2002
+[RFC-2731]
+</del>
+</a>
+<ins class="diff-chg">March
+1997.
+Internet
+</ins>
+RFC
+<del class="diff-old">2731
+&mdash;
+Encoding
+Dublin
+Core
+Metadata
+in
+HTML
+</del>
+<ins class="diff-chg">2119.
+URL:
+</ins><a href="http://www.ietf.org/rfc/rfc2119.txt"><ins class="diff-chg">
+http://www.ietf.org/rfc/rfc2119.txt
+</ins>
+</a>
+<del class="diff-old">,
+John
+Kunze,
+DCMI,
+December
+1999.
+</del>
+</dd>
+<del class="diff-old">[XML-SCHEMA1]
+</del>
+<dt id="bib-RFC3986">
+<ins class="diff-chg">[RFC3986]
+</ins>
+</dt>
+<dd rel="dcterms:references">
+<ins class="diff-chg">T.
+Berners-Lee;
+R.
+Fielding;
+L.
+Masinter.
+</ins><a href="http://www.ietf.org/rfc/rfc3986.txt">
+<cite>
+<ins class="diff-new">Uniform
+Resource
+Identifier
+(URI):
+Generic
+Syntax
+(RFC
+3986)
+</ins></cite>
+<del class="diff-old">XML
+Schema
+Part
+1:
+Structures
+</del>
+</a>.
+<ins class="diff-chg">January
+2005.
+RFC.
+URL:
+</ins><a href="http://www.ietf.org/rfc/rfc3986.txt"><ins class="diff-chg">
+http://www.ietf.org/rfc/rfc3986.txt
+</ins>
+</a>
+<del class="diff-old">,
+H.S.
+Thompson,
+D.
+Beech,
+M.
+Maloney,
+N.
+Mendelsohn,
+Editors,
+World
+Wide
+Web
+Consortium
+Recommendation,
+2
+May
+2001.
+This
+version
+of
+XML
+Schema
+Part
+1:
+Structures
+is
+http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/.
+The
+latest
+version
+of
+XML
+Schema
+Part
+1:
+Structures
+is
+at
+http://www.w3.org/TR/xmlschema-1.
+</del>
+</dd>
+<del class="diff-old">[XML-SCHEMA2]
+</del>
+<dt id="bib-SAX">
+<ins class="diff-chg">[SAX]
+</ins>
+</dt>
+<dd rel="dcterms:references">
+<ins class="diff-chg">D.
+Megginson,
+et
+al.
+</ins><a href="http://www.megginson.com/downloads/SAX/">
+<cite>
+<del class="diff-old">XML
+Schema
+Part
+2:
+Datatypes
+,
+P.V.
+Biron,
+A.
+Malhotra,
+Editors,
+World
+Wide
+Web
+Consortium
+Recommendation,
+2
+May
+2001.
+This
+version
+of
+XML
+Schema
+Part
+2:
+Datatypes
+is
+http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/.
+</del>
+<ins class="diff-chg">SAX:
+</ins>
+The
+<del class="diff-old">latest
+version
+of
+XML
+Schema
+Part
+2:
+Datatypes
+is
+at
+http://www.w3.org/TR/xmlschema-2.
+A
+Syntax
+Schemas
+(Informative)
+This
+appendix
+contains
+XML
+schemas
+for
+validating
+RDF/XML
+forms.
+These
+are
+example
+schemas
+for
+information
+only
+and
+are
+not
+part
+of
+this
+specification.
+A.1
+RELAX&#160;NG
+Compact
+Schema
+(Informative)
+This
+is
+an
+example
+schema
+in
+RELAX&#160;NG
+Compact
+(for
+ease
+of
+reading)
+</del>
+<ins class="diff-chg">Simple
+API
+</ins>
+for
+<del class="diff-old">RDF/XML.
+Applications
+can
+also
+use
+the
+RELAX&#160;NG
+</del>
+XML
+<del class="diff-old">version
+</del>
+</cite>
+</a>.
+<del class="diff-old">These
+formats
+are
+described
+in
+RELAX&#160;NG
+(
+[RELAXNG]
+)
+and
+RELAX&#160;NG
+Compact
+(
+[RELAXNG-COMPACT]
+</del>
+<ins class="diff-chg">May
+1998.
+URL:
+</ins><a href="http://www.megginson.com/downloads/SAX/"><ins class="diff-chg">
+http://www.megginson.com/downloads/SAX/
+</ins>
+</a>
+<del class="diff-old">).
+</del>
+</dd>
+<dt id="bib-STRIPEDRDF">
+<ins class="diff-chg">[STRIPEDRDF]
+</ins></dt><dd rel="dcterms:references"><ins class="diff-chg">
+D.
+Brickley.
+</ins><cite>
+<del class="diff-old">Note:
+The
+RNGC
+schema
+has
+been
+updated
+to
+attempt
+to
+match
+</del>
+<a href="http://www.w3.org/2001/10/stripes/">
+<ins class="diff-chg">RDF:
+Understanding
+</ins>
+the
+<del class="diff-old">grammar
+but
+this
+has
+not
+been
+checked
+or
+used
+to
+validate
+RDF/XML.
+RELAX
+NG
+Compact
+Schema
+for
+</del>
+<ins class="diff-chg">Striped
+</ins>
+RDF/XML
+<del class="diff-old">#
+# RELAX NG Compact Schema for RDF/XML Syntax
+#
+# This schema is for information only and NON-NORMATIVE
+#
+# It is based on one originally written by James Clark in
+# http://lists.w3.org/Archives/Public/www-rdf-comments/2001JulSep/0248.html
+# and updated with later changes.
+#
+namespace local = ""
+namespace rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+datatypes xsd = "http://www.w3.org/2001/XMLSchema-datatypes"
+start = doc
+# I cannot seem to do this in RNGC so they are expanded in-line
+# coreSyntaxTerms = rdf:RDF | rdf:ID | rdf:about | rdf:parseType | rdf:resource | rdf:nodeID | rdf:datatype
+# syntaxTerms = coreSyntaxTerms | rdf:Description | rdf:li
+# oldTerms    = rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID
+# nodeElementURIs       = * - ( coreSyntaxTerms | rdf:li | oldTerms )
+# propertyElementURIs   = * - ( coreSyntaxTerms | rdf:Description | oldTerms )
+# propertyAttributeURIs = * - ( coreSyntaxTerms | rdf:Description | rdf:li | oldTerms )
+# Also needed to allow rdf:li on all property element productions
+# since we can't capture the rdf:li rewriting to rdf_&lt;n&gt; in relaxng
+# Need to add these explicitly
+xmllang = attribute xml:lang { text }
+xmlbase = attribute xml:base { text }
+# and to forbid every other xml:* attribute, element
+doc = 
+  RDF | nodeElement
+RDF =
+  element rdf:RDF { 
+     xmllang?, xmlbase?, nodeElementList
+}
+nodeElementList = 
+  nodeElement*
+  # Should be something like:
+  #  ws* , (  nodeElement , ws* )*
+  # but RELAXNG does this by default, ignoring whitespace separating tags.
+nodeElement =
+  element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+                rdf:resource | rdf:nodeID | rdf:datatype | rdf:li |
+                rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID ) {
+      (idAttr | nodeIdAttr | aboutAttr )?, xmllang?, xmlbase?, propertyAttr*, propertyEltList
+  }
+  # It is not possible to say "and not things
+  # beginning with _ in the rdf: namespace" in RELAX NG.
+ws = 
+  " "
+  # Not used in this RELAX NG schema; but should be any legal XML
+  # whitespace defined by http://www.w3.org/TR/2000/REC-xml-20001006#NT-S
+propertyEltList = 
+  propertyElt*
+  # Should be something like:
+  #  ws* , ( propertyElt , ws* )*
+  # but RELAXNG does this by default, ignoring whitespace separating tags.
+propertyElt = 
+  resourcePropertyElt | 
+  literalPropertyElt | 
+  parseTypeLiteralPropertyElt |
+  parseTypeResourcePropertyElt |
+  parseTypeCollectionPropertyElt |
+  parseTypeOtherPropertyElt |
+  emptyPropertyElt
+resourcePropertyElt = 
+  element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+                rdf:resource | rdf:nodeID | rdf:datatype |
+                rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+                xml:* ) {
+      idAttr?, xmllang?, xmlbase?, nodeElement
+  }
+literalPropertyElt =
+  element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+                rdf:resource | rdf:nodeID | rdf:datatype |
+                rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+                xml:* ) {
+      (idAttr | datatypeAttr )?, xmllang?, xmlbase?, text 
+  }
+parseTypeLiteralPropertyElt = 
+  element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+                rdf:resource | rdf:nodeID | rdf:datatype |
+                rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+                xml:* ) {
+      idAttr?, parseLiteral, xmllang?, xmlbase?, literal 
+  }
+parseTypeResourcePropertyElt = 
+  element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+                rdf:resource | rdf:nodeID | rdf:datatype |
+                rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+                xml:* ) {
+      idAttr?, parseResource, xmllang?, xmlbase?, propertyEltList
+  }
+parseTypeCollectionPropertyElt = 
+  element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+                rdf:resource | rdf:nodeID | rdf:datatype |
+                rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+                xml:* ) {
+      idAttr?, xmllang?, xmlbase?, parseCollection, nodeElementList
+  }
+parseTypeOtherPropertyElt = 
+  element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+                rdf:resource | rdf:nodeID | rdf:datatype |
+                rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+                xml:* ) {
+      idAttr?, xmllang?, xmlbase?, parseOther, any
+  }
+emptyPropertyElt =
+   element * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+                 rdf:resource | rdf:nodeID | rdf:datatype |
+                 rdf:Description | rdf:aboutEach | rdf:aboutEachPrefix | rdf:bagID |
+                 xml:* ) {
+       idAttr?, (resourceAttr | nodeIdAttr)?, xmllang?, xmlbase?, propertyAttr*
+   }
+idAttr = 
+  attribute rdf:ID { 
+      IDsymbol 
+  }
+</del>
+<ins class="diff-chg">Syntax
+</ins></a>.<ins class="diff-chg">
+W3C,
+2001.
+URI:
+</ins><a href="http://www.w3.org/2001/10/stripes/"><ins class="diff-chg">
+http://www.w3.org/2001/10/stripes/
+</ins></a>.</cite>
+<del class="diff-old">nodeIdAttr = 
+  attribute rdf:nodeID { 
+      IDsymbol 
+  }
+</del>
+</dd>
+<dt id="bib-SVG10">
+<ins class="diff-chg">[SVG10]
+</ins></dt><dd rel="dcterms:references"><ins class="diff-chg">
+Jon
+Ferraiolo.
+</ins><a href="http://www.w3.org/TR/SVG/">
+<del class="diff-old">aboutAttr = 
+  attribute rdf:about { 
+      URI-reference 
+  }
+</del>
+<cite>
+<ins class="diff-chg">Scalable
+Vector
+Graphics
+(SVG)
+1.0
+Specification
+</ins></cite>
+<del class="diff-old">propertyAttr = 
+  attribute * - ( local:* | rdf:RDF | rdf:ID | rdf:about | rdf:parseType |
+                  rdf:resource | rdf:nodeID | rdf:datatype | rdf:li |
+                  rdf:Description | rdf:aboutEach |
+		  rdf:aboutEachPrefix | rdf:bagID |
+                  xml:* ) {
+      string
+  }
+</del>
+</a>.
+<ins class="diff-chg">4
+September
+2001.
+W3C
+Recommendation.
+URL:
+</ins><a href="http://www.w3.org/TR/SVG/"><ins class="diff-chg">
+http://www.w3.org/TR/SVG/
+</ins></a>
+<del class="diff-old">resourceAttr = 
+  attribute rdf:resource {
+      URI-reference 
+  }
+</del>
+</dd>
+<dt id="bib-SVG11">
+<ins class="diff-chg">[SVG11]
+</ins></dt><dd rel="dcterms:references"><ins class="diff-chg">
+Erik
+Dahlström;
+Patrick
+Dengler;
+Anthony
+Grasso;
+Chris
+Lilley;
+Cameron
+McCormack;
+Doug
+Schepers;
+Jonathan
+Watt;
+Jon
+Ferraiolo;
+Jun
+Fujisawa;
+Dean
+Jackson
+et
+al.
+</ins><a href="http://www.w3.org/TR/SVG11/">
+<del class="diff-old">datatypeAttr = 
+  attribute rdf:datatype {
+      URI-reference 
+  }
+</del>
+<cite>
+<ins class="diff-chg">Scalable
+Vector
+Graphics
+(SVG)
+1.1
+(Second
+Edition)
+</ins></cite>
+<del class="diff-old">parseLiteral = 
+  attribute rdf:parseType {
+      "Literal" 
+  }
+</del>
+</a>.
+<ins class="diff-chg">16
+August
+2011.
+W3C
+Recommendation.
+URL:
+</ins><a href="http://www.w3.org/TR/SVG11/"><ins class="diff-chg">
+http://www.w3.org/TR/SVG11/
+</ins></a>
+<del class="diff-old">parseResource = 
+  attribute rdf:parseType {
+      "Resource"
+  }
+</del>
+</dd>
+<dt id="bib-UNICODE">
+<ins class="diff-chg">[UNICODE]
+</ins></dt><dd rel="dcterms:references">
+<del class="diff-old">parseCollection = 
+  attribute rdf:parseType {
+      "Collection"
+  }
+</del>
+<a href="http://www.unicode.org/versions/latest/">
+<del class="diff-old">parseOther = 
+  attribute rdf:parseType {
+      text
+  }
+</del>
+<cite>
+<ins class="diff-chg">The
+Unicode
+Standard
+</ins></cite>
+<del class="diff-old">URI-reference = 
+  string
+</del>
+</a>.
+<ins class="diff-chg">URL:
+</ins><a href="http://www.unicode.org/versions/latest/"><ins class="diff-chg">
+http://www.unicode.org/versions/latest/
+</ins></a>
+<del class="diff-old">literal =
+  any
+</del>
+</dd>
+<dt id="bib-XMLBASE">
+<ins class="diff-chg">[XMLBASE]
+</ins></dt><dd rel="dcterms:references"><ins class="diff-chg">
+Jonathan
+Marsh;
+Richard
+Tobin.
+</ins><a href="http://www.w3.org/TR/xmlbase/">
+<del class="diff-old">IDsymbol = 
+  xsd:NMTOKEN
+</del>
+<cite>
+<ins class="diff-chg">XML
+Base
+(Second
+Edition)
+</ins></cite>
+<del class="diff-old">any =
+  mixed { element * { attribute * { text }*, any }* }
+</del>
+</a>.
+<ins class="diff-chg">28
+January
+2009.
+W3C
+Recommendation.
+URL:
+</ins><a href="http://www.w3.org/TR/xmlbase/"><ins class="diff-chg">
+http://www.w3.org/TR/xmlbase/
+</ins></a>
+</dd>
+<dt id="bib-XMLSCHEMA-1">
+<ins class="diff-new">[XMLSCHEMA-1]
+</ins></dt><dd rel="dcterms:references"><ins class="diff-new">
+Henry
+Thompson;
+David
+Beech;
+Murray
+Maloney;
+Noah
+Mendelsohn
+et
+al.
+</ins><a href="http://www.w3.org/TR/xmlschema-1/">
+<cite>
+<ins class="diff-chg">XML
+Schema
+Part
+1:
+Structures
+Second
+Edition
+</ins></cite>
+<del class="diff-old">B
+Revisions
+since
+Draft
+10
+October
+2003
+(Informative)
+Changes
+since
+10
+</del>
+</a>.
+<ins class="diff-chg">28
+</ins>
+October
+<del class="diff-old">2003
+second
+last
+call
+working
+draft
+These
+are
+are
+divided
+into
+non-editorial
+and
+editorial.
+The
+non-editorial
+changes
+also
+list
+consquential
+editorial
+changes.
+Editorial
+changes
+are
+those
+which
+do
+not
+result
+in
+any
+change
+in
+the
+meaning
+of
+an
+RDF
+document
+or
+the
+behaviour
+of
+an
+RDF
+application.
+Appendix
+B.1:
+Non-Editorial
+Revisions
+None
+Appendix
+B.2:
+Editorial
+Revisions
+German
+Translation
+Fix
+the
+German
+in
+Example
+8
+in
+section
+2.7
+after
+the
+comment
+by
+Benjamin
+Nowack
+</del>
+<ins class="diff-chg">2004.
+W3C
+Recommendation.
+URL:
+</ins><a href="http://www.w3.org/TR/xmlschema-1/"><ins class="diff-chg">
+http://www.w3.org/TR/xmlschema-1/
+</ins>
+</a>
+</dd>
+<del class="diff-old">No
+property
+attributes
+on
+rdf:parseType="Resource"
+</del>
+<dt id="bib-XPATH">
+<ins class="diff-chg">[XPATH]
+</ins>
+</dt>
+<del class="diff-old">2.5
+Update
+to
+reflect
+the
+syntax
+definition
+that
+property
+attributes
+cannot
+be
+used
+with
+rdf:parseType="Resource"
+as
+pointed
+out
+by
+comment
+by
+Sabadello
+2003-10-30
+</del>
+<dd rel="dcterms:references">
+<ins class="diff-chg">James
+Clark;
+Steven
+DeRose.
+</ins><a href="http://www.w3.org/TR/xpath"><cite><ins class="diff-chg">
+XML
+Path
+Language
+(XPath)
+Version
+1.0
+</ins></cite></a>.<ins class="diff-chg">
+16
+November
+1999.
+W3C
+Recommendation.
+URL:
+</ins><a href="http://www.w3.org/TR/xpath"><ins class="diff-chg">
+http://www.w3.org/TR/xpath
+</ins>
+</a>
+</dd>
+<del class="diff-old">URI
+Encoding
+</del>
+<dt id="bib-XPATH-DATAMODEL-30">
+<ins class="diff-chg">[XPATH-DATAMODEL-30]
+</ins>
+</dt>
+<del class="diff-old">6.1.6
+,
+6.1.8
+,
+6.1.9
+after
+proposal
+by
+Jeremy
+Carroll
+</del>
+<dd rel="dcterms:references">
+<ins class="diff-chg">Norman
+Walsh;
+Anders
+Berglund;
+John
+Snelson.
+</ins><a href="http://www.w3.org/TR/xpath-datamodel-30/">
+<del class="diff-old">6.1.2
+,
+6.1.4
+Added
+element/attribute
+URI-string-value
+accessors
+7.2.11
+,
+7.2.21
+Added
+use
+of
+new
+uri
+event
+for
+the
+rdf:type
+cases
+7.2.11
+(&lt;e.URI&gt;
+</del>
+<cite>
+<ins class="diff-chg">XQuery
+</ins>
+and
+<del class="diff-old">&lt;a.URI&gt;),
+7.2.15
+(&lt;e.URI&gt;)
+7.2.16
+(&lt;e.URI&gt;)
+7.2.17
+(&lt;e.URI&gt;)
+7.2.18
+(&lt;e.URI&gt;)
+7.2.19
+(&lt;e.URI&gt;
+twice)
+7.2.21
+(&lt;e.URI&gt;
+twice,
+&lt;a.URI&gt;
+once)
+changed
+from
+X.URI
+to
+X.URI-string-value
+(anywhere
+"&lt;".."&gt;"
+appeared
+in
+the
+grammar
+action
+without
+a
+hardcoded
+URI
+reference)
+7.2.32
+Replace
+action
+wording
+with
+"An
+RDF
+URI
+reference"
+All
+changed
+as
+outlined
+in
+proposal
+2003-10-06
+after
+comment
+by
+Patel-Schneider
+2003-10-29
+Appendix
+B.3:
+Issues
+requiring
+no
+document
+revisions
+None
+</del>
+<ins class="diff-chg">XPath
+Data
+Model
+3.0
+</ins></cite>
+</a>.
+<ins class="diff-new">22
+October
+2013.
+W3C
+Proposed
+Recommendation.
+URL:
+</ins><a href="http://www.w3.org/TR/xpath-datamodel-30/"><ins class="diff-new">
+http://www.w3.org/TR/xpath-datamodel-30/
+</ins>
+</a>
+</dd>
+<dt id="bib-XPATH-FUNCTIONS-30">
+<ins class="diff-chg">[XPATH-FUNCTIONS-30]
+</ins></dt><dd rel="dcterms:references"><ins class="diff-chg">
+Michael
+Kay.
+</ins><a href="http://www.w3.org/TR/xpath-functions-30/">
+<cite>
+<ins class="diff-chg">XPath
+and
+XQuery
+Functions
+and
+Operators
+3.0
+</ins></cite>
+</a>.
+<ins class="diff-new">22
+October
+2013.
+W3C
+Proposed
+Recommendation.
+URL:
+</ins><a href="http://www.w3.org/TR/xpath-functions-30/"><ins class="diff-new">
+http://www.w3.org/TR/xpath-functions-30/
+</ins>
+</a>
+</dd>
+</dl>
+</section>
+</section>
+</body>
+</html>
+