File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SPARQL is an inherently more flexible RDF mapping mechanism than JSON-LD `@conte
1313
1414 mvn clean install
1515
16- That should produce an executable JAR file ` target/json2rdf-1.0.0-SNAPSHOT -jar-with-dependencies.jar ` in which dependency libraries will be included.
16+ That should produce an executable JAR file ` target/json2rdf-1.0.1 -jar-with-dependencies.jar ` in which dependency libraries will be included.
1717
1818## Usage
1919
@@ -45,7 +45,7 @@ JSON data in [`ordinary-json-document.json`](https://www.w3.org/TR/json-ld11/#in
4545
4646Java execution from shell:
4747
48- cat ordinary-json-document.json | java -jar JSON2RDF -1.0.0-SNAPSHOT -jar-with-dependencies.jar https://localhost/ | riot --formatted=TURTLE
48+ cat ordinary-json-document.json | java -jar json2rdf -1.0.1 -jar-with-dependencies.jar https://localhost/ | riot --formatted=TURTLE
4949
5050Alternatively, Docker execution from shell:
5151
@@ -130,7 +130,7 @@ JSON data in [`city-distances.json`](https://www.w3.org/TR/xslt-30/#json-to-xml-
130130
131131Java execution from shell:
132132
133- cat city-distances.json | java -jar JSON2RDF -1.0.0-SNAPSHOT -jar-with-dependencies.jar https://localhost/ | riot --formatted=TURTLE
133+ cat city-distances.json | java -jar json2rdf -1.0.1 -jar-with-dependencies.jar https://localhost/ | riot --formatted=TURTLE
134134
135135Alternatively, Docker execution from shell:
136136
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.atomgraph.etl.json</groupId >
55 <artifactId >json2rdf</artifactId >
6- <version >1.0.0-SNAPSHOT </version >
6+ <version >1.0.1 </version >
77 <packaging >jar</packaging >
88
99 <name >JSON2RDF</name >
You can’t perform that action at this time.
0 commit comments