@prefix rddl: <whatever#>.
@prefix xmls: <whgatever2#>.

<> a rddl:Namespace;
   rddl:validation [
	rddl:nature   	xmls:Schema;
	rddl:title 	"Validate";
	rddl:prose 	"Use this to validate this document";
	rddl:related	<http://example.org/L.xsd>];
   rddl:presentation [
	rddl:nature	 xmls:CSSStyleSheet;
	rddl:title 	"Color me pink";
	rddl:related	<http://garish.example.com/L.css>].
	
#ends