RDF ¼¯ºÏ
RDF ¼¯ºÏÓÃÓÚÃèÊö½ö°üº¬Ö¸¶¨³ÉÔ±µÄ×é¡£
rdf:parseType="Collection" ÊôÐÔ
ÕýÈçÔÚÇ°ÃæµÄÕ½ÚËù¿´µ½µÄ£¬ÎÒÃÇÎÞ·¨¹Ø±ÕÒ»¸öÈÝÆ÷¡£ÈÝÆ÷¹æ¶¨ÁËËù°üº¬µÄ×ÊԴΪ³ÉÔ± - ËüûÓй涨ÆäËûµÄ³ÉÔ±ÊDz»±»ÔÊÐíµÄ¡£
RDF ¼¯ºÏÓÃÓÚÃèÊö½ö°üº¬Ö¸¶¨³ÉÔ±µÄ×é¡£
¼¯ºÏÊÇͨ¹ýÊôÐÔ rdf:parseType="Collection" À´ÃèÊöµÄ¡£
ʵÀý
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cd="http://recshop.fake/cd#">
<rdf:Description
rdf:about="http://recshop.fake/cd/Beatles">
<cd:artist rdf:parseType="Collection"
>
<rdf:Description rdf:about="http://recshop.fake/cd/Beatles/George"/>
<rdf:Description rdf:about="http://recshop.fake/cd/Beatles/John"/>
<rdf:Description rdf:about="http://recshop.fake/cd/Beatles/Paul"/>
<rdf:Description rdf:about="http://recshop.fake/cd/Beatles/Ringo"/>
</cd:artist>
</rdf:Description>
</rdf:RDF>