Changes for page 2 Application Programming Interface (API)
Last modified by maaike on 2022/07/06 10:10
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,10 +4,13 @@ 4 4 5 5 === Request permission === 6 6 7 -To be able to access the Knowledge Graph (KG) programmatically, you onlyrequirean EBRAINS account. Register for an account here:[[https:~~/~~/ebrains.eu/register/>>https://ebrains.eu/register/]] and log in.7 +To be able to access the Knowledge Graph (KG) programmatically, you require: 8 8 9 -=== Writing Knowledge Graph queries === 9 +1. An EBRAINS account. Register for an account here: [[https:~~/~~/ebrains.eu/register/>>https://ebrains.eu/register/]] 10 +1. (% style="background-color:#f1c40f" %)--Register and request credentials for your KG client by emailing support@ebrains.eu-- 10 10 12 +=== Writting Knowledge Graph queries === 13 + 11 11 A query for the Knowledge Graph is defined declaratively in JSON-LD and always executed against a specific data structure (e.g. a "Dataset version") allowing the graph to be traversed. 12 12 13 13 In the snippet below, we can see that we first define the semantical context for the query with //"@context",// which belongs to the namespace "//https:~/~/schema.hbp.eu/graphQuery/".//