- From: Manuel Vázquez Acosta <manu@chasqui.cu>
- Date: Tue, 31 Aug 2004 21:51:30 -0400
- To: "www-rdf-interest" <www-rdf-interest@w3.org>
I downloaded the code (C#) of Drive RDF, and notice some undesired behaviors, particularly related with the namespaces prefixes in RdfXmlParser.cs. Take a chunked snapshot: if(root.Name != "rdf:RDF") { if(root.Name.ToLower() == "rdf") OnWarning("Unqualified use of rdf as the root element name."); else OnWarning("Root element of an RDF document must be rdf:RDF"); } Which means this parser would not be able to process "unconventional" prefixes, i.e: the doc: <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> </RDF> It cannot be parsed by this RdfXmlParser.cs. Similarly with the doc: <r:RDF xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> </r:RDF> (And I think I've seen many docs using that prefix instead of rdf) I'm sorry I've not much time to report this to the author (assume this is the report). Manu. > -----Original Message----- > From: www-rdf-interest-request@w3.org [mailto:www-rdf-interest- > request@w3.org] On Behalf Of J.Zhu > Sent: Tuesday, August 31, 2004 11:41 AM > To: Kianoush Eshaghi; RDF interesting groupe > Subject: RE: I need a RDFS Parser/Validator > > > How about Drive RDF parser? > http://www.driverdf.org/ > > Jianhan > > -----Original Message----- > From: Kianoush Eshaghi [mailto:Kianoush.Eshaghi@metadat.at] > Sent: 31 August 2004 16:21 > To: 'RDF interesting groupe' > Subject: I need a RDFS Parser/Validator > > > > Hi, > > I am looking for a appropriate RDFS validator, which is able to have the > following abilities: > > 1. It should validate a defined RDF vocabulary (RDFS), whether it > satisfies the RDF Schema specification, which has been recommended by > W3C. 2. It should give a report about the classes and properties. 3. It > would be nice, if the validator could validate some instances against a > given RDF vocabulary (RDFS). > > freundliche Gruesse / best regards > Dipl.-Ing. Kianoush Eshaghi T +43 1 74040-652 > METADAT - The Architect for Knowledge Networks > >
Received on Wednesday, 1 September 2004 01:53:20 UTC