lcnetdev / marc2bibframe2

Convert MARC records to BIBFRAME2 RDF
http://www.loc.gov/bibframe/
Creative Commons Zero v1.0 Universal
88 stars 35 forks source link

missing LDR/07 labels #227

Open MiklosHubay opened 1 year ago

MiklosHubay commented 1 year ago

2.3 spec defines an rdfs:label for the Bibliographic level components (bf:issuance), however they cannot be found in the xslt. Eg. single unit, integrating resource etc.

kefo commented 8 months ago

I see it here: https://id.loc.gov/resources/instances/21699119.rdf

Does that address this issue?

That resource is from 2022 so before this Issue was submitted. If this isn't what you are looking for, we'll need more explanation here of the actual problem.

MiklosHubay commented 8 months ago

Thanks Kevin. It could easily be a data issue.

My original data were (created just for studying the conversion, not for live task): _

00775 ms 2200217 4500
<controlfield tag="001">leader7_s</controlfield>

_

and the result (also with 2.4): _bf:Instance rdf:about="http://example.org/leader7_s#Instance">

</bf:Instance>_

Based on your example data set, there can be a dependency I didn't realized so far :)

jodiw01 commented 8 months ago

@MiklosHubay -- do have a real-world example that we can review?