<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Sorry for such a basic question, but I've searched 
everywhere for two days and can't find a usable answer :(&nbsp; What I am trying 
to do is create an RDF model that has containers, such as the example 
below:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>
<DIV><PRE>&lt;rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
xmlns:cd="http://www.recshop.fake/cd"&gt; </PRE><PRE>&lt;rdf:Description
 rdf:about="http://www.recshop.fake/cd/Beatles for Sale"&gt;
 &lt;cd:artist&gt;        
   &lt;rdf:Bag&gt;
     &lt;rdf:li&gt;John&lt;/rdf:li&gt;
     &lt;rdf:li&gt;Paul&lt;/rdf:li&gt;
     &lt;rdf:li&gt;George&lt;/rdf:li&gt;
     &lt;rdf:li&gt;Ringo&lt;/rdf:li&gt;
   &lt;/rdf:Bag&gt;
  &lt;/cd:artist&gt;
&lt;/rdf:Description&gt;</PRE><PRE>&lt;/rdf:RDF&gt;</PRE><PRE>Anyone know how to do this?  Examples in any languages are welcome, </PRE><PRE>but this project is in Python, so a python example would help me most!</PRE><PRE>&nbsp;</PRE></DIV></DIV></BODY></HTML>