Skip to content

Commit

Permalink
Update NWDH to use OAI harvest (#557)
Browse files Browse the repository at this point in the history
Fix bug with type enrichment
  • Loading branch information
scott authored Oct 12, 2023
1 parent 809037e commit 3d6b425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/resources/types/dpla-type-normalization.csv
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Furniture,Physical Object
Jewelry,Physical Object
Object,Physical Object
Physicalobject,Physical Object
PhysicalObject,Physical Object
Physical Object,Physical Object
Sample book,Physical Object
Sculpture,Physical Object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class NcProfile extends XmlProfile {
class NorthwestHeritageProfile extends XmlProfile {
type Mapping = NorthwestHeritageMapping

override def getHarvester: Class[NorthwestHeritageFileHarvester] = classOf[NorthwestHeritageFileHarvester]
override def getHarvester: Class[OaiHarvester] = classOf[OaiHarvester]
override def getMapping = new NorthwestHeritageMapping
}

Expand Down

0 comments on commit 3d6b425

Please sign in to comment.