Skip to content

Commit 830d4e3

Browse files
committed
Addressed Eli's comments - 2.
1 parent 06f55cd commit 830d4e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rocrate_validator/profiles/five-safes-crate/must/7_requested_workflow_run.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ five-safes-crate:CreateActionInstrumentAndStatus
6868
}
6969
""" ;
7070
sh:severity sh:Violation ;
71-
sh:message "`CreateAction` --> `instrument` MUST (also) reference `mainEntity`" ;
71+
sh:message "`CreateAction` --> `instrument` MUST reference the same entity as `Root Data Entity` --> `mainEntity`" ;
7272
] ;
7373
sh:sparql [
7474
a sh:SPARQLConstraint ;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def test_createaction_does_not_reference_mainentity_via_instrument():
180180
expected_validation_result=False,
181181
expected_triggered_requirements=["CreateAction"],
182182
expected_triggered_issues=[
183-
"`CreateAction` --> `instrument` MUST (also) reference `mainEntity`"
183+
"`CreateAction` --> `instrument` MUST reference the same entity as `Root Data Entity` --> `mainEntity`"
184184
],
185185
profile_identifier="five-safes-crate",
186186
rocrate_entity_mod_sparql=sparql,

0 commit comments

Comments
 (0)