<?xml version="1.0" encoding="utf-8" ?>

<rdf:RDF       xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
	xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
	xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/" 
	xmlns:n2="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.1#"
        xmlns="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.1#"
	>

<rdf:Description>
<return rdf:parseType="Resource">
   <!-- xsi:type="n2:Info" --> 
   <!--n2:Info from 'return' becomes the rdf type of the resource -->
   <rdf:type rdf:resource="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.1#Info"/>

  <update>2001-06-18T08:43:46Z</update>
  <!-- xsi:type="xsd:dateTime" -->

  <owner rdf:parseType="Resource">
   <!-- xsi:type="n2:Owner  -->
<rdf:type rdf:resource="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.1#Owner"/>
    <!-- removed xsi:type=xsd:string from next three -->
    <email>hd@rubylinks.de</email>
    <id>hd@rubylinks.de-Hans-Dieter Stich</id>
    <name>Hans-Dieter Stich</name>
  </owner>

  <product rdf:parseType="Resource">
    <!--  xsi:type="n2:Product -->
    <!-- n2:Product becomes the rdf type of the resource -->
<rdf:type rdf:resource="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.1#Product"/>

    <!-- removed xsi:type=xsd:string from each of these elements... -->
    <download>http://www.rubylinks.de/download/ruby-spread-0.1.tar.gz</download>
    <homepage>http://www.rubylinks.de/</homepage>
    <status>just started, first alpha release</status>
    <description>Ruby/Spread is an interface to 
	the Spread Library at&#xd;&#xd;&#xd;&#xd;
	http://www.spread.org/. Spread is a toolkit and daemon that&#xd;&#xd;&#xd;&#xd;
	provides multicast and group communications support to&#xd;&#xd;&#xd;&#xd;
	applications across local and wide area networks. Spread is&#xd;&#xd;&#xd;&#xd;
	designed to make it easy to write groupware, networked&#xd;&#xd;&#xd;&#xd;
	multimedia, reliable server, and collaborative work&#xd;&#xd;&#xd;&#xd;
	applications.
     </description>
     <version>0.1</version>
     <license>LGPL</license>
     <name>Ruby/Spread</name>
   </product>

  <category rdf:parseType="Resource">
   <!-- xsi:type="n2:Category"  -->
<rdf:type rdf:resource="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.1#Category"/>
   <minor>Distributed Communication</minor>
   <major>Library</major>
  </category>

</return>

</rdf:Description>

</rdf:RDF>

