Skip to content

Conversation

@HelenaSabel
Copy link
Contributor

@HelenaSabel HelenaSabel commented Sep 10, 2025

@HelenaSabel HelenaSabel marked this pull request as draft October 30, 2025 09:13
@duncdrum duncdrum added the release Jinks 1.0.0 label Nov 26, 2025
@HelenaSabel HelenaSabel marked this pull request as ready for review November 26, 2025 18:13
@tuurma
Copy link
Member

tuurma commented Dec 5, 2025

@HelenaSabel can we have a session on this when we are both available to check it's not in conflict with the bibliography support I added a while ago to the registers profile? Sorry I didn't have time to take care of it earlier, but that was the reason

Copy link
Member

@tuurma tuurma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would approve PR as is, made two small suggestions to be addressed, possibly at a later date, at @HelenaSabel's discretion.

case 'term'
return collection($config:register-root)/id($config?id)//tei:category[starts-with(@xml:id, $config?prefix)]/substring-after(@xml:id, $config?prefix)
case 'work'
return collection($config:register-root)/id($config?id)//(tei:bibl|tei:biblStruct)[starts-with(@xml:id, $config?prefix)]/substring-after(@xml:id, $config?prefix)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@HelenaSabel why biblStruct here if it's not supported in the work-template?

<catDesc>{$data?name}</catDesc>
</category>
case "work" return
<bibl xmlns="http://www.tei-c.org/ns/1.0" xml:id="{$id}">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about adding @type="work" which would give us the option to later filter cited works and project bibliography if needed?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a reminder that GND works include recordings, art works, performances, etc. So I'm not sure if we would want to always turn these into bibl in TEI

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@duncdrum that's at a user discretion, they can always create additional registers if they want to record these (or mix and mingle, not our job to stop them)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Jinks 1.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants