add lido:type attributes to recordInfoSet / recordMetadataDate #13

Open
opened 2025-12-13 14:40:56 +01:00 by awinkler · 2 comments
Member

It would be useful to add type attributes to recordInfoSet / recordMetadataDate so that it is clear that the former refers to the LIDO record and the latter to the date when the dataset was created viz. exported.

Changes needed in

<lido:recordInfoSet>
ff:

                    <lido:recordInfoSet  lido:type="http://terminology.lido-schema.org/lido00470">
                        <xsl:for-each select="sources_objektinfo">
                            <lido:recordInfoLink>
                                <xsl:value-of select="."/>
                            </lido:recordInfoLink>
                        </xsl:for-each>
                        <xsl:for-each select="exportdatum">
                            <lido:recordMetadataDate  lido:type="http://terminology.lido-schema.org/lido00472">
                                <!--							  <lido:displayDate>  -->
                                <xsl:value-of select="."/>
                                <!--								</lido:displayDate>  -->
                            </lido:recordMetadataDate>
                        </xsl:for-each>
                    </lido:recordInfoSet>
It would be useful to add type attributes to recordInfoSet / recordMetadataDate so that it is clear that the former refers to the LIDO record and the latter to the date when the dataset was created viz. exported. Changes needed in https://gitea.armuli.eu/museum-digital/musdb-md-xm-xsls/src/commit/2b275b24dd4377ccc27eef79c8adb8de21d6f57b/src/lido-1.1.xsl#L1756 ff: ``` <lido:recordInfoSet lido:type="http://terminology.lido-schema.org/lido00470"> <xsl:for-each select="sources_objektinfo"> <lido:recordInfoLink> <xsl:value-of select="."/> </lido:recordInfoLink> </xsl:for-each> <xsl:for-each select="exportdatum"> <lido:recordMetadataDate lido:type="http://terminology.lido-schema.org/lido00472"> <!-- <lido:displayDate> --> <xsl:value-of select="."/> <!-- </lido:displayDate> --> </lido:recordMetadataDate> </xsl:for-each> </lido:recordInfoSet> ```
Owner

Hi, can you create a PR? Please note that changes to the LIDO 1.1 export are rather inconsequential. LIDO 1.0 is still (by far) the primary LIDO variant. Also, any changes to the LIDO 1.1 export should be simultaneously introduced to the EODEM export.

Hi, can you create a PR? Please note that changes to the LIDO 1.1 export are rather inconsequential. LIDO 1.0 is still (by far) the primary LIDO variant. Also, any changes to the LIDO 1.1 export should be simultaneously introduced to the EODEM export.
Author
Member

done with PR #14

done with PR #14
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: museum-digital/musdb-md-xm-xsls#13