Changes for page 3 Try it yourself!

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

From version 8.2
edited by maaike
on 2022/07/05 20:33
Change comment: There is no comment for this version
To version 9.1
edited by maaike
on 2022/07/05 20:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -308,6 +308,8 @@
308 308  
309 309  ==== **Query Builder** ====
310 310  
311 +For this question, we will execute the query against the "softwareVersion data structure. We ask for the name, version and input type of the software. We further refine our query by restricting the result to software that can open files with the file extension ".smr". We get the same 3 software types as in the search, and we immediately see that one of the software types has multiple versions that can open this kind of files.
312 +
311 311  {{code language="json" layout="LINENUMBERS"}}
312 312  {
313 313   "@context": {
... ... @@ -364,3 +364,4 @@
364 364  {{/code}}
365 365  
366 366  
369 +