diff --git a/server/README.md b/server/README.md index 3e5f6de0..c565d836 100644 --- a/server/README.md +++ b/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: