User examples
- How many datasets used human subjects?
- Find datasets with male adult subjects
- Find datasets that contain NIfTI files
- Find the software that can be used to open .smr file formats?
Example 1 - How many datasets used human subjects?
Search UI
In the filter function, select "Homo Sapiens" under species. This filters the available datasets in the Knowledge Graph for human subjects only.
https://search.kg.ebrains.eu/?facet_type[0]=Dataset&facet_Dataset_speciesFilter[0]=Homo%20sapiens
Query Builder
x = 1
if x == 1:
# indented four spaces
print("x is 1.")
if x == 1:
# indented four spaces
print("x is 1.")