Skip to content

Commit

Permalink
fix:remove duplicate req
Browse files Browse the repository at this point in the history
  • Loading branch information
rmfranken committed Jan 13, 2025
1 parent a768643 commit 49b6383
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions schemas/ImagingOntologyShapes.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
sh:minCount 1;
sh:message "Fair level 4"] ,

[sh:path sd:SoftwareConfiguration-hasSoftwareImage ;
[sh:path sd:hasSoftwareImage ;
sh:minCount 1;
sh:message "Fair level 4"] ;
sh:and (imag:fairlevel3Shape)
Expand All @@ -117,11 +117,7 @@
sh:property
[sh:path sd:hasExecutableInstructions ;
sh:minCount 1;
sh:message "Fair level 5"] ,

[sh:path imag:hasExecutableNotebook ;
sh:minCount 1;
sh:message "Fair level 5"];
sh:message "Fair level 5"] ;
sh:and (imag:fairlevel4Shape)
.

Expand Down

0 comments on commit 49b6383

Please sign in to comment.