13 lines
		
	
	
		
			491 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			491 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0"?>
 | |
| <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 | |
|          xmlns:ex="http://example.org/stuff/1.0/">
 | |
|   <rdf:Description rdf:about="http://example.org/basket">
 | |
|     <ex:hasFruit rdf:ID="l1" rdf:parseType="Collection">
 | |
|       <rdf:Description rdf:about="http://example.org/banana"/>
 | |
|       <rdf:Description rdf:about="http://example.org/apple"/>
 | |
|       <rdf:Description rdf:about="http://example.org/pear"/>
 | |
|     </ex:hasFruit>
 | |
|   </rdf:Description>
 | |
| </rdf:RDF>
 | |
| 
 |