Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we infer data based on reverse relationships ? #311

Open
chandakakshat opened this issue Jun 30, 2023 · 0 comments
Open

Can we infer data based on reverse relationships ? #311

chandakakshat opened this issue Jun 30, 2023 · 0 comments

Comments

@chandakakshat
Copy link

chandakakshat commented Jun 30, 2023

Screenshot 2023-06-30 165848

Hii,
I want to infer data to fetch all skills in a particular role

Tried running the below query MATCH (r:role { roleName: "SP" }) CALL n10s.inference.nodesInCategory(r, { inCatRel: "posessedBy", subCatRel: "hasRole" }) yield node return node;

But only returns the skills as JAVA and BigData but does not return skill posessed by lalitha i.e. MERN Stack, It has reverse relationship that the other employee nodes

Can we infer both of these relations at once using neosemantics ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant