You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Get the *-ro-crate-metadata.json files (e.g. via git submodules?)
13
+
14
+
### 1 - Collect and Validate
15
+
16
+
* Get the *-ro-crate-metadata.json files, currently via git submodules (see 'collect_crates.py')
17
+
18
+
* Validate the RO-Crates using a SHACL profile (see "gide_shapes.ttl" for the profile and "validate_crates.py" for processing)
19
+
20
+
* Generate an "index.html" displaying the compliance stats for the crates
21
+
22
+
TODOS: Add URI-level validation (are ontology entries correct/valid? which ontologies are used?)
23
+
24
+
### 2 - Serialize and export
25
+
26
+
TODOS:
14
27
15
28
* Serialize in RDF
16
29
@@ -60,6 +73,9 @@ def write_merged_ttl(
60
73
61
74
* Output to Zenodo or something as a GIDE deliverable
62
75
76
+
77
+
### 3 - Enrich and query
78
+
63
79
* Enrich with upper terms from FBbi and NCBITaxon (see https://github.com/German-BioImaging/idr_study_crates/blob/main/scripts/join_with_fbbi_and_ncbitaxon.py)
0 commit comments