16 lines
		
	
	
		
			434 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			434 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								<?xml version="1.0"?>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<!-- Example from REC-rdf-syntax, demonstrating literal value -->
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<rdf:RDF
							 | 
						||
| 
								 | 
							
								  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
							 | 
						||
| 
								 | 
							
								  xmlns:dc="http://purl.org/metadata/dublin_core#"> 
							 | 
						||
| 
								 | 
							
								  <rdf:Description about="http://www.foo.com/cool.html"> 
							 | 
						||
| 
								 | 
							
								    <dc:Creator>
							 | 
						||
| 
								 | 
							
								      <rdf:Seq ID="CreatorsAlphabeticalBySurname"
							 | 
						||
| 
								 | 
							
									rdf:_1="Mary Andrew"
							 | 
						||
| 
								 | 
							
									rdf:_2="Jacky Crystal"/>
							 | 
						||
| 
								 | 
							
								    </dc:Creator>
							 | 
						||
| 
								 | 
							
								  </rdf:Description> 
							 | 
						||
| 
								 | 
							
								</rdf:RDF>
							 |