Re: [Neo4j] can u help me genrate cypher query ?

2023-05-09 Thread 'Michael Hunger' via Neo4j
Hi Shreyans,

would you mind sending it as a post to https://community.neo4j.com

Thank you,

Cheers, Michael

Twitter  | LinkedIn
 | GitHub  |
Blog  | Mastodon

Neo4j Germany GmbH; Viktualienmarkt 8, 80331 München, DE; AG M HRB 252331;
GF Mike Asher, Emil Eifrém


On Tue, May 9, 2023 at 1:32 PM Shreyansh shah 
wrote:

> Hello Team, I am facing a bit of a work problem,
>
> So i am using metaphors in the problem.
>
> I have imported two ontology using neosemantics in neo4j from RDf/TTL file
>
> Ontology 1. Actor
> Ontology 2. Movie
>
> Now import is completed.
>
> Now i have a csv file where both ontology are mapped using "URI" present
> in SKOS properties.
> Column A is having uri's from movie and column 2 is having uri's from
> actor.
>
> How can i load this csv file to generate relationships b/w already
> imported ontology.
>
> Basically question is how can map ontologies based on uri matching via CSV
> ?
>
> If any one please help me .
>
> --
> You received this message because you are subscribed to the Google Groups
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to neo4j+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/neo4j/5e0cbac1-9480-4bb8-a164-eaab1811ae04n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/neo4j/CAKZwuWmTC4vn19myPFj_Hf2o%3D0KWHOpVBJhe2UE3vO3Pgp%2BHfQ%40mail.gmail.com.


Re: [Neo4j] Basic Neomodel db.cypher_query(...) that used to work, does no longer

2023-05-09 Thread 'Michael Hunger' via Neo4j
Hi Luna,

would you mind either opening this as an issue on the neomodel repository.
Or sending it as a post to https://community.neo4j.com

Thank you,

Cheers, Michael

Twitter  | LinkedIn
 | GitHub  |
Blog  | Mastodon

Neo4j Germany GmbH; Viktualienmarkt 8, 80331 München, DE; AG M HRB 252331;
GF Mike Asher, Emil Eifrém


On Tue, May 9, 2023 at 1:32 PM Luna Tuna  wrote:

> So here's a screenshot showing that it should work as in Neo4j browser:
>
> (See Untitled.png)
>
> The actual text of the query is:
>
>
> *MATCH (D:Diagram)-[:CONTAINS]->(X:Object), p=(X)-[:MAPS_TO*]->(:Object) 
> WHERE D.uid = 'abaaa79c616e40f9a07ae3b1acbac871' RETURN p ORDER BY length(p) 
> DESC*
>
> *Thank you!*
>
> --
> You received this message because you are subscribed to the Google Groups
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to neo4j+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/neo4j/aa0a0f5d-d00f-4736-95f4-c078210b411fn%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/neo4j/CAKZwuWm1FhqPpmyWxRTEs3mEeue%2BbzA7o%3DCHEoSgCVyi9Qj%2B1A%40mail.gmail.com.


[Neo4j] can u help me genrate cypher query ?

2023-05-09 Thread Shreyansh shah
 Hello Team, I am facing a bit of a work problem,

So i am using metaphors in the problem.

I have imported two ontology using neosemantics in neo4j from RDf/TTL file

Ontology 1. Actor
Ontology 2. Movie 

Now import is completed.

Now i have a csv file where both ontology are mapped using "URI" present in 
SKOS properties. 
Column A is having uri's from movie and column 2 is having uri's from actor.

How can i load this csv file to generate relationships b/w already imported 
ontology.

Basically question is how can map ontologies based on uri matching via CSV 
? 

If any one please help me . 

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/neo4j/5e0cbac1-9480-4bb8-a164-eaab1811ae04n%40googlegroups.com.