How to use @canopycanopycanopy/b-ber-shapes-dublin-core - 2 common examples

To help you get started, we’ve selected a few @canopycanopycanopy/b-ber-shapes-dublin-core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github triplecanopy / b-ber / packages / b-ber-lib / src / ManifestItemProperties.js View on Github external
static isDCElement(data) {
    return has(data, 'term') && elements.indexOf(data.term) > -1
  }
github triplecanopy / b-ber / packages / b-ber-lib / src / ManifestItemProperties.js View on Github external
static isDCTerm(data) {
    return has(data, 'term') && terms.indexOf(data.term) > -1
  }

@canopycanopycanopy/b-ber-shapes-dublin-core

The `b-ber-shapes-dublin-core` package contains lists of [Dublin Core](https://www.dublincore.org) terms and elements.

GPL-3.0-or-later
Latest version published 17 days ago

Package Health Score

69 / 100
Full package analysis

Similar packages