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
Copy file name to clipboardExpand all lines: src/imaging-ontology/ImagingOntology.ttl
+4-45Lines changed: 4 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@
25
25
dct:creator "Robin Franken" ;
26
26
dct:description "The Imaging Plaza ontology provides concepts (classes and properties) to model human and machine readable imaging software metadata. It is the result of re-using external pre-existing vocabularies such as schema.org and the software description ontology, together with custom imaging specific objects and properties. The ontology contains purely semantic information (labels, definitions etc.) and is meant to be used in conjuction with a graph of enumeration values and a graph containing SHACL shapes to provide more machine readable restrictions on values of properties." ;
@@ -114,16 +114,8 @@ imag:relatedToOrganization a rdf:Property ;
114
114
rdfs:comment "The lab/institution/group/project/organization to which a software is related and/or affiliated to" ;
115
115
rdfs:label "Related to organization" .
116
116
117
-
schema:familyName a rdf:Property;
118
-
rdfs:comment "Family name. In the U.S., the last name of a Person.";
119
-
rdfs:label "Family name" .
120
-
121
-
schema:givenName a rdf:Property;
122
-
rdfs:comment "Given name. In the U.S., the first name of a Person.";
123
-
rdfs:label "Given name" .
124
-
125
117
schema:name a rdf:Property;
126
-
rdfs:comment "The name of a person, in the US their first and last name(s) seperated by spaces";
118
+
rdfs:comment "The name of a thing or person.";
127
119
rdfs:label "Name" .
128
120
129
121
md4i:orcidId a rdf:Property ;
@@ -151,7 +143,7 @@ schema:softwareRequirements a rdf:Property;
151
143
rdfs:label "Software requirements" .
152
144
153
145
schema:softwareVersion a rdf:Property;
154
-
rdfs:comment "Version of the software instance.";
146
+
rdfs:comment "Version of the software instance expressed as x.x.x .";
155
147
rdfs:label "Software version" .
156
148
157
149
schema:url a rdf:Property;
@@ -162,14 +154,6 @@ schema:identifier a rdf:Property;
162
154
rdfs:comment "Represents any kind of unique string to identify something, such as ISBNs, GTIN codes, UUIDs etc.";
163
155
rdfs:label "Identifier" .
164
156
165
-
schema:defaultValue a rdf:Property;
166
-
rdfs:comment "The default value of the input. For properties that expect a literal, the default is a literal value, for properties that expect an object, it's an ID reference to one of the current values.";
167
-
rdfs:label "Default value" .
168
-
169
-
schema:valueRequired a rdf:Property;
170
-
rdfs:comment "Whether the property must be filled in to complete the action. Default is false.";
171
-
rdfs:label "Value required" .
172
-
173
157
schema:supportingData a rdf:Property;
174
158
rdfs:comment "Supporting data for a SoftwareApplication.";
175
159
rdfs:label "Supporting data" .
@@ -178,10 +162,6 @@ schema:distribution a rdf:Property;
178
162
rdfs:comment "A downloadable form of this dataset, at a specific location, in a specific format." ;
179
163
rdfs:label "Distribution" .
180
164
181
-
schema:encodingFormat a rdf:Property;
182
-
rdfs:comment "Expressed using a MIME format (http://www.iana.org/assignments/media-types/media-types.xhtml).";
183
-
rdfs:label "Encoding format" .
184
-
185
165
schema:measurementTechnique a rdf:Property;
186
166
rdfs:comment "A technique or technology used in a Dataset corresponding to the method used for measuring the corresponding variable(s)." ;
187
167
rdfs:label "Measurement technique" .
@@ -206,18 +186,6 @@ schema:processorRequirements a rdf:Property;
206
186
rdfs:comment "Processor architecture required to run the application.";
207
187
rdfs:label "Processor requirements" .
208
188
209
-
sd:hasInput a rdf:Property;
210
-
rdfs:comment "Property that links a model configuration to the input types expected by it."@en;
211
-
rdfs:label "Has input"@en .
212
-
213
-
sd:hasOutput a rdf:Property;
214
-
rdfs:comment "Property that expresses what the outputs of a model are"@en;
215
-
rdfs:label "Has output"@en .
216
-
217
-
sd:hasParameter a rdf:Property;
218
-
rdfs:comment "Property that indicates the parameters of a model configuration"@en;
219
-
rdfs:label "Has parameter"@en .
220
-
221
189
sd:hasFunding a rdf:Property;
222
190
rdfs:comment "Property that links a software project to its funding information"@en;
223
191
rdfs:label "Has funding information"@en .
@@ -257,10 +225,6 @@ sd:fundingGrant a rdf:Property;
sh:description "This shape defines the requirements for a software to be considered FAIR level 4 compliant. It builds upon level 3 and adds more detailed metadata and requirements." ;
0 commit comments