Sha256: ad6444b040fe1020a3e41eb4bd0f987a71cce7ed520f6bf17a9beb210762a349
Contents?: true
Size: 625 Bytes
Versions: 3
Compression:
Stored size: 625 Bytes
Contents
module TaliaCore # 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 :subjects, N::DCNS.subject singular_property :rights, N::DCNS.rights singular_property :title, N::DCNS.title end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talia_core-0.4.2 | lib/talia_core/dc_resource.rb |
talia_core-0.4.1 | lib/talia_core/dc_resource.rb |
talia_core-0.4.0 | lib/talia_core/dc_resource.rb |