Skip to content

Commit

Permalink
Make placeOfPublication and placeOfProduction controlled.
Browse files Browse the repository at this point in the history
  • Loading branch information
wickr committed Jan 14, 2021
1 parent b100147 commit 9736751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/datastream/oregon_rdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def self.resource_class
property :publisher, :predicate => RDF::DC.publisher do |index|
index.as :searchable, :facetable, :displayable
end
property :placeOfPublication, :predicate => OregonDigital::Vocabularies::MARCREL.pup do |index|
property :placeOfPublication, :predicate => OregonDigital::Vocabularies::MARCREL.pup, :class_name => OregonDigital::ControlledVocabularies::Geographic do |index|
index.as :displayable
end
property :od_repository, :predicate => OregonDigital::Vocabularies::MARCREL.rps, :class_name => OregonDigital::ControlledVocabularies::Repos do |index|
Expand Down Expand Up @@ -555,7 +555,7 @@ def self.resource_class
property :modeOfIssuance, :predicate => RDF::URI('http://www.rdaregistry.info/Elements/m/#modeOfIssuance.en') do |index|
index.as :displayable
end
property :placeOfProduction, :predicate => RDF::URI('http://www.rdaregistry.info/Elements/m/#placeOfProduction.en') do |index|
property :placeOfProduction, :predicate => RDF::URI('http://www.rdaregistry.info/Elements/m/#placeOfProduction.en'), :class_name => OregonDigital::ControlledVocabularies::Geographic do |index|
index.as :displayable
end
property :descriptionOfManifestation, :predicate => RDF::URI('http://www.rdaregistry.info/Elements/m/#descriptionOfManifestation.en') do |index|
Expand Down

0 comments on commit 9736751

Please sign in to comment.