Skip to content

Instantly share code, notes, and snippets.

@michaljemala
Created October 6, 2016 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaljemala/856f715a59c5a6e0a60b2caeb7b9f4d7 to your computer and use it in GitHub Desktop.
Save michaljemala/856f715a59c5a6e0a60b2caeb7b9f4d7 to your computer and use it in GitHub Desktop.
{
"nodes" :[
{"id": 1, "value": 40, "title": "Martin Linkov", "image": "img/martin.jpg"},
{"id": 2, "value": 40, "title": "Mike Butcher", "image": "img/mike.jpg"},
{"id": 3, "value": 40, "title": "Unigraph", "image": "img/ug.png"},
{"id": 4, "value": 40, "title": "Techcrunch", "image": "img/tc.jpg"},
{"id": 5, "value": 40, "title": "Techcrunch Disrupt London", "image": "img/ds.png"},
{"id": 6, "value": 40, "title": "Ingen.io", "image": "img/ingenio.png"},
{"id": 7, "value": 40, "title": "London", "image": "img/london.jpg"},
{"id": 8, "value": 40, "title": "Atanas Youroukov", "image": "img/atanas.jpg"},
{"id": 9, "value": 40, "title": "Sensika", "image": "img/sensika.png"},
{"id": 10, "value": 40, "title": "favit", "image": "img/favit.jpg"},
{"id": 11, "value": 40, "title": "Wayra", "image": "img/wayra.jpeg"},
{"id": 12, "value": 40, "title": "Neulogy Ventures", "image": "img/neulogy.png"},
{"id": 13, "value": 40, "title": "ODINE", "image": "img/odine.png"},
{"id": 14, "value": 40, "title": "Startup Foundation", "image": "img/startup.jpg"},
{"id": 15, "value": 40, "title": "Techcrunch Disrupt New York", "image": "img/tcnyc.jpg"},
{"id": 16, "value": 40, "title": "Sofia", "image": "img/sofia.jpg"},
{"id": 17, "value": 40, "title": "Bratislava", "image": "img/bratislava.jpg"},
{"id": 18, "value": 40, "title": "Konstantin Hristov", "image": "img/kosta.png"},
{"id": 19, "value": 40, "title": "Bulgaria", "image": "img/bg.png"},
{"id": 20, "value": 40, "title": "United Kingdom", "image": "img/uk.jpg"},
{"id": 21, "value": 40, "title": "Companies House", "image": "img/ch.png"},
{"id": 22, "value": 40, "title": "HM Revenue & Customs", "image": "img/hmrc.png"}
],
"edges": [
{"from": 1, "to": 6, "label": "founder"},
{"from": 1, "to": 16, "label": "place_of_birth"},
{"from": 8, "to": 16, "label": "place_of_birth"},
{"from": 8, "to": 6, "label": "founder"},
{"from": 2, "to": 4, "label": "employer"},
{"from": 6, "to": 5, "label": "exhibitor"},
{"from": 2, "to": 5, "label": "participant_in"},
{"from": 4, "to": 5, "label": "organizer"},
{"from": 6, "to": 5, "label": "participant_in"},
{"from": 6, "to": 3, "label": "subsidiary"},
{"from": 7, "to": 6, "label": "location_of_formation"},
{"from": 7, "to": 5, "label": "location"},
{"from": 7, "to": 2, "label": "residence"},
{"from": 9, "to": 1, "label": "employer"},
{"from": 9, "to": 8, "label": "founder"},
{"from": 9, "to": 8, "label": "employer"},
{"from": 10, "to": 1, "label": "employer"},
{"from": 10, "to": 8, "label": "founder"},
{"from": 10, "to": 8, "label": "employer"},
{"from": 11, "to": 6, "label": "investor"},
{"from": 11, "to": 7, "label": "location"},
{"from": 12, "to": 6, "label": "investor"},
{"from": 13, "to": 6, "label": "investor"},
{"from": 14, "to": 1, "label": "chairperson"},
{"from": 15, "to": 10, "label": "participant_in"},
{"from": 16, "to": 14, "label": "location_of_formation"},
{"from": 16, "to": 1, "label": "residence"},
{"from": 16, "to": 8, "label": "residence"},
{"from": 17, "to": 1, "label": "residence"},
{"from": 17, "to": 8, "label": "residence"},
{"from": 17, "to": 12, "label": "location"},
{"from": 18, "to": 9, "label": "founder"},
{"from": 18, "to": 9, "label": "employer"},
{"from": 18, "to": 9, "label": "chief_executive_officer"},
{"from": 18, "to": 10, "label": "chief_executive_officer"},
{"from": 18, "to": 10, "label": "employer"},
{"from": 18, "to": 10, "label": "founder"},
{"from": 18, "to": 16, "label": "residence"},
{"from": 19, "to": 1, "label": "country_of_citizenship"},
{"from": 19, "to": 8, "label": "country_of_citizenship"},
{"from": 19, "to": 18, "label": "country_of_citizenship"},
{"from": 19, "to": 16, "label": "capital"},
{"from": 20, "to": 2, "label": "country_of_citizenship"},
{"from": 20, "to": 7, "label": "capital"},
{"from": 21, "to": 20, "label": "applies_to_jurisdiction"},
{"from": 22, "to": 20, "label": "applies_to_jurisdiction"},
{"from": 21, "to": 6, "label":"organization_registration_authority"},
{"from": 22, "to": 6, "label":"organization_registration_authority"},
{"from": 3, "to": 6, "label":"owned_by"},
{"from": 3, "to": 1, "label":"creator"},
{"from": 3, "to": 8, "label":"creator"},
{"from": 4, "to": 15, "label":"organizer"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment