Skip to content

Commit 56ca24f

Browse files
authored
Update RO-Crate-REPRESENTATION.md
1 parent cfb391a commit 56ca24f

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

RO-Crate-REPRESENTATION.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ Event`"]
4646
H -->|workExample| S
4747
```
4848

49+
* Each process execution is described by an ActivateAction entity (WRROC uses CreateAction).
50+
* An OrganizeAction entity points to both the ActivateAction and the SoftwareApplication describing the execution itself.
51+
* Subprocesses are described through ControlAction entities, which point to the ActivateAction entity from the child process.
52+
* The OrganizeAction entity of the parent process points to each one of the ControlAction entities of the children processes.
53+
* Also, each ControlAction entity points to a HowToStep entity, which points to the very same SoftwareApplication entity used for the related ActivateAction and OrganizeAction entities.
54+
* The ActivateAction points through subjectOf to an EventSeries entity, which points to as many InstantatenousEvent entities as samples were gathered through the execution for that process.
55+
* Each InstantatenousEvent points to each one of the gathered metrics values (along with their semantic definition) , and it identifies when the metrics values were gathered.
56+
57+
58+
4959
The description of the metrics using [PropertyValue](https://schema.org/PropertyValue) uses next ontological terms and units:
5060

5161
```json
@@ -201,4 +211,4 @@ source TREECRIPT/bin/activate
201211
# the generated RO-Crate weights more than 670MB!!!
202212
git clone https://github.com/inab/treecript.git
203213
python -m treecript.rocrate --as-directory /tmp/rocrate_as_directory treecript/sample-series/Wetlab2Variations_metrics/2025_05_20-02_19-14001/
204-
```
214+
```

0 commit comments

Comments
 (0)