We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c24d0 commit 02356b8Copy full SHA for 02356b8
README.md
@@ -4,7 +4,7 @@
4
5
1. start blazegraph
6
7
- `docker run --name blazegraph --rm -d -p 8889:8080 lyrasis/blazegraph:2.1.5`
+ `docker run --name blazegraph --rm -d -p 8889:8080 islandora/blazegraph:3.1.1`
8
9
2. to upload all the turtle files, from the root of this repo do:
10
@@ -85,4 +85,4 @@ sparql.setQuery(query)
85
sparql.setReturnFormat(JSON)
86
results = sparql.query().convert()
87
print(len(results['results']['bindings']))
88
-```
+```
0 commit comments