Francis,
we have not released the surrounding components that are not contained
in the APOC as compliant snapshots. That means, you should check out
trunk from svn for the interesting components with e.g.

svn co https://svn.neo4j.org/components/neo-rdf/trunk/ neo-rdf
mvn install

And then use that deployed local SNAPSHOT version (0.6-SNAPSHOT).

Is that ok for you?

Cheers,

/peter neubauer

COO and Sales, Neo Technology

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org                - Your high performance graph database.
http://gremlin.tinkerpop.com    - PageRank in 2 lines of code.



On Wed, Jan 27, 2010 at 4:28 PM, francis adediran <[email protected]> wrote:
> 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
>
_______________________________________________
Neo mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to