Skip to content

Commit dd4826e

Browse files
authored
Merge pull request #14 from sdsc-ordes/dicom-dataset
Dicom dataset properties
2 parents 0e331de + 42fbbef commit dd4826e

5 files changed

Lines changed: 280 additions & 151 deletions

File tree

locales/en/schema.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"hasFormat_label": "Has format",
6565
"availableInRegistry_label": "Available in registry",
6666
"hostType_label": "Host type",
67+
"datasetFormat_label": "Dataset format",
6768
"hasDimensionality_label": "Has dimensionality",
6869
"bodySite_label": "Body site",
6970
"runnableExample_label": "Runnable example",
@@ -138,6 +139,7 @@
138139
"hasFormat_placeholder": "Format followed by a file. For example, txt, nc, etc.",
139140
"availableInRegistry_placeholder": "URL to registry of where software image can be found. For example, https://hub.docker.com/r/pytorch/pytorch",
140141
"hostType_placeholder": "The type of host that the software component is running on. For example, plaza-gradio-application, renku-project, google-colab, wasm, other",
142+
"datasetFormat_placeholder": "The format of the dataset. For example, dicom, nifti, tiff, png, jpg, etc.",
141143
"hasDimensionality_placeholder": "Property to indicate dimensionality of the input or output of a dataset specification",
142144
"bodySite_placeholder": "The part of the body that is being imaged.",
143145
"runnableExample_placeholder": "A runnable example of the software component",

schemas/ImagingOntology.ttl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ imag:hostType a rdf:Property ;
269269
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;
270270
rdfs:label "Host type"@en .
271271

272+
imag:datasetFormat a rdf:Property ;
273+
rdfs:comment "The format of the dataset. For example, dicom, nifti, tiff, png, jpg, etc."@en;
274+
rdfs:label "Dataset format"@en .
275+
272276
sd:hasDimensionality a rdf:Property;
273277
rdfs:comment "Property to indicate dimensionality of the input or output of a dataset specification"@en;
274278
rdfs:label "Has dimensionality"@en .

0 commit comments

Comments
 (0)