Versions Compared

Key

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

...

Code Block
languagebash
-u fedoraAdmin:secret3 


-x to use a different file extension on the exported rdf serialization..
-l to change the rdf language used
For example if you want json-ld instead of turtle, use:

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

 

Importing resources

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

...