Skip to content

Commit f513fa9

Browse files
committed
Merge branch 'master' of github.com:AtomGraph/JSON2RDF
2 parents fa5ab8d + 7f0955a commit f513fa9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ CONSTRUCT
250250
```
251251
adjust 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
```
256256
Output 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)

0 commit comments

Comments
 (0)