Itemstore¶
Used in combination with the validate configuration variable, in order to find approproate bundles for validation of the harvested metadata. Used only in the validation transform.
Configuration¶
An object, consisting of a variable 'bundles', with a list of bundle files.
module.exports = {
itemstore: {
bundles: [
['https://static.entryscape.com/suite/latest/templates/dcterms.json'],
['https://static.entryscape.com/suite/latest/templates/foaf.json'],
['https://static.entryscape.com/suite/latest/templates/vcard.json'],
['https://static.entryscape.com/suite/latest/templates/odrs.json'],
['https://static.entryscape.com/suite/latest/templates/dcat-ap_props.json'],
['https://static.entryscape.com/suite/latest/templates/dcat-ap.json'],
],
},
};