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
-
... ... @@ -10,7 +10,7 @@ 10 10 11 11 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/".// 12 12 13 -{{code language=" json"layout="LINENUMBERS"}}13 +{{code language="python"}} 14 14 { 15 15 "@context": { 16 16 "@vocab": "https://core.kg.ebrains.eu/vocab/query/", ... ... @@ -81,7 +81,7 @@ 81 81 82 82 The above query in the Query Builder is written below: 83 83 84 -{{code language=" json"layout="LINENUMBERS"}}84 +{{code language="python"}} 85 85 { 86 86 "@context": { 87 87 "@vocab": "https://core.kg.ebrains.eu/vocab/query/", ... ... @@ -209,3 +209,5 @@ 209 209 ] 210 210 } 211 211 {{/code}} 212 + 213 +