lib/dpla/map/collection.rb in dpla-map-4.0.0.0.pre.1 vs lib/dpla/map/collection.rb in dpla-map-4.0.0.0.pre.2

- old
+ new

@@ -1,8 +1,8 @@ module DPLA::MAP class Collection < ActiveTriples::Resource configure :base_uri => 'http://dp.la/api/collections/', :type => RDF::DCMITYPE.Collection - property :title, :predicate => RDF::DC11.title # any real reason not to use dcterms here? RDF::DC.title - property :description, :predicate => RDF::DC11.description # any reason not to use dcterms here? RDF::DC.description + property :title, :predicate => RDF::DC.title + property :description, :predicate => RDF::DC.description end end