Changes for page 3 Try it yourself!

Last modified by maaike on 2022/07/06 10:08

From version 4.2
edited by oschmid
on 2022/07/05 13:20
Change comment: Update document after refactoring.
To version 5.1
edited by oschmid
on 2022/07/05 14:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -291,4 +291,70 @@
291 291  }
292 292  {{/code}}
293 293  
294 +=== (% id="cke_bm_3314S" style="display:none" %) (%%)Example 4 - Find the software that can be used to open .smr file formats? ===
295 +
296 +==== **Search UI** ====
297 +
298 +
299 +[[https:~~/~~/search.kg.ebrains.eu/?category=Software&inputFormats[0]=application%2Fvnd.spike2.sonpy.son>>https://search.kg.ebrains.eu/?category=Software&inputFormats[0]=application%2Fvnd.spike2.sonpy.son]]
300 +
301 +
302 +==== **Query Builder** ====
303 +
304 +{{code language="json" layout="LINENUMBERS"}}
305 +{
306 + "@context": {
307 + "@vocab": "https://core.kg.ebrains.eu/vocab/query/",
308 + "query": "https://schema.hbp.eu/myQuery/",
309 + "propertyName": {
310 + "@id": "propertyName",
311 + "@type": "@id"
312 + },
313 + "path": {
314 + "@id": "path",
315 + "@type": "@id"
316 + }
317 + },
318 + "meta": {
319 + "type": "https://openminds.ebrains.eu/core/SoftwareVersion",
320 + "responseVocab": "https://schema.hbp.eu/myQuery/"
321 + },
322 + "structure": [
323 + {
324 + "propertyName": "query:id",
325 + "path": "@id"
326 + },
327 + {
328 + "propertyName": "query:shortName",
329 + "path": "https://openminds.ebrains.eu/vocab/shortName"
330 + },
331 + {
332 + "propertyName": "query:versionIdentifier",
333 + "path": "https://openminds.ebrains.eu/vocab/versionIdentifier"
334 + },
335 + {
336 + "propertyName": "query:inputFormat",
337 + "path": "https://openminds.ebrains.eu/vocab/inputFormat",
338 + "required": true,
339 + "structure": [
340 + {
341 + "propertyName": "query:name",
342 + "path": "https://openminds.ebrains.eu/vocab/name"
343 + },
344 + {
345 + "propertyName": "query:fileExtension",
346 + "path": "https://openminds.ebrains.eu/vocab/fileExtension",
347 + "required": true,
348 + "filter": {
349 + "op": "CONTAINS",
350 + "value": ".smr"
351 + }
352 + }
353 + ]
354 + }
355 + ]
356 +}
357 +{{/code}}
358 +
359 +
294 294