From 512594e8f948245d9d6f0d486a29a04e9d5bb7b1 Mon Sep 17 00:00:00 2001 From: Jeremiah <4462211+jeremiahpslewis@users.noreply.github.com> Date: Sat, 18 Dec 2021 12:41:41 -0600 Subject: [PATCH] Update README.md --- server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/README.md b/server/README.md index a5d6b4f7..3e5f6de0 100644 --- a/server/README.md +++ b/server/README.md @@ -71,7 +71,7 @@ It provides the following REST actions: will add the N-Triples file MY_FILE.nt to the server dataset inside of the `http://example.com/g` named graph. [Turtle](https://www.w3.org/TR/turtle/), [N-Triples](https://www.w3.org/TR/n-triples/) and [RDF XML](https://www.w3.org/TR/rdf-syntax-grammar/) are supported. It is also possible to `POST`, `PUT` and `GET` the complete RDF dataset on the server using RDF dataset formats ([TriG](https://www.w3.org/TR/trig/) and [N-Quads](https://www.w3.org/TR/n-quads/)) against the `/store` endpoint. - For example + For example: ```sh curl -f -X POST -H 'Content-Type:application/n-quads' \ --data-binary "@MY_FILE.nq" http://localhost:7878/store