- From: Aldo Bucchi <aldo.bucchi@gmail.com>
- Date: Thu, 14 Sep 2006 23:41:58 -0400
- To: semantic-web@w3.org
Hi all,
This is a very very simple question... but I am trying to interiorize
myself with containers...
having:
graphA =
<rdf:Description
 rdf:about="http://www.recshop.fake/cd/Beatles">
 <cd:artist>John</cd:artist>
</rdf:Description>
graphB =
<rdf:Description
 rdf:about="http://www.recshop.fake/cd/Beatles">
 <cd:artist>Paul</cd:artist>
</rdf:Description>
graphC =
<rdf:Description
 rdf:about="http://www.recshop.fake/cd/Beatles">
 <cd:artist>
   <rdf:Bag>
     <rdf:li>John</rdf:li>
     <rdf:li>Paul</rdf:li>
   </rdf:Bag>
  </cd:artist>
</rdf:Description>
does the following hold true?
graphA U graphB = graphC
Can anyone point to advanced material on containers and collections??
Thanks,
Aldo
-- 
::::: Aldo Bucchi :::::
mobile (56) 8 429 8300
Received on Friday, 15 September 2006 03:42:05 UTC