NOTE-xml-infoset-rdfs-20010406
4.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>An RDF Schema for the XML Information Set</title>
<style type="text/css">
code { font-family:
monospace; } div.constraint, div.issue, div.note, div.notice {
margin-left: 2em; } dt.label { display: run-in; } li p
{ margin-top: 0.3em;
margin-bottom: 0.3em; } </style>
<link rel="stylesheet" type="text/css"
href="http://www.w3.org/StyleSheets/TR/W3C-NOTE"/>
<meta http-equiv="Content-Type" content="text/html"/>
</head>
<body>
<div class="head">
<p>
<a href="http://www.w3.org/">
<img src="http://www.w3.org/Icons/w3c_home" alt="W3C" height="48" width="72"/>
</a>
</p>
<h1>An RDF Schema for the XML Information Set</h1>
<h2>W3C Note 6 April 2001</h2>
<dl>
<dt>This version:</dt>
<dd>
<a href="http://www.w3.org/TR/2001/NOTE-xml-infoset-rdfs-20010406">
http://www.w3.org/TR/2001/NOTE-xml-infoset-rdfs-20010406
</a>
</dd>
<dt>Latest version:</dt>
<dd>
<a href="http://www.w3.org/TR/xml-infoset-rdfs">
http://www.w3.org/TR/xml-infoset-rdfs
</a>
</dd>
<dt>Editor:</dt>
<dd>Richard Tobin</dd>
</dl>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#Copyright"> Copyright</a>
©2001 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup>
(<a href="http://www.lcs.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
href="http://www.inria.fr/"><abbr lang="fr" title="Institut National de Recherche en Informatique et
Automatique">INRIA</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#Legal_Disclaimer">liability</a>, <a
href="http://www.w3.org/Consortium/Legal/ipr-notice-20000612#W3C_Trademarks">trademark</a>, <a
href="http://www.w3.org/Consortium/Legal/copyright-documents-19990405">document use</a> and <a
href="http://www.w3.org/Consortium/Legal/copyright-software-19980720">software licensing</a> rules apply.</p>
</div>
<hr />
<div id="abstractid">
<h2><a name="abstract"></a>Abstract</h2>
<p>
This W3C Note defines an RDF schema for the XML Infoset.
</p>
</div>
<div id="statusid">
<h2><a name="status"></a>Status of this document</h2>
<p>This is a W3C Note produced by the
<a href="http://www.w3.org/XML/Activity#core-wg">XML Core Working Group</a>
to supplement the XML Infoset specification. It is not a normative
part of that specification.
</p>
<p>
This document is a work in progress representing the current
consensus of the XML Core Working Group. Publication as a Note does
not imply endorsement by the W3C membership.
</p>
<p>
Comments on and corrections to this Note and the RDF schema itself
may be sent to the public mailing list
<a href="mailto:www-xml-infoset-comments@w3.org">
www-xml-infoset-comments@w3.org</a>.
An archive is available at
<a href="http://lists.w3.org/Archives/Public/www-xml-infoset-comments/">
http://lists.w3.org/Archives/Public/www-xml-infoset-comments/</a>.
</p>
<p>
A list of current W3C technical documents can be found at the <a
href="http://www.w3.org/TR/">Technical Reports</a> page.
</p>
</div>
<div class="toc">
<h2><a name="contents">Table of Contents</a></h2>
<p class="toc">
1. <a href="#over">Overview</a><br />
2. <a href="#ref">References</a><br />
</p>
</div>
<div class="body">
<div class="div1">
<h2><a name="over">1. Overview</a></h2>
<p>
The XML Infoset specification <a href="#infoset-ref">[1]</a> defines a
number of Information Items and their properties. The referenced RDF
schema <a href="#rdf-schema-ref">[2]</a> is a formal description of the
Infoset. We hope that it will be useful as an aid to understanding
the Infoset and, perhaps, for validating infosets serialized as RDF
instances.
</p>
<p>
It should be emphasized that this RDF schema is not normative. It is
not the only RDF schema that could be constructed for the Infoset, and
non-RDF serializations of the Infoset may also be useful.
</p>
<p>
There is a comment near the top of the schema specifying the
version of the XML Infoset specification that it corresponds to.
If errors are found in the schema it will be corrected without
changing its namespace name. If the schema is changed to correspond
to a new version of the Infoset, the namespace name will be changed.
</p>
</div>
<div class="div1">
<h2><a name="ref">2. References</a></h2>
<ul>
<li>
<a name="infoset-ref">[1]</a>
<a href="http://www.w3.org/TR/2001/WD-xml-infoset-20010316">
XML Information Set
</a>
W3C, eds John Cowan, Richard Tobin. 16 Marcg 2001. See also: <a href="http://www.w3.org/TR/xml-infoset">latest version</a>
</li>
<li>
<a name="rdf-schema-ref">[2]</a>
<a href="http://www.w3.org/2001/04/infoset">
An RDF Schema for the XML Information Set - the schema itself
</a>
W3C, ed Richard Tobin. 06 April 2001.
</li>
</ul>
</div>
</div>
<hr />
</body>
</html>