<?xml version="1.0" encoding="UTF-8" ?>
<!-- @ Copyright 2003 W3C (MIT, ERCIM, Keio), All Rights Reserved.
     See http://www.w3.org/Consortium/Legal/. @ -->

<!--
	Test Assertion: 12
	@author laura ricotti
	@version 1.2, 06/07/2007
-->

<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
	<conf:instruction>
	       In this test case we check that Resource Description Format (RDF) schema used 
	       in a metadata element  must be used in conjunction with the general metadata 
	       properties defined in the Dublin Core Metadata Initiative [DC]. 
    	</conf:instruction>
	<conf:test_markup>
		<speak version="1.1" xml:lang="en-US" xmlns="http://www.w3.org/2001/10/synthesis">
			<metadata>
				<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/TR/1999/PR-rdf-schema-19990303#" xmlns:dc="http://purl.org/metadata/dublin_core#">
					<!-- Metadata about the synthesis document -->
					<rdf:Description about="http://www.example.com/meta.ssml" dc:Title="Hamlet-like Soliloquy" dc:Description="Aldine's Soliloquy in the style of Hamlet" dc:Publisher="W3C" dc:Language="en" dc:Date="2002-11-29" dc:Rights="Copyright 2002 Aldine Turnbet" dc:Format="application/ssml+xml">
						<dc:Creator>
							<rdf:Seq ID="CreatorsAlphabeticalBySurname">
								<rdf:li>William Shakespeare</rdf:li>
								<rdf:li>Aldine Turnbet</rdf:li>
							</rdf:Seq>
						</dc:Creator>
					</rdf:Description>
				</rdf:RDF>
			</metadata>
			<s> Hello! </s>
		</speak>
	</conf:test_markup>
</conf:test>
