mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 16:14:00 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			340 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			340 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0"?>
 | 
						|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
 | 
						|
  <!-- test that empty descriptions work with variants of the
 | 
						|
       about attribute -->
 | 
						|
  <rdf:Description rdf:about="http://example.org/resource/"/>
 | 
						|
 | 
						|
  <!-- Below is deprecated -->
 | 
						|
  <rdf:Description about="http://example.org/resource/"/>
 | 
						|
</rdf:RDF>
 |