Re: [Neo] Question about RDF

2009-08-26 Thread Oleg Aravin
:)
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] Question about RDF

2009-08-26 Thread Mattias Persson
Great chipping in there Olivier with the last peace of this puzzle!

2009/8/26 Olivier Rossel :
> feel free to give us feedback on this list about your success in RDF
> management with neo4j.
>
> On Wed, Aug 26, 2009 at 11:43 AM, Oleg Aravin wrote:
>> Thank you Olivier!
>> ___
>> Neo mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>>
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Mattias Persson, [matt...@neotechnology.com]
Neo Technology, www.neotechnology.com
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] Question about RDF

2009-08-26 Thread Olivier Rossel
feel free to give us feedback on this list about your success in RDF
management with neo4j.

On Wed, Aug 26, 2009 at 11:43 AM, Oleg Aravin wrote:
> Thank you Olivier!
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] Question about RDF

2009-08-26 Thread Oleg Aravin
Thank you Olivier!
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] Question about RDF

2009-08-26 Thread Olivier Rossel
i have maintained a bridge called jena2sesame some time before. it
hides a SAIL inside a jena Model.

the source is here (currently in GPLv3)
http://datao.svn.sourceforge.net/viewvc/datao/3-Jena2Sesame/

probably it needs some refactoring (depending on the Sail and Jena versions).

hope it helps

On Wed, Aug 26, 2009 at 11:05 AM, Oleg Aravin wrote:
> Mattias thank you for you response.
> I look this components. Can you tell how can i transform
> com.hp.hpl.jena.rdf.model.Model to neo4j ?
>
>
>
> On Wed, Aug 26, 2009 at 12:36 PM, Mattias Persson > wrote:
>
>> Hi Oleg,
>>
>> Take a look at the neo-rdf and neo-rdf-sail components, they are
>> designed to turn neo4j into a triple/quad store!
>>
>> http://components.neo4j.org/neo-rdf/
>> http://components.neo4j.org/neo-rdf-sail/
>>
>> The neo-rdf-sail component is optional and just makes you use the
>> neo-rdf as a SAIL.
>>
>>
>> / Mattias
>>
>> 2009/8/26 Oleg Aravin :
>> >  Hi!
>> >  My name Oleg!
>> >  Please help me for resolve one problem. I have jena Model, particularly
>> an
>> > RDF representation of it. Then i read about neo4j and wanted to use neo4j
>> to
>> > work with my RDF model. I read documentation and search in google, but i
>> not
>> > found any way how to lod RDF (xml) model into neo4j classes. How can i do
>> > this? Is neo4j support this way or i must iterate my model and create
>> each
>> > relation?
>> >
>> >
>> >  I shall be grateful for the help.
>> > ___
>> > Neo mailing list
>> > User@lists.neo4j.org
>> > https://lists.neo4j.org/mailman/listinfo/user
>> >
>>
>>
>>
>> --
>> Mattias Persson, [matt...@neotechnology.com]
>> Neo Technology, www.neotechnology.com
>> ___
>> Neo mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>>
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] Question about RDF

2009-08-26 Thread Oleg Aravin
Mattias thank you for you response.
I look this components. Can you tell how can i transform
com.hp.hpl.jena.rdf.model.Model to neo4j ?



On Wed, Aug 26, 2009 at 12:36 PM, Mattias Persson  wrote:

> Hi Oleg,
>
> Take a look at the neo-rdf and neo-rdf-sail components, they are
> designed to turn neo4j into a triple/quad store!
>
> http://components.neo4j.org/neo-rdf/
> http://components.neo4j.org/neo-rdf-sail/
>
> The neo-rdf-sail component is optional and just makes you use the
> neo-rdf as a SAIL.
>
>
> / Mattias
>
> 2009/8/26 Oleg Aravin :
> >  Hi!
> >  My name Oleg!
> >  Please help me for resolve one problem. I have jena Model, particularly
> an
> > RDF representation of it. Then i read about neo4j and wanted to use neo4j
> to
> > work with my RDF model. I read documentation and search in google, but i
> not
> > found any way how to lod RDF (xml) model into neo4j classes. How can i do
> > this? Is neo4j support this way or i must iterate my model and create
> each
> > relation?
> >
> >
> >  I shall be grateful for the help.
> > ___
> > Neo mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
> >
>
>
>
> --
> Mattias Persson, [matt...@neotechnology.com]
> Neo Technology, www.neotechnology.com
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] Question about RDF

2009-08-26 Thread Mattias Persson
Hi Oleg,

Take a look at the neo-rdf and neo-rdf-sail components, they are
designed to turn neo4j into a triple/quad store!

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

The neo-rdf-sail component is optional and just makes you use the
neo-rdf as a SAIL.


/ Mattias

2009/8/26 Oleg Aravin :
>  Hi!
>  My name Oleg!
>  Please help me for resolve one problem. I have jena Model, particularly an
> RDF representation of it. Then i read about neo4j and wanted to use neo4j to
> work with my RDF model. I read documentation and search in google, but i not
> found any way how to lod RDF (xml) model into neo4j classes. How can i do
> this? Is neo4j support this way or i must iterate my model and create each
> relation?
>
>
>  I shall be grateful for the help.
> ___
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Mattias Persson, [matt...@neotechnology.com]
Neo Technology, www.neotechnology.com
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] Question about RDF

2009-08-26 Thread Oleg Aravin
 Hi!
 My name Oleg!
 Please help me for resolve one problem. I have jena Model, particularly an
RDF representation of it. Then i read about neo4j and wanted to use neo4j to
work with my RDF model. I read documentation and search in google, but i not
found any way how to lod RDF (xml) model into neo4j classes. How can i do
this? Is neo4j support this way or i must iterate my model and create each
relation?


 I shall be grateful for the help.
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user