Skip to content

Commit 8144727

Browse files
authored
fix: remove useless minexclusive
1 parent 9e20c4c commit 8144727

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/imaging-ontology/ImagingOntologyShapes.ttl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,6 @@ sd:DatasetSpecification-hasDimensionality
595595
a sh:PropertyShape ;
596596
sh:path sd:hasDimensionality ;
597597
sh:datatype xsd:integer ;
598-
sh:minExclusive 0 ;
599598
.
600599

601600
sd:DatasetSpecification-hasFormat
@@ -685,4 +684,4 @@ imag:hostTypeShape a sh:PropertyShape ;
685684
sh:path imag:hostType ;
686685
sh:datatype xsd:string ;
687686
sh:in ("plaza-gradio-application" "renku-project" "google-colab" "wasm" "other") ;
688-
.
687+
.

0 commit comments

Comments
 (0)