Hi guys, I'm just wondering whether Neo has a utility to read in the contents of an rdf file. Jena has this functionality
InputStream in = FileManager.*get*().open( filename); *this*.model.read(in, *null*); in.close(); but does Neo4j has this. It will be cool if one can read in an rdf data file and perform some node-type query and processing. -- Francis _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

