Difference between revisions of "SimpleGraph-Core"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
<graphviz> | <graphviz> | ||
digraph example1 { | digraph example1 { | ||
− | WikiData | + | WikiData -> GW150914 |
+ | WikiData -> GW151226 | ||
+ | WikiData -> GW170817 | ||
} | } | ||
</graphviz> | </graphviz> | ||
[[Category:SimpleGraph]][[Category:frontend]] | [[Category:SimpleGraph]][[Category:frontend]] |
Revision as of 09:24, 17 October 2018
Basically SimpleGraph core has the idea of Vertex and Edges being able to carry "payloads". Some of the payload data will be replicated as properties to be able to search for the payload and do something with it but the main thing is to have some kind of pointer/key that a certain SimpleGraph Module will be able work with to allow working with the API for the payload.
Example
Lets's assume we'd like to acces some data about Gravitational Wave observations. A Source for general information on these events is WikiData where you can get a list of the events with a SPARQL query.