We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e20c4c commit 8144727Copy full SHA for 8144727
1 file changed
src/imaging-ontology/ImagingOntologyShapes.ttl
@@ -595,7 +595,6 @@ sd:DatasetSpecification-hasDimensionality
595
a sh:PropertyShape ;
596
sh:path sd:hasDimensionality ;
597
sh:datatype xsd:integer ;
598
- sh:minExclusive 0 ;
599
.
600
601
sd:DatasetSpecification-hasFormat
@@ -685,4 +684,4 @@ imag:hostTypeShape a sh:PropertyShape ;
685
684
sh:path imag:hostType ;
686
sh:datatype xsd:string ;
687
sh:in ("plaza-gradio-application" "renku-project" "google-colab" "wasm" "other") ;
688
- .
+ .
0 commit comments