Skip to content

Commit 2b1044c

Browse files
committed
tidy up shacl code layout
1 parent 0055318 commit 2b1044c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

rocrate_validator/profiles/five-safes-crate/should/4_sign_off.ttl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@
2424

2525

2626
# There SHOULD be a Sign-Off Phase
27-
five-safes-crate:SignOffPhase a sh:NodeShape ;
28-
sh:targetNode ro-crate:RootDataEntity ;
29-
sh:description "Check the Sign-Off Phase" ;
30-
sh:sparql [
27+
five-safes-crate:SignOffPhase
28+
a sh:NodeShape ;
29+
sh:targetNode ro-crate:RootDataEntity ;
30+
sh:description "Check the Sign-Off Phase" ;
31+
sh:sparql [
3132
sh:select """
3233
PREFIX schema: <http://schema.org/>
3334
SELECT $this

0 commit comments

Comments
 (0)