You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ To minimise the number of return trips between HyperGraphQL server and RDF store
41
41
```
42
42
43
43
### HyperGraphQL response:
44
-
```json
44
+
```js
45
45
{
46
46
"extensions": {},
47
47
"data": {
@@ -98,7 +98,7 @@ Clone the Git repository into a local directory. Then in the root of the project
98
98
99
99
Basic settings are defined in the *properties.json* file. The defaults are:
100
100
101
-
```json
101
+
```js
102
102
{
103
103
"schemaFile":"schema.graphql",
104
104
"contextFile":"context.json",
@@ -173,7 +173,7 @@ The context specification consists of three components:
173
173
174
174
The following example presents a possible context associated with the schema above, where all predicates are associated with the *http://dbpedia.org* graph.
0 commit comments