This open source software code was developed in part or in whole in the Human Brain Project, funded from the European Union's Horizon 2020 Framework Programme for Research and Innovation under Specific Grant Agreements No. 720270, No. 785907 and No. 945539 (Human Brain Project SGA1, SGA2 and SGA3).
âšī¸ This is the new documentation of the EBRAINS KG. It's going to be extended continuously.
If you find any issues / have any comment, please contact kg@ebrains.eu to give us your feedback!
If you find any issues / have any comment, please contact kg@ebrains.eu to give us your feedback!
Inference
Infer
sequenceDiagram
autonumber
Calling service ->> Inference: infer document
Inference ->> Graph DB: Find all native documents contributing to same instance
Graph DB -->> Inference: Involved payloads
Inference ->> Inference: Reconcile documents to a single instance
Inference ->> Graph DB: read type information for document
Graph DB -->> Inference: type information
Inference ->> Inference: finalize resulting document
Inference ->> Inference: translate resulting document to events
Inference -->> Calling service: events to be triggered
This open source software code was developed in part or in whole in the Human Brain Project, funded from the European Union's Horizon 2020 Framework Programme for Research and Innovation under Specific Grant Agreements No. 720270, No. 785907 and No. 945539 (Human Brain Project SGA1, SGA2 and SGA3).