iterative relationship in sparql for AWS Neptune

0

Suppose In my data I have details of company and team member working in this. for each team member we have joining date now I want to make next relationship for team members based on their joining date . for ex company A has 3 member with joining date as member-1 on 3/9/2011 ,member-2 on 8/4/2016,member-1 on 7/8/2020 now I want to create relationsip next from member-1 to member-2 and from member-2 to member-3 how we can do this

asked 8 months ago175 views
1 Answer
0

Please see response in this thread on writing SPARQL queries for path finding: https://repost.aws/questions/QUGkOcHxCOT3aRdKGm2nuz4g/degree-hops-in-aws-neptune-rdf-format

The answer to that question also includes a sample dataset on how you would connect users based on common attributes.

profile pictureAWS
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions