Module: Export::Dwca::Occurrence

Defined in:
lib/export/dwca/occurrence/data.rb,
lib/export/dwca/occurrence/sql_fragments.rb,
lib/export/dwca/occurrence/media_exporter.rb,
lib/export/dwca/occurrence/predicate_exporter.rb,
lib/export/dwca/occurrence/postgresql_functions.rb,
lib/export/dwca/occurrence/taxonworks_extension_exporter.rb

Defined Under Namespace

Modules: PostgresqlFunctions, SqlFragments Classes: Data, MediaExporter, PredicateExporter, TaxonworksExtensionExporter

Constant Summary collapse

LOCAL_RESOURCE_RELATIONSHIP_TERMS =

Columns we include in the Resource Relationship extension table that aren’t DwC terms but have meaning for us and perhaps users of our archives.

{
  'TW:Resource': 'https://sfg.taxonworks.org/dwc/terms/resourceRelationship/resource',
  'TW:RelatedResource': 'https://sfg.taxonworks.org/dwc/terms/resourceRelationship/relatedResource',
}.freeze