This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= Roosevelt Family Geneaology | |
== Modeling the Graph | |
image::http://www.emersonkent.com/images/roosevelt_family_tree.jpg[] | |
//graph |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= The Life You Save May Be Your Own | |
== Modeling the Graph | |
//table | |
//graph | |
=== OUR DATASET | |
[source, cypher] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= The Life You Save May Be Your Own | |
== Modeling the Graph | |
//graph | |
=== OUR DATASET | |
[source, cypher] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= The Vane Sisters | |
== Modeling the Graph | |
=== OUR DATASET | |
[source, cypher] | |
---- | |
CREATE | |
//People | |
(cynthia:Person{name:'Cynthia Vane'}), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Queries for Divinity Data | |
MATCH (person)-[r:WROTE]->(article) | |
WITH article | |
MATCH (article)-[r:ISABOUT]->(topic) | |
RETURN * | |
MATCH (a)-[r:WROTE]->(article) | |
RETURN r AS rels,article.title |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= Nabokov in America | |
=== “Genius is non-conformity.†| |
― Vladimir Nabokov, | |
image::http://static.guim.co.uk/sys-images/Books/Pix/pictures/2009/7/8/1247059161848/Vladimir-Nabokov-001.jpg[] | |
== Modeling the Graph | |
image::http://www.library.vanderbilt.edu/webimages/LNO/datamodel.JPG[] |