- From: Jonas Liljegren <jonas@paranormal.o.se>
- Date: Mon, 28 Feb 2000 22:47:10 +0100
- To: martind@netfolder.com, RDF Intrest Group <www-rdf-interest@w3.org>
Didier PH Martin wrote:
>
> <myElement xlink:type="simple"
> xlink:href="your resource link here">
> <dc:description>your description</dc:description>
> <dc:author>the author here</dc:author>
> etc....
> </myElement>
Would this be the same as
<rdf:Description about="your resource link here">
<dc:description>your description</dc:description>
<dc:author>the author here</dc:author>
etc....
</rdf:Description>
--
/ Jonas - http://paranormal.o.se/myself/cv/index.html
Received on Monday, 28 February 2000 16:44:41 UTC