Last modified by adavison on 2022/05/23 22:24

From version 7.1
edited by adavison
on 2020/08/05 08:54
Change comment: There is no comment for this version
To version 7.2
edited by adavison
on 2020/08/05 09:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,16 +8,16 @@
8 8  * management and tracking of workflows/projects by the scientists/engineers involved
9 9  * evaluation/review by other scientists and engineers
10 10  
11 -
12 12  
13 13  == Standards ==
14 14  
15 -The [[W3C PROV standard>>https://www.w3.org/TR/2013/NOTE-prov-overview-20130430/||rel=" noopener noreferrer" target="_blank"]] provides a data model and related tools for provenance interchange on the web. The following diagram shows the three base classes of the PROV data model: Entity, Activity, and Agent. These three classes form the basis for the representation of provenance in the EBRAINS Knowledge Graph: every node in the KG has a type which is a subclass of one of these base classes.
14 +The [[W3C PROV standard>>https://www.w3.org/TR/2013/NOTE-prov-overview-20130430/||rel="noopener noreferrer" target="_blank"]] provides a data model and related tools for provenance interchange on the web. The following diagram shows the three base classes of the PROV data model: Entity, Activity, and Agent. These three classes form the basis for the representation of provenance in the EBRAINS Knowledge Graph: every node in the KG has a type which is a subclass of one of these base classes.
16 16  
17 17  [[image:starting-points.svg||alt="The three Starting Point classes of the W3C PROV ontology and the properties that relate them."]]
18 18  
19 19  == Storage of provenance in the Knowledge Graph ==
20 20  
20 +We present here the current schemas for representing (a) data analysis and (b) simulations in the Knowledge Graph. These schemas will need to be extended to cover neurorobotics simulations, and probably a more explicit representation of pipelines/workflows (the chaining together of multiple analysis / simulation stages) will be needed.
21 21  
22 22  == Tools for automated capture of provenance ==
23 23  
... ... @@ -33,7 +33,6 @@
33 33  
34 34  * local cache and synchronization?
35 35  
36 -
37 37  == User interfaces for browsing, visualizing, and searching provenance information ==
38 38  
39 39