Form posted from Microsoft Internet Explorer.

report=Validator appears to treate "xmlns:type" as "rdf:type", and hence
reports it cannot be there. Perhaps this is a side-effect of a mechanism
that corrects for unqualified attributes?
RDF=<?xml version="1.0">
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:dcq="http://purl.org/dc/terms/"
	xmlns:dctype="http://purl.org/dc/dcmitype/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/">
	<dctype:Service rdf:about="http://www.spin.ie/jon/experimental/lang.asp">
		<dc:title>Language URI RDF Service</dc:title>
		<dc:description>An experimental web service which attempts to aid defining
URIs for identifying languages by serving RDF documents describing those
languages when their URIs are dereferenced.</dc:description>
		<dc:creator>
			<foaf:Person
				foaf:surname="Hanna"
				foaf:firstName="Jon"
				foaf:name="Jon Hanna"
				foaf:title="Mr."
				foaf:nick="Talliesin">
				<foaf:mbox rdf:resource="mailto:jon@spin.ie"/>
			</foaf:Person>
		</dc:creator>
		<dc:format><dcq:IMT rdf:value="application/rdf+xml"/></dc:format>
		<dcq:temporal>Limited</dcq:temporal>
	</dctype:Service>
</rdf:RDF>

Received on Thursday, 3 October 2002 08:58:29 UTC