Versions Compared

Key

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

...


You should now have RDF resources exported to /tmp/descriptions and binary resources in /tmp/binaries. 

Options

Exporting only RDF

If you do not want backups of the binaries, omit the --b flagbinDir option.  You cannot export only binariesbinaries without the rdf metadata description. If you include the --binDir option, you must also include the --descDir option as well.

Authentication

Pass the -u option -d flag.
There are other command line options available, e.g.,:
-u to provide a username and password for Fedora basic authentication.
With the vagrant box, if you If you are using the Vagrant installation, it will have Fedora Auth turned on and are using the default settings, you would enabled and you will need to add the following to your command:

Code Block
languagebash
-u fedoraAdmin:secret3 

Format Options

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

...