Update README.md

pull/187/head
Jeremiah 3 years ago committed by GitHub
parent 512594e8f9
commit 9ece038a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      server/README.md

@ -68,7 +68,7 @@ It provides the following REST actions:
curl -f -X POST -H 'Content-Type:application/n-triples' \
--data-binary "@MY_FILE.nt" http://localhost:7878/store?graph=http://example.com/g
```
will add the N-Triples file MY_FILE.nt to the server dataset inside of the `http://example.com/g` named graph.
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:

Loading…
Cancel
Save