You'll need to take a look at exposing Neo4j as an RDF store, a SAIL
rather. So take a look at:

  http://components.neo4j.org/neo4j-rdf/
  http://components.neo4j.org/neo4j-rdf-sail/

Those sites have slightly outdated examples, but will get fixed during the day!

So then when you have your Neo4j SAIL instance you could use already
existing tools (like RIO, http://www.openrdf.org/doc/rio/api/) to
import such RDF data from file.

2010/2/3 francis adediran <[email protected]>:
> 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
>



-- 
Mattias Persson, [[email protected]]
Neo Technology, www.neotechnology.com
_______________________________________________
Neo mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to