Skip to content

Commit 6375cb5

Browse files
committed
fix: hosttypeShape and hosttype prop
1 parent 004794a commit 6375cb5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

schemas/ImagingOntology.ttl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@ sd:availableInRegistry a rdf:Property;
265265
rdfs:comment "URL to registry of where software image can be found. For example, https://hub.docker.com/r/pytorch/pytorch"@en;
266266
rdfs:label "Available in registry"@en .
267267

268+
imag:hostType a rdf:Property ;
269+
rdfs:comment "The type of host that the software component is running on. For example, plaza-gradio-application, renku-project, google-colab, wasm, other"@en;
270+
rdfs:label "Host type"@en .
271+
268272
sd:hasDimensionality a rdf:Property;
269273
rdfs:comment "Property to indicate dimensionality of the input or output of a dataset specification"@en;
270274
rdfs:label "Has dimensionality"@en .

schemas/ImagingOntologyShapes.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ imag:SoftwareApplication-RunnableExampleShape
685685
.
686686

687687

688-
imag:hostType a sh:PropertyShape ;
688+
imag:hostTypeShape a sh:PropertyShape ;
689689
sh:path imag:hostType ;
690690
sh:datatype xsd:string ;
691691
sh:in ("plaza-gradio-application" "renku-project" "google-colab" "wasm" "other") ;

0 commit comments

Comments
 (0)