.koppie/config/metadata/collection_resource.yaml in hyrax-5.0.0.rc1 vs .koppie/config/metadata/collection_resource.yaml in hyrax-5.0.0.rc2

- old
+ new

@@ -1,9 +1,11 @@ # Simple yaml config-driven schema which is used to define model attributes, # index key names, and form properties. # # Attributes must have a type but all other configuration options are optional. +# Please note: If using Valkyrie's Fedora Metadata Adapter, predicates for attributes +# must be placed here. # # attributes: # attribute_name: # type: string # multiple: false @@ -17,6 +19,180 @@ # @see config/metadata/basic_metadata.yaml for an example configuration # # Generated via # `rails generate hyrax:collection_resource CollectionResource` -attributes: {} +attributes: + description: + type: string + multiple: true + form: + primary: true + index_keys: + - "description_tesim" + predicate: http://purl.org/dc/elements/1.1/description + creator: + type: string + multiple: true + form: + required: false + primary: false + index_keys: + - "creator_tesim" + predicate: http://purl.org/dc/elements/1.1/creator + rights_statement: + type: string + multiple: true + form: + primary: false + index_keys: + - "rights_statement_tesim" + predicate: http://www.europeana.eu/schemas/edm/rights + abstract: + type: string + multiple: true + form: + primary: false + index_keys: + - "abstract_tesim" + predicate: http://purl.org/dc/terms/abstract + access_right: + type: string + multiple: true + form: + primary: false + index_keys: + - "access_right_tesim" + predicate: http://purl.org/dc/terms/accessRights + alternative_title: + type: string + multiple: true + form: + primary: false + index_keys: + - "alternative_title_tesim" + predicate: http://purl.org/dc/terms/alternative + based_near: + type: string + multiple: true + form: + primary: false + index_keys: + - "based_near_sim" + - "based_near_tesim" + predicate: http://xmlns.com/foaf/0.1/based_near + bibliographic_citation: + type: string + multiple: true + predicate: http://purl.org/dc/terms/bibliographicCitation + contributor: + type: string + multiple: true + form: + primary: false + index_keys: + - "contributor_tesim" + predicate: http://purl.org/dc/elements/1.1/contributor + date_created: + type: date_time + multiple: true + form: + primary: false + index_keys: + - "date_created_tesim" + predicate: http://purl.org/dc/terms/created + identifier: + type: string + multiple: true + form: + primary: false + index_keys: + - "identifier_tesim" + predicate: http://purl.org/dc/terms/identifier + import_url: + type: string + predicate: http://scholarsphere.psu.edu/ns#importUrl + keyword: + type: string + multiple: true + index_keys: + - "keyword_sim" + - "keyword_tesim" + form: + primary: false + predicate: http://schema.org/keywords + publisher: + type: string + multiple: true + form: + primary: false + index_keys: + - "publisher_tesim" + predicate: http://purl.org/dc/elements/1.1/publisher + label: + type: string + form: + primary: false + index_keys: + - "label_tesim" + predicate: info:fedora/fedora-system:def/model#downloadFilename + language: + type: string + multiple: true + form: + primary: false + index_keys: + - "language_tesim" + predicate: http://purl.org/dc/elements/1.1/language + license: + type: string + multiple: true + form: + primary: false + index_keys: + - "license_tesim" + predicate: http://purl.org/dc/terms/license + relative_path: + type: string + predicate: http://scholarsphere.psu.edu/ns#relativePath + related_url: + type: string + multiple: true + form: + primary: false + index_keys: + - "related_url_tesim" + predicate: http://www.w3.org/2000/01/rdf-schema#seeAlso + resource_type: + type: string + multiple: true + form: + primary: false + index_keys: + - "resource_type_sim" + - "resource_type_tesim" + predicate: http://purl.org/dc/terms/type + rights_notes: + type: string + multiple: true + form: + primary: false + index_keys: + - "rights_notes_tesim" + predicate: http://purl.org/dc/elements/1.1/rights + source: + type: string + multiple: true + form: + primary: false + index_keys: + - "source_tesim" + predicate: http://purl.org/dc/terms/source + subject: + type: string + multiple: true + index_keys: + - "subject_sim" + - "subject_tesim" + form: + primary: false + predicate: http://purl.org/dc/elements/1.1/subject