Sha256: 43f149c6630f9356a86f324401f2ffa8801bcfe7249a297e04ab0a5474871ee4

Contents?: true

Size: 668 Bytes

Versions: 1

Compression:

Stored size: 668 Bytes

Contents

module TaliaCore
  module SourceTypes

    # A generic resource that should contain the most important 
    # Dublin Core metadata fields
    class DcResource < Source

      # General metadata
      singular_property :identifier, N::DCNS.identifier
      multi_property :creators, N::DCNS.creator
      singular_property :date, N::DCNS.date
      singular_property :description, N::DCNS.description
      multi_property :publishers, N::DCNS.publisher
      singular_property :language, N::DCNS.language
      multi_property :dc_subjects, N::DCNS.subject
      singular_property :rights, N::DCNS.rights
      singular_property :title, N::DCNS.title

    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talia_core-0.7.0 lib/talia_core/source_types/dc_resource.rb