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
sh:description "The mainEntity of the RootDataEntity MUST have a conformsTo property with an IRI starting with https://w3id.org/workflowhub/workflow-ro-crate" ;
58
58
sh:targetObjectsOf schema:mainEntity ;
59
+
sh:property [
60
+
a sh:PropertyShape ;
61
+
sh:name "conformsTo" ;
62
+
sh:path purl:conformsTo ;
63
+
sh:minCount 1 ;
64
+
sh:maxCount 1 ;
65
+
sh:severity sh:Violation ;
66
+
sh:message "mainEntity MUST have a conform property." ;
0 commit comments