19 lines
		
	
	
		
			568 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			568 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#">
							 | 
						||
| 
								 | 
							
								  <rdf:Description
							 | 
						||
| 
								 | 
							
								    xmlns:dc="http://purl.org/metadata/dublin_core#"
							 | 
						||
| 
								 | 
							
								    xmlns="http://www.w3.org/TR/REC-mathml"
							 | 
						||
| 
								 | 
							
								    rdf:about="http://mycorp.com/papers/NobelPaper1">
							 | 
						||
| 
								 | 
							
								  
							 | 
						||
| 
								 | 
							
								    <dc:Title rdf:parseType="Literal">
							 | 
						||
| 
								 | 
							
								Ramifications of <apply><power/><apply><plus/><ci>a</ci><ci>b</ci></apply>
							 | 
						||
| 
								 | 
							
								<cn>2</cn></apply> to World Peace
							 | 
						||
| 
								 | 
							
								    </dc:Title>
							 | 
						||
| 
								 | 
							
								    <dc:Creator>David Hume</dc:Creator>
							 | 
						||
| 
								 | 
							
								  </rdf:Description>
							 | 
						||
| 
								 | 
							
								</rdf:RDF>
							 |