Next Steps

A Little Graph Traversal

Here are a few final challenges for you. Using the data you have, try to answer:

  1. What is Aldous Huxley's sphere of influence?
  2. Now show not only the people he influenced directly, but the people *they* influenced.
  3. You can think of the first query as, "show me people that Aldous Huxley influenced, exactly 1 link away" and the second one as "show me people that Aldous Huxley influenced, any number of links away (but stop at 100)". Now show people that Aldous Huxley influenced exactly 2 links away. (Hint: You'll need to use SPARQL property paths).
You can find answers in the ts-graph-traversal.xml. workspace

More

Congratulations, you made it! If you're looking for next steps, you might want to check out this article:

Using the Triple Index

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.