You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"SoftwareSourceCode_placeholder": "A software application.",
84
232
"license_placeholder": "A license document that applies to this content, typically indicated by URL.",
85
233
"citation_placeholder": "A DOI https URL citation to publication about this software. Use Zenodo to generate if needed. e.g. https://doi.org/10.1016/j.procs.2017.03.009",
@@ -138,6 +286,7 @@
138
286
"hasFormat_placeholder": "Format followed by a file. For example, txt, nc, etc.",
139
287
"availableInRegistry_placeholder": "URL to registry of where software image can be found. For example, https://hub.docker.com/r/pytorch/pytorch",
140
288
"hostType_placeholder": "The type of host that the software component is running on. For example, plaza-gradio-application, renku-project, google-colab, wasm, other",
289
+
"datasetFormat_placeholder": "The format of the dataset. For example, dicom, nifti, tiff, png, jpg, etc.",
141
290
"hasDimensionality_placeholder": "Property to indicate dimensionality of the input or output of a dataset specification",
142
291
"bodySite_placeholder": "The part of the body that is being imaged.",
143
292
"runnableExample_placeholder": "A runnable example of the software component",
@@ -153,5 +302,18 @@
153
302
"DatasetSpecification_placeholder": "Class designed to describe a type of input or output used or produced by a model. For example, Topoflow has several inputs. One of them is a text file with precipitation values. The representation of this input is an instance of a dataset specification.",
154
303
"FormalParameter_placeholder": "A FormalParameter is an identified variable used to stand for the actual value(s) that are consumed/produced by a set of steps",
155
304
"ExecutableNotebook_placeholder": "An object representing an executable notebook such as Jupyter Notebook",
156
-
"SoftwareImage_placeholder": "An image that virtualizes the functionality of a given software. For example, a Docker container."
305
+
"SoftwareImage_placeholder": "An image that virtualizes the functionality of a given software. For example, a Docker container.",
306
+
"EnumerationType_placeholder": "EnumerationType class used to group all enumeration classes under",
307
+
"ImagingModalityEnum_placeholder": "Enumeration class for imaging modality",
308
+
"AffiliationEnum_placeholder": "Enumeration class for affiliation",
309
+
"IsPluginModuleOfEnum_placeholder": "Enumeration class for plugin module",
310
+
"ApplicationCategoryEnum_placeholder": "Enumeration class for application category",
311
+
"ImageObjectTagEnum_placeholder": "Enumeration class for image object tag",
312
+
"OperatingSystemEnum_placeholder": "Enumeration class for operating system",
313
+
"ProcessorRequirementsEnum_placeholder": "Enumeration class for processor requirements",
314
+
"FeatureEnum_placeholder": "Enumeration class for software features",
315
+
"SoftwareRequirementsEnum_placeholder": "Enumeration class for software requirements",
316
+
"ComputerLanguageEnum_placeholder": "Enumeration class for computer languages",
317
+
"HostTypeEnumeration_placeholder": "Enumeration class for host type",
318
+
"DatasetFormatEnumeration_placeholder": "Enumeration class for dataset formats"
Copy file name to clipboardExpand all lines: src/imaging-ontology/ImagingOntology.ttl
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -269,6 +269,10 @@ imag:hostType a rdf:Property ;
269
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
270
rdfs:label "Host type"@en .
271
271
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
+
272
276
sd:hasDimensionality a rdf:Property;
273
277
rdfs:comment "Property to indicate dimensionality of the input or output of a dataset specification"@en;
0 commit comments