Hi, I'm trying to use neo4j rdf component. I have downloaded the zipped archive from the download page http://neo4j.org/download/. included them in my class path. and every thing is working fine
now i would like to work with rdf data but i'm unable to use the Rdf store and VerboseQuadStore as explained here http://components.neo4j.org/neo4j-rdf/ * import* org.neo4j.api.core.*; * import* org.neo4j.util.index.IndexService; * import* org.neo4j.util.index.LuceneIndexService; * import* *org.neo4j.rdf*.*; IndexService indexService = *new* LuceneIndexService( neo ); *RdfStore* store = *new* *VerboseQuadStore*( neo, indexService ); (underlined words are errors) Is there another jar file or archive that i need to download? or is my imports wrong? any suggestion would be much appreciated -- Francis _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

