How can I iterate through the Freebase RDF data dump with a streaming parser and print the title of each entity and it's type ( type/object/type ) in PHP?
For example with expat: http://se2.php.net/manual/en/book.xml.php
or the new XML reader functions: http://se2.php.net/manual/en/book.xmlreader.php
or anything else that is a streaming parser that will parse the Freebase RDF data dump.