Skip to content

Commit

Permalink
switch sheetmusic preds
Browse files Browse the repository at this point in the history
  • Loading branch information
lsat12357 committed Feb 15, 2017
1 parent b6ee6fc commit 6adc5ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
12 changes: 6 additions & 6 deletions app/models/datastream/oregon_rdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ def self.resource_class
property :view, :predicate => OregonDigital::Vocabularies::OREGONDIGITAL['cco/viewDescription'] do |index|
index.as :displayable
end
property :firstLine, :predicate => OregonDigital::Vocabularies::SHEETMUSIC.firstLine do |index|
property :firstLine, :predicate => OregonDigital::Vocabularies::OREGONDIGITAL.sheetmusic_firstLine do |index|
index.as :searchable, :displayable
end
property :firstLineChorus, :predicate => OregonDigital::Vocabularies::SHEETMUSIC.firstLineChorus do |index|
property :firstLineChorus, :predicate => OregonDigital::Vocabularies::OREGONDIGITAL.sheetmusic_firstLineChorus do |index|
index.as :searchable, :displayable
end
property :compassDirection, :predicate => OregonDigital::Vocabularies::OREGONDIGITAL.compassDirection do |index|
Expand All @@ -122,8 +122,8 @@ def self.resource_class
property :conditionOfSource, :predicate => OregonDigital::Vocabularies::OREGONDIGITAL.sourceCondition do |index|
index.as :searchable, :displayable
end
property :instrumentation, :predicate => OregonDigital::Vocabularies::SHEETMUSIC.instrumentation do |index|
index.as :searchable, :facetable, :displayable
property :instrumentation, :predicate => OregonDigital::Vocabularies::OREGONDIGITAL.sheetmusic_instrumentation do |index|
index.as :searchable, :displayable
end
property :od_content, :predicate => RDF::URI('http://opaquenamespace.org/ns/contents'), :class_name => GenericAsset do |index|
index.as :symbol
Expand Down Expand Up @@ -386,13 +386,13 @@ def self.resource_class
property :relation, :predicate => RDF::DC.relation do |index|
index.as :displayable
end
property :largerWork, :predicate => OregonDigital::Vocabularies::SHEETMUSIC.largerWork do |index|
property :largerWork, :predicate => OregonDigital::Vocabularies::OREGONDIGITAL.sheetmusic_largerWork do |index|
index.as :searchable, :displayable
end
property :artSeries, :predicate => OregonDigital::Vocabularies::OREGONDIGITAL.artSeries do |index|
index.as :searchable, :displayable
end
property :hostItem, :predicate => OregonDigital::Vocabularies::SHEETMUSIC.hostItem do |index|
property :hostItem, :predicate => OregonDigital::Vocabularies::OREGONDIGITAL.sheetmusic_hostItem do |index|
index.as :displayable
end
property :hasPart, :predicate => RDF::DC.hasPart do |index|
Expand Down
5 changes: 0 additions & 5 deletions lib/oregon_digital/vocabularies/sheetmusic.rb

This file was deleted.

0 comments on commit 6adc5ca

Please sign in to comment.