Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file wont parse #34

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 35 additions & 36 deletions maps/utk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
responsibility: https://www.lib.utk.edu
responsibility_statement: University of Tennessee Libraries
type: UTK Digital Collections v38 - Add sequence to works
version: 39
version: 40

classes:
Attachment:
Expand Down Expand Up @@ -2060,8 +2060,8 @@
sources:
- 'null'
definition:
default: 'The name of the organization who contributes data indirectly to
an aggregation service.'
default: The name of the organization who contributes data indirectly to
an aggregation service.
display_label:
default: Intermediate Provider
index_documentation: displayable, searchable, intermediate provider facet
Expand Down Expand Up @@ -2098,9 +2098,9 @@
- naf
- ulan
definition:
default: 'Enter the name of a person (last, first), family or organization responsible
default: Enter the name of a person (last, first), family or organization responsible
for creating or contributing to a resource by responding to an interviewer,
usually a reporter, pollster, or some other information gathering agent.'
usually a reporter, pollster, or some other information gathering agent.
display_label:
default: Interviewee
index_documentation: displayable, searchable, creator facet
Expand Down Expand Up @@ -2259,7 +2259,7 @@
sample_values:
- 2687-9875
validations:
match_regex: ^[0-9]{4}-[0-9]{3}[0-9xX]$.
match_regex: "^[0-9]{4}-[0-9]{3}[0-9xX]$."
issuing_body:
available_on:
class:
Expand Down Expand Up @@ -2356,8 +2356,7 @@
- iso639-2b
definition:
default: Enter a language used in the resource. When multiple languages
are present, use multiple fields. If no language is present, use "No
linguistic content."
are present, use multiple fields. If no language is present, use "No linguistic content."
display_label:
default: Language
index_documentation: displayable, searchable, language facet
Expand Down Expand Up @@ -2394,8 +2393,7 @@
- iso639-2b
definition:
default: Enter a language used in the resource as text. When multiple languages
are present, use multiple fields. If no language is present, use "No
linguistic content."
are present, use multiple fields. If no language is present, use "No linguistic content."
display_label:
default: Language
index_documentation: displayable, searchable, language facet
Expand Down Expand Up @@ -2433,8 +2431,8 @@
sources:
- creativecommons
definition:
default: 'If applicable, enter the Creative Commons license that applies to
the resource. '
default: If applicable, enter the Creative Commons license that applies to
the resource.
display_label:
default: License
index_documentation: displayable, searchable, rights facet
Expand Down Expand Up @@ -3456,40 +3454,41 @@
- http://rightsstatements.org/vocab/InC/1.0/
sequence:
available_on:
class:
- Attachment
- GenericWork
- Image
- Video
- Audio
- Pdf
- Book
- CompoundObject
- Newspaper
cardinality:
maximum: 1
minimum: 0
class:

Check failure on line 3457 in maps/utk.yml

View workflow job for this annotation

GitHub Actions / ci (3.10, 1.1.15, ubuntu-latest)

3457:13 [indentation] wrong indentation: expected 6 but found 12
- Attachment
- GenericWork
- Image
- Video
- Audio
- Pdf
- Book
- CompoundObject
- Newspaper
cardinality:
maximum: 1

Check failure on line 3468 in maps/utk.yml

View workflow job for this annotation

GitHub Actions / ci (3.10, 1.1.15, ubuntu-latest)

3468:13 [indentation] wrong indentation: expected 6 but found 12
minimum: 0
multi_value: true
controlled_values:
format: http://www.w3.org/2001/XMLSchema#integer
sources:
- 'null'
format: http://www.w3.org/2001/XMLSchema#integer

Check failure on line 3472 in maps/utk.yml

View workflow job for this annotation

GitHub Actions / ci (3.10, 1.1.15, ubuntu-latest)

3472:13 [indentation] wrong indentation: expected 6 but found 12
sources:
- 'null'
definition:
default: Numeric order in which to display pages or other items
default: Numberic order in which to display pages or other items

Check failure on line 3476 in maps/utk.yml

View workflow job for this annotation

GitHub Actions / ci (3.10, 1.1.15, ubuntu-latest)

3476:12 [indentation] wrong indentation: expected 6 but found 11
display_label:
default: Sequence
default: Sequence

Check failure on line 3478 in maps/utk.yml

View workflow job for this annotation

GitHub Actions / ci (3.10, 1.1.15, ubuntu-latest)

3478:13 [indentation] wrong indentation: expected 6 but found 12
index_documentation: displayable, stored_searchable
indexing:
- displayable
- stored_searchable
mappings: {}
property_uri: http://www.w3.org/2003/12/exif/ns#xResolution
range: http://www.w3.org/2001/XMLSchema#integer
requirement: optional
mappings:

Check failure on line 3487 in maps/utk.yml

View workflow job for this annotation

GitHub Actions / ci (3.10, 1.1.15, ubuntu-latest)

3487:5 [key-duplicates] duplication of key "mappings" in mapping
blacklight: sequence_sim
mods_oai_pmh: mods:sequence
qualified_dc_pmh: dcterms:sequence
simple_dc_pmh: dc:sequence
blacklight: sequence_sim

Check failure on line 3488 in maps/utk.yml

View workflow job for this annotation

GitHub Actions / ci (3.10, 1.1.15, ubuntu-latest)

3488:13 [indentation] wrong indentation: expected 6 but found 12
mods_oai_pmh: mods:sequence
qualified_dc_pmh: dcterms:sequence
simple_dc_pmh: dc:sequence
set_designer:
available_on:
class:
Expand Down Expand Up @@ -3962,8 +3961,8 @@
sources:
- 'null'
definition:
default: 'Enter a date range or phrase that captures the time period the resource
is about. '
default: Enter a date range or phrase that captures the time period the resource
is about.
display_label:
default: Temporal Coverage
index_documentation: displayable, searchable, temporal facet
Expand Down
Loading