Sha256: 6a95f54e2c407a642f4e5350fd746e3c1609d48763843d54d4e0228c11ef68db

Contents?: true

Size: 354 Bytes

Versions: 12

Compression:

Stored size: 354 Bytes

Contents

module DPLA::MAP
  class Agent < ActiveTriples::Resource
    configure :type => RDF::EDM.Agent
    
    property :label, :predicate => RDF::SKOS.prefLabel
    property :providedLabel, :predicate => RDF::DPLA.providedLabel
    property :exactMatch, :predicate => RDF::SKOS.exactMatch
    property :closeMatch, :predicate => RDF::SKOS.closeMatch
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
dpla-map-4.0.0.0.pre.13 lib/dpla/map/agent.rb
dpla-map-4.0.0.0.pre.12 lib/dpla/map/agent.rb
dpla-map-4.0.0.0.pre.11 lib/dpla/map/agent.rb
dpla-map-4.0.0.0.pre.10 lib/dpla/map/agent.rb
dpla-map-4.0.0.0.pre.9 lib/dpla/map/agent.rb
dpla-map-4.0.0.0.pre.8 lib/dpla/map/agent.rb
dpla-map-4.0.0.0.pre.7 lib/dpla/map/agent.rb
dpla-map-4.0.0.0.pre.6 lib/dpla/map/agent.rb
dpla-map-4.0.0.0.pre.5 lib/dpla/map/agent.rb
dpla-map-4.0.0.0.pre.4 lib/dpla/map/agent.rb
dpla-map-4.0.0.0.pre.3 lib/dpla/map/agent.rb
dpla-map-4.0.0.0.pre.2 lib/dpla/map/agent.rb