Sha256: 30178d7e0155e485ae1b9f28b7e0c997ffa15d500c126a4662c5ef04408e1b60
Contents?: true
Size: 482 Bytes
Versions: 49
Compression:
Stored size: 482 Bytes
Contents
# frozen_string_literal: true module Hyrax module CoreMetadata def self.included(work) work.property :depositor, predicate: ::RDF::URI.new('http://id.loc.gov/vocabulary/relators/dpt'), multiple: false work.property :title, predicate: ::RDF::Vocab::DC.title work.property :date_uploaded, predicate: ::RDF::Vocab::DC.dateSubmitted, multiple: false work.property :date_modified, predicate: ::RDF::Vocab::DC.modified, multiple: false end end end
Version data entries
49 entries across 49 versions & 2 rubygems