You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
177 lines
4.9 KiB
177 lines
4.9 KiB
<!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>
|