<style type="text/css"><!-- #headings { float:none; } #chumpings { float:left; width: 70%; } #navings { float:right; width: 20%; } #searches { float:right; width: 20%; } #blurb { float:right; width: 20%; } --></style>
Simple dumb RDF parser script for perl
zool: yay
mattb: as with ruby rdf parser, runs XSLT over your RDF/XML to make ntriples then parses those
mattb: spits out mysql insert statements ready for querying with my rdf sql query stuff
mattb: XSLT taken from the rubyrdf distribution
mattb: uses XML::LibXML and XML::LibXSLT