lib/iqvoc/configuration/concept.rb in iqvoc-4.13.2 vs lib/iqvoc/configuration/concept.rb in iqvoc-4.14.4
- old
+ new
@@ -10,10 +10,11 @@
mattr_accessor :base_class_name, :root_class_name,
:broader_relation_class_name, :further_relation_class_names,
:pref_labeling_class_name,
:alt_labeling_class_name,
+ :hidden_labeling_class_name,
:match_class_names,
:note_class_names,
:notation_class_names,
:additional_association_class_names,
:view_sections,
@@ -25,9 +26,10 @@
self.broader_relation_class_name = 'Concept::Relation::SKOS::Broader::Mono'
self.further_relation_class_names = [ 'Concept::Relation::SKOS::Related' ]
self.pref_labeling_class_name = 'Labeling::SKOS::PrefLabel'
self.alt_labeling_class_name = 'Labeling::SKOS::AltLabel'
+ self.hidden_labeling_class_name = 'Labeling::SKOS::HiddenLabel'
self.note_class_names = [
Iqvoc.change_note_class_name,
'Note::SKOS::Definition',
'Note::SKOS::EditorialNote',