File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -250,8 +250,8 @@ CONSTRUCT
250250```
251251adjust your Twitter handle in the query string as ` ?username ` , and then run this command:
252252``` bash
253- cat twitter .json | docker run -i -a stdin -a stdout -a stderr atomgraph/json2rdf https://twitter.com/ > tweets.nt && \
254- sparql --data tweets.nt --query tweets.rq
253+ cat tweets .json | docker run -i -a stdin -a stdout -a stderr atomgraph/json2rdf https://twitter.com/ > tweets.nt && \
254+ sparql --data tweets.nt --query tweets.rq > tweets.ttl
255255```
256256Output sample:
257257``` turtle
@@ -273,4 +273,4 @@ Hardware: x64 Windows 10 PC with Intel Core i5-7200U 2.5 GHz CPU and 16 GB RAM.
273273
274274* [ javax.json] ( https://mvnrepository.com/artifact/org.glassfish/javax.json )
275275* [ Apache Jena] ( https://jena.apache.org/ )
276- * [ picocli] ( https://picocli.info )
276+ * [ picocli] ( https://picocli.info )
You can’t perform that action at this time.
0 commit comments