Re: RDFXML Parser For "qualified Dublin Core" Database File

2007-05-30 Thread Steve Holden
Brandon McGinty wrote: > Hi, > Thanks for the info. The speed is fantastic. 58 mb in under 15 sec, just as > shown. > I did notice that in this rdf file, I can't do any sort of find or findall. > I haven't been able to find any documentation on how to search. For > instance, in perl, one can do a s

Re: RDFXML Parser For "qualified Dublin Core" Database File

2007-05-30 Thread Steve Holden
007 11:30 PM > To: python-list@python.org > Subject: Re: RDFXML Parser For "qualified Dublin Core" Database File > > Brandon McGinty wrote: >> Hi All, >> >> My goal is to be able to read the www.gutenberg.org >> <http://www.gutenberg.org/> rdf cat

Re: RDFXML Parser For "qualified Dublin Core" Database File

2007-05-29 Thread Steve Holden
Brandon McGinty wrote: > Hi All, > > My goal is to be able to read the www.gutenberg.org > rdf catalog, parse it into a python > structure, and pull out data for each record. > > The catalog is a Dublin core RDF/XML catalog, divided into sections for > each book and

RDFXML Parser For "qualified Dublin Core" Database File

2007-05-29 Thread Brandon McGinty
Hi All, My goal is to be able to read the www.gutenberg.org rdf catalog, parse it into a python structure, and pull out data for each record. The catalog is a Dublin core RDF/XML catalog, divided into sections for each book and details for that book. I have done a ve