Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.98 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.98 KB

graph JSON examples

This repository collects examples of JSON representation of graph data structures. It is intended to find a good JSON representation for simple JSON graphs rendered out of Portable Linked Profiles for visualizations like Public Space Invaders or the Open Steps Directory, if direct RDFa/JSON-LD/Turtle parsing is not available.

files

  • federated_wiki.json

Derived from Federated Wiki's Websocket stream of the Linkmap plugin. This looks how the Directed Acyclic Graph (DAG) looks like according to stackoverflow.

  • metacademy_demo.json

This is an example of the old Metacademy Content markup. The newer fixture can be found in the application repository.

  • metacademy.json

This is how a downloaded graph from Metacademy looks like.

  • mydag.json

This can be created with directed-graph-creator and resembles very much to the Federated Wiki example.

  • open_steps_directory.json

This is an old example from the Open Steps Directory, before it has been rebuilt on Portable Linked Profiles and proper JSON-LD.

  • public_space_invaders.json

This is the output of our improvised Django-SQL-graph example from Public Space Invaders.

  • vega.json

This file represents the model of Vega's graph model, the proposed declarative successor to D3.