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
provenance-run-crate:ProvRCRootDataEntityMetadata a sh:NodeShape ;
26
+
sh:name "Provenance Run Crate Root Data Entity" ;
27
+
sh:description "Properties of the Provenance Run Crate Root Data Entity" ;
28
+
sh:targetClass ro-crate:RootDataEntity ;
29
+
sh:property [
30
+
a sh:PropertyShape ;
31
+
sh:name "Root Data Entity conformsTo" ;
32
+
sh:description "The Root Data Entity MUST reference a CreativeWork entity with an @id URI that is consistent with the versioned permalink of the Provenance Run Crate profile" ;
33
+
sh:path dct:conformsTo ;
34
+
sh:class schema:CreativeWork;
35
+
# At least one value of conformsTo must match the pattern
sh:message "The Root Data Entity MUST reference a CreativeWork entity with an @id URI that is consistent with the versioned permalink of the Provenance Run Crate profile" ;
42
+
sh:severity sh:Violation ;
43
+
] .
44
+
45
+
46
+
#=== SHOULD shapes ===#
47
+
22
48
provenance-run-crate:ProvRCRootDataEntityRecommended a sh:NodeShape ;
23
49
sh:name "Provenance Run Crate Root Data Entity SHOULD" ;
24
50
sh:description "Recommended Properties of the Provenance Run Crate Root Data Entity" ;
@@ -36,4 +62,8 @@ provenance-run-crate:ProvRCRootDataEntityRecommended a sh:NodeShape ;
36
62
sh:qualifiedMinCount 3 ;
37
63
sh:minCount 1 ;
38
64
sh:message "The Root Data Entity SHOULD reference CreativeWork entities corresponding to the Process Run Crate, Workflow Run Crate and Workflow RO-Crate profiles" ;
0 commit comments