File tree Expand file tree Collapse file tree
rocrate_validator/profiles/five-safes-crate/should
tests/integration/profiles/five-safes-crate Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626five-safes-crate:RootDataEntityShouldMentionWorkflow
2727 a sh:NodeShape ;
2828 sh:name " RootDataEntity" ;
29- sh:description " RootDataEntity SHOULD reference a workflow run entity (typed CreateAction)." ;
29+ sh:description " RootDataEntity SHOULD reference a workflow run entity (typed CreateAction) through `mentions` ." ;
3030 sh:targetClass ro-crate:RootDataEntity ;
3131 sh:sparql [
3232 a sh:SPARQLConstraint ;
@@ -44,7 +44,7 @@ five-safes-crate:RootDataEntityShouldMentionWorkflow
4444 }
4545 """ ;
4646 sh:severity sh:Warning ;
47- sh:message " RootDataEntity SHOULD reference a workflow run entity (typed CreateAction)." ;
47+ sh:message " RootDataEntity SHOULD reference a workflow run entity (typed CreateAction) through `mentions` ." ;
4848 ] .
4949
5050
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ def test_5src_workflow_object_not_mentioned_by_root_data_entity():
267267 expected_validation_result = False ,
268268 expected_triggered_requirements = ["RootDataEntity" ],
269269 expected_triggered_issues = [
270- "RootDataEntity SHOULD reference a workflow run entity (typed CreateAction)."
270+ "RootDataEntity SHOULD reference a workflow run entity (typed CreateAction) through `mentions` ."
271271 ],
272272 profile_identifier = "five-safes-crate" ,
273273 rocrate_entity_mod_sparql = sparql ,
You can’t perform that action at this time.
0 commit comments