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

- old
+ new

@@ -1,8 +1,10 @@ module DPLA::MAP class Agent < ActiveTriples::Resource configure :type => RDF::EDM.Agent property :label, :predicate => RDF::SKOS.prefLabel - property :sameAs, :predicate => RDF::OWL.sameAs + property :providedLabel, :predicate => RDF::DPLA.providedLabel + property :exactMatch, :predicate => RDF::SKOS.exactMatch + property :closeMatch, :predicate => RDF::SKOS.closeMatch end end