Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
-x .json -l application/ld+json

The full list of available serializations is:

  • application/ld+json
  • application/n-triples
  • application/rdf+xml
  • text/n3 (or text/rdf+n3)
  • text/plain
  • text/turtle (or application/x-turtle)

(from RESTful HTTP API) 

Importing resources

Exported resources may be imported back into the repository from which they came or into the same path in another repository instance.

...