Skip to content

Commit f770e4f

Browse files
committed
Improved comment in 11_workflow_execution_phase.ttl
1 parent 273088f commit f770e4f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rocrate_validator/profiles/five-safes-crate/should/11_workflow_execution_phase.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
five-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

tests/integration/profiles/five-safes-crate/test_5src_11_workflow_execution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)