Skip to content

Commit 475c6dc

Browse files
Fixed invalid demo json
1 parent 673f425 commit 475c6dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WebContent/WEB-INF/ldf-server-example.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"datasources": {
33
"dbpedia": {
4-
"path": "/path/to/dataset.hdt",
5-
},
4+
"path": "/path/to/dataset.hdt"
5+
}
66
},
77

88
"prefixes": {
@@ -22,4 +22,4 @@
2222
"hydra": "http://www.w3.org/ns/hydra/core#",
2323
"void": "http://rdfs.org/ns/void#"
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)