neo4j-examples/conf-graph

Name: conf-graph

Owner: Neo4j Examples

Description: The conference graph!

Created: 2016-04-29 07:24:28.0

Updated: 2017-05-26 15:35:07.0

Pushed: 2016-04-29 23:44:51.0

Homepage: null

Size: 1390

Language: Jupyter Notebook

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

The OSCON Graph
The data model

Querying the graph

There is a read-only instance available here

What are all the talks in “The New Stuff” track? Who are the presenters and who do they work for?
H (track:Track {name: "The New Stuff"}) 
H (track)<-[:PART_OF]-(t:Talk)<-[:PRESENTS]-(s:Speaker)
H (s)-[:AFFILIATED]->(org:Organization)
RN *


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.