Skip to content

Sample Queries

Examples

Example 1: Retrieve all MEMO Data Portals.

1
2
3
4
5
6
PREFIX nfdicore: <https://nfdi.fiz-karlsruhe.de/ontology/>
SELECT ?portal ?label
WHERE {
  ?portal a nfdicore:DataPortal ;
          rdfs:label ?label .
}