Sha256: f6be44ba7f2504578c876bb9f31f8e2181c07b82fc218899c0721e7d8d8915ce
Contents?: true
Size: 671 Bytes
Versions: 23
Compression:
Stored size: 671 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 simple_property :creators, N::DCNS.creator singular_property :date, N::DCNS.date singular_property :description, N::DCNS.description simple_property :publishers, N::DCNS.publisher singular_property :language, N::DCNS.language simple_property :dc_subjects, N::DCNS.subject singular_property :rights, N::DCNS.rights singular_property :title, N::DCNS.title end end end
Version data entries
23 entries across 23 versions & 1 rubygems