lib/dpla/map/web_resource.rb in dpla-map-4.0.0.0.pre.7 vs lib/dpla/map/web_resource.rb in dpla-map-4.0.0.0.pre.8
- old
+ new
@@ -1,9 +1,9 @@
module DPLA::MAP
class WebResource < ActiveTriples::Resource
configure :type => RDF::EDM.WebResource
- property :format, :predicate => RDF::DC11.format
+ property :dcformat, :predicate => RDF::DC11.format
property :rights, :predicate => RDF::DC11.rights
property :rightsStatement, :predicate => RDF::EDM.rights, :class_name => 'DPLA::MAP::RightsStatement'
end
end