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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ SPARQL is an inherently more flexible RDF mapping mechanism than JSON-LD `@conte
15
15
16
16
That should produce an executable JAR file `target/json2rdf-jar-with-dependencies.jar` in which dependency libraries will be included.
17
17
18
+
## Maven
19
+
20
+
Each version is released to the Maven central repository as [`com.atomgraph.etl.json/json2rdf`](https://central.sonatype.com/artifact/com.atomgraph.etl.json/json2rdf)
21
+
18
22
## Usage
19
23
20
24
The JSON data is read from `stdin`, the resulting RDF data is written to `stdout`.
0 commit comments