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

<> a rddl:Namespace;
   rddl:validation <http://example.org/L.xsd>;
   rddl:presentation <http://garish.example.com/L.css>.

<http://example.org/L.xsd>
	a  xmls:Schema;
	rddl:title 	"Validate";
	rddl:prose 	"Use this to validate this document".

<http://garish.example.com/L.css>
	a xmls:CSSStyleSheet;
	rddl:title 	"Color me pink".
	
#ends