lib/dpla/map/source_resource.rb in dpla-map-4.0.0.0.pre.5 vs lib/dpla/map/source_resource.rb in dpla-map-4.0.0.0.pre.6
- old
+ new
@@ -20,9 +20,10 @@
property :publisher, :predicate => RDF::DC.publisher, :class_name => 'DPLA::MAP::Agent'
property :relation, :predicate => RDF::DC11.relation
property :isReplacedBy, :predicate => RDF::DPLA.isReplacedBy
property :replaces, :predicate => RDF::DPLA.replaces
property :rights, :predicate => RDF::DC11.rights
+ property :rightsHolder, :predicate => RDF::DC.rightsHolder, :class_name => 'DPLA::MAP::Agent'
property :subject, :predicate => RDF::DC.subject, :class_name => 'DPLA::MAP::Concept'
property :temporal, :predicate => RDF::DC.temporal, :class_name => 'DPLA::MAP::TimeSpan'
property :title, :predicate => RDF::DC.title
property :dctype, :predicate => RDF::DC.type, :class_name => 'DPLA::MAP::Controlled::DCMIType'
end