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
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# QA4LOV
2
2
QA over Linked Open Vocabularies
3
3
4
-
Demo at http://212.101.173.21:3333/dataset/bdo/qa
4
+
Demo at http://localhost:3333/dataset/bdo/qa
5
5
6
6
## List of dependencies
7
7
@@ -12,7 +12,7 @@ Demo at http://212.101.173.21:3333/dataset/bdo/qa
12
12
13
13
## How to launch the src/webapp
14
14
- Download the repository `src/webapp`
15
-
- Launch Datalift containing an instance of [BDO dataset](http://212.101.173.21:3333/dataset/bdo/) published at `http://localhost:9091/sparql/data`.
15
+
- Launch Datalift containing an instance of [BDO dataset](http://localhost:3333/dataset/bdo/) published at `http://localhost:9091/sparql/data`.
16
16
- If different endpoint, change the value in the file `main.py` in Line 15: `sparql = SPARQLWrapper("http://fuseki:3030/sparql/data")` to the corresponding endpoint
Copy file name to clipboardExpand all lines: src/webapp/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
## How to launch the src/webapp
9
9
- Download the repository `src/webapp`
10
-
- Launch Datalift containing an instance of [BDO dataset](http://212.101.173.21:3333/dataset/bdo/) published at `http://localhost:9091/sparql/data`.
10
+
- Launch Datalift containing an instance of [BDO dataset](http://localhost:3333/dataset/bdo/) published at `http://localhost:9091/sparql/data`.
11
11
- If different endpoint, change the value in the file `main.py` in Line 15: `sparql = SPARQLWrapper("http://fuseki:3030/sparql/data")` to the corresponding endpoint
0 commit comments