Skip to content

Commit cbffc65

Browse files
committed
fix sh:a -> a
1 parent bc959fb commit cbffc65

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ five-safes-crate:WorkflowMustHaveDescriptiveName
2929
sh:targetClass schema:CreateAction ;
3030

3131
sh:property [
32-
sh:a sh:PropertyShape ;
32+
a sh:PropertyShape ;
3333
sh:name "name" ;
3434
sh:minCount 1 ;
3535
sh:description "Workflow (CreateAction) MUST have a name string of at least 10 characters." ;
@@ -93,4 +93,4 @@ five-safes-crate:WorkflowMustHaveActionStatusWithAllowedValues
9393
) ;
9494
sh:severity sh:Violation ;
9595
sh:message "WorkflowExecution MUST have an actionStatus with an allowed value (see https://schema.org/ActionStatusType)." ;
96-
] .
96+
] .

rocrate_validator/profiles/five-safes-crate/must/8_disclosure_phase.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ five-safes-crate:DisclosureObjectHasDescriptiveNameAndIsAssessAction
4242
] ;
4343

4444
sh:property [
45-
sh:a sh:PropertyShape ;
45+
a sh:PropertyShape ;
4646
sh:name "AssessAction" ;
4747
sh:description "DisclosureCheck MUST be a `schema:AssessAction`." ;
4848
sh:path rdf:type ;
@@ -53,7 +53,7 @@ five-safes-crate:DisclosureObjectHasDescriptiveNameAndIsAssessAction
5353
] ;
5454

5555
sh:property [
56-
sh:a sh:PropertyShape ;
56+
a sh:PropertyShape ;
5757
sh:name "name" ;
5858
sh:description "DisclosureCheck MUST have a name string of at least 20 characters." ;
5959
sh:path schema:name ;
@@ -96,4 +96,4 @@ five-safes-crate:DisclosureObjectHasActionStatus
9696
) ;
9797
sh:severity sh:Violation ;
9898
sh:message "The value of actionStatus MUST be one of the allowed values." ;
99-
] .
99+
] .

0 commit comments

Comments
 (0)