Attention: The Keycloak upgrade has been completed. As this was a major upgrade, there may be some unexpected issues occurring. Please report any issues you find to support by using the contact form found at https://www.ebrains.eu/contact/. Thank you for your patience and understanding. 


Try it yourself!

Version 1.1 by maaike on 2022/06/27 11:22

User examples

  1. How many datasets used human subjects?
  2. Find datasets with male adult subjects
  3. Find datasets that contain NIfTI files
  4. 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.")