<?xml version='1.0' encoding='iso-8859-1'?><?xml-stylesheet type='text/xsl' href='http://w3future.com/w3f/w3f.xsl' ?>
<html xmlns="http://www.w3.org/2002/06/xhtml2" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xf="http://www.w3.org/2002/xforms/cr" xml:lang="en" xml:base="http://w3future.com/weblog/2003/05/04.xml">
<head>
<title>Sunday, May 04, 2003 - Sjoerd Visscher's weblog</title>
<link rel="meta" type="application/rdf+xml" title="FOAF" href="http://w3future.com/people/sjoerd_visscher/foaf.rdf" />
</head>
<body>
<section id="content">
	<h>Sjoerd Visscher's weblog</h>
	<p>Pondering those web technologies that may change the future of the world wide web.</p>
	<section id="note">
		<h>Last Update</h>
		<p>10/16/2005; 1:27:02 AM</p>
		<p id="alternates" class="buttons">
			<l href="http://w3future.com/weblog/2003/05/04.xml?notransform" rel="alternate" type="application/xml" title="See this web page with XHTML 2.0 technology."><span>Try</span> XHTML 2.0</l>
			<l href="view-source:http://w3future.com/weblog/2003/05/04.xml?notransform" title="View the XHTML 2.0 source of this page."><span>Src</span> XHTML 2.0</l>
			<l href="http://w3future.com/tools/xr.pl?xr=http://w3future.com/xr/w3f.xml&amp;xml=http://w3future.com/weblog/2003/05/04.xml%3Fnotransform" rel="meta" type="application/rdf+xml" title="RDF metadata"><span>RDF</span> Metadata</l>
		</p>
		<xi:include href="http://w3future.com/w3f/buttons.xml" />
	</section><section>
  <h><a rel='prev' href='http://w3future.com/weblog/2003/04/25.xml#a192' title='Friday, April 25, 2003'>&lt;&#160;</a><a href="http://w3future.com/weblog/2003/05/04.xml">Sunday, May 04, 2003</a><a rel='next' href='http://w3future.com/weblog/2003/05/05.txt#a195' title='Monday, May 05, 2003'>&#160;&gt;</a></h>
<a name="a223"></a>
<section id="a223">
<h id='simpleSemanticResolution'><a href="http://w3future.com/weblog/2003/05/04.xml#a223" class="weblogItemTitle">Simple Semantic Resolution</a></h>
<p><a href="http://dannyayers.com/archives/001249.html">Danny Ayers released</a> <a href="http://ideagraph.net/xmlns/ssr/">Simple Semantic Resolution - RSS 2.0 Module</a>.</p>
<blockquote cite="http://ideagraph.net/xmlns/ssr/"><p>Put simply: an element is added to the source RSS 2.0 document which declares "this is RDF, and here is the mapping".</p></blockquote>
<p>It uses <a href="http://w3future.com/weblog/2002/09/09.xml">my RSS to RDF converter</a>.</p>
<p><a href="http://w3future.com/xr/">XR</a> is based on the experience of making that XSLT converter. I'm going to make an XR transformation that will do exactly the same as this RSS to RDF converter. SSR is also something that needs to be generalised to all XML documents. A possible solution could be adding a "target mime-type" attribute to <a href="http://www.w3.org/TR/xml-stylesheet/">the xml-stylesheet processing instruction</a>. It would look something like this:</p>
<pre class="code">
&lt;?xml-stylesheet type="application/x-xr+xml"
  target-type="application/rdf+xml"
  href="http://w3future.com/tools/xhtml2rdf.xml"?>
</pre>
</section><a name="a222"></a>
<section id="a222">
<h id='rdfExtractionFromXmlxr'><a href="http://w3future.com/weblog/2003/05/04.xml#a222" class="weblogItemTitle">RDF Extraction from XML (XR)</a></h>
<p><a href="http://w3future.com/xr/">XR (XML -> RDF) is a transformation format that indicates how RDF can be extracted from a certain XML format.</a> Once a transformation for a certian XML format is defined, RDF can be automatically extracted from every XML file in that format.</p>
<p>This is a work in progress, and comments are very welcome. The documentation needs a lot of work, but I hope the tutorial and the examples will be clear enough for some to play with this.</p>
</section>
</section>
<xi:include href='http://w3future.com/tools/rdf.php?about=http://w3future.com/weblog/2003/05/04.xml' /></section>
<section id="navigation"><xi:include href="http://w3future.com/w3f/sections.xml" /></section>
<section id="sidebar"><xi:include href="http://w3future.com/weblog/sidebars/weblog.opml" /></section>
</body>
</html>

