Fix bulkupload documentation example.

The `bulkupload` command expects "dc:title", rather than "dcterms:title".
Similar for description.
This commit is contained in:
Ben Sturmfels 2019-09-12 14:39:11 +10:00
parent 45400905e7
commit 9618899480
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0

View File

@ -58,7 +58,7 @@ it is a bit more complex.
This is an example of what a script may look like. The important part here is
that you have to create the 'metadata.csv' file.::
location,dcterms:title,dcterms:creator,dcterms:type
location,dc:title,dc:creator,dc:type
"http://www.example.net/path/to/nap.png","Goblin taking a nap",,"Image"
"http://www.example.net/path/to/snore.ogg","Goblin Snoring","Me","Audio"