Sha256: 83ef041ac50dd8f40d7a7c862ce6c3e24dfccc0ef8f263f792ae28127ff4c644

Contents?: true

Size: 332 Bytes

Versions: 6

Compression:

Stored size: 332 Bytes

Contents

module DPLA::MAP
  class WebResource < ActiveTriples::Resource
    configure :type => RDF::EDM.WebResource

    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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dpla-map-4.0.0.0.pre.13 lib/dpla/map/web_resource.rb
dpla-map-4.0.0.0.pre.12 lib/dpla/map/web_resource.rb
dpla-map-4.0.0.0.pre.11 lib/dpla/map/web_resource.rb
dpla-map-4.0.0.0.pre.10 lib/dpla/map/web_resource.rb
dpla-map-4.0.0.0.pre.9 lib/dpla/map/web_resource.rb
dpla-map-4.0.0.0.pre.8 lib/dpla/map/web_resource.rb