- From: <tarod@softhome.net>
- Date: Fri, 02 Nov 2001 09:34:26 GMT
- To: melnik@db.stanford.edu
- Cc: www-rdf-interest@w3.org
  Who is maintaining this proposal to standard? because the parser that
generates the model using a rdf file doesn't work as the syntax of rdf
specify.
  Is anybody working on that issue?
  Thanks,
         Marc
  PD: Example that the parser don't understand but the validator in
http://www.w3.org/rdf/validator does.
<?xml version="1.0" encoding="UTF-8"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
				xmlns:menu="http://www.aresa.com/rdf#">
	    
<RDF:Description RDF:about="urn:menu:comercial:participes">
	<menu:name>Participes</menu:name>
</RDF:Description>
<RDF:Description RDF:about="urn:menu:comercial:participes:busqueda">
	<menu:name>Busqueda</menu:name>
</RDF:Description>
<RDF:Seq RDF:about="urn:menu:lateral">
	<RDF:li>
		<RDF:Description RDF:about="urn:menu:comercial:participes">
		    <RDF:type
RDF:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>		
		    <RDF:li RDF:resource="urn:menu:comercial:participes:busqueda"/>
		</RDF:Description>		
	</RDF:li>
</RDF:Seq>
</RDF:RDF>
Received on Friday, 2 November 2001 05:10:17 UTC