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

Title concatenating and maybe add these title fields to dynamic profile creation #68

Open
thisismattmiller opened this issue Jul 22, 2021 · 0 comments

Comments

@thisismattmiller
Copy link
Member

https://preprod-8230.id.loc.gov/resources/instances/c0221143060001.editor-pkg.xml

Take a look at the bf:title/bf:Title in the Instance and the compare it to what you see in the editor. It appears the literals are being concatenated into a single title input field.

It’s a bit of a mess in the RDF, but that’s because we persist in splitting up the title into two parts, mainTitle and subtitle. I think that is folly, but, my opinion aside, I would argue it is permissible to have multiple titles (the whole title as a literal) within a single Title resource assuming each title was represented as a distinct literal distinguished with a different xml:lang value (or there’s only one without a langtag). This basically:

bf:title
bf:Title
rdfs:labelInkwŏn esŏ para pon hakkyo p'ongnyŏk yebang mit haksaeng ŭi ihae = Human rights prevention of school violence and student understanding</rdfs:label>
bflc:titleSortKeyInkwŏn esŏ para pon hakkyo p'ongnyŏk yebang mit haksaeng ŭi ihae = Human rights prevention of school violence and student understanding</bflc:titleSortKey>
<rdfs:label xml:lang="ko-hang">인권 에서 바라 본 학교 폭력 예방 및 학생 의 이해 = Human rights prevention of school violence and student understanding</rdfs:label>
<bflc:titleSortKey xml:lang="ko-hang">인권 에서 바라 본 학교 폭력 예방 및 학생 의 이해 = Human rights prevention of school violence and student understanding</bflc:titleSortKey>
</bf:Title>
</bf:title>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant