Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4238322
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T02:53:23+00:00 2026-05-21T02:53:23+00:00

I tried searching on this, but could not find any simple answer. Based on

  • 0

I tried searching on this, but could not find any simple answer. Based on a image in this link it seems like it does, but I am not sure.

What I am talking about are examples like this:

Example 1: One Property

A --> B --> C
Property 1: Knows

B “Knows” A and C.

Example 2: Multiple Properties

 A --> B 
(I am not sure how to show multiple properties here)
Property 1: Knows
Property 2: Friends

A is “Friends” with B and A “Knows” B

Also is there some way to introduce Hierarchy.
If A is “Friends” with “B” than A implicitly also “Knows” B.

A general yes or no would be enough. If there is some example or link that you can provide that has more explanation that would be great.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T02:53:24+00:00Added an answer on May 21, 2026 at 2:53 am

    Course you can. OrientDB has 3 Graph API. One of these is the TinkerPop Blueprints API that are highly documented: http://github.com/tinkerpop/blueprints/wiki

    To create 2 edges:

    Vertex luca = graph.addVertex(null);
    luca.setProperty( "name", "Luca" );
    
    Vertex marko = graph.addVertex(null);
    marko.setProperty( "name", "Marko" );
    
    Edge lucaKnowsMarko = graph.addEdge(null, luca, marko, "knows");
    
    Vertex jay = graph.addVertex(null);
    marko.setProperty( "name", "Jay" );
    
    Edge lucaRespectsJay = graph.addEdge(null, luca, jay, "respects");
    

    Lvc@

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I tried searching but could not find an answer for this. I am trying
I am a noob to shell scripting, I tried searching but could not find
Sorry, but I tried searching for this subject, but I didn't find related to
I tried searching around, but I couldn't find anything that would help me out.
This might be a basic question, but I tried googling it and couldn't find
I have been searching for the answer and have not been able to find
I tried searching for this but my Google has failed me. I have a
Got a partial answer from searching in this thread: Viewing raw RSS feed? But
I tried searching here for a similar solution but didn't see one so I
I've tried searching but couldn't come up with a defined way on how to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.