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

490/880 conversion #243

Open
jodiw01 opened this issue Jun 5, 2024 · 1 comment
Open

490/880 conversion #243

jodiw01 opened this issue Jun 5, 2024 · 1 comment

Comments

@jodiw01
Copy link
Contributor

jodiw01 commented Jun 5, 2024

Using LCCN 2022470726 as the example.

The paired 490-880 fields are placed in a single series Hub resource, but the 880 field is converted again to create a second series Hub resource. This conversion should stop. Per the specs, just the 490-880 combo resource is needed.

Needed:

<bflc:relationship>
<bflc:Relationship>
<bflc:relation>
<bflc:Relation rdf:about="http://id.loc.gov/ontologies/bibframe/hasSeries">
<rdfs:label>Has Series</rdfs:label>
</bflc:Relation>
</bflc:relation>
<bf:relatedTo>
<bf:Series rdf:about="http://id.loc.gov/resources/REPLACE/22987419#Hub490-28">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bflc/Uncontrolled"/>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/t">
<rdfs:label>transcribed</rdfs:label>
</bf:Status>
</bf:status>
<bf:title>
<bf:Title>
<bf:mainTitle>Serii︠a︡ "Istorii︠a︡ ta polityka"</bf:mainTitle>
<bf:mainTitle xml:lang="uk-cyrl">Серія "Історія та політика"</bf:mainTitle>
</bf:Title>
</bf:title>
</bf:Series>
</bf:relatedTo>
</bflc:Relationship>
</bflc:relationship>

Currently created but not needed:

<bflc:relationship>
<bflc:Relationship>
<bflc:relation>
<bflc:Relation rdf:about="http://id.loc.gov/ontologies/bibframe/hasSeries">
<rdfs:label>Has Series</rdfs:label>
</bflc:Relation>
</bflc:relation>
<bf:relatedTo>
<bf:Series rdf:about="http://id.loc.gov/resources/REPLACE/22987419#Hub880-29">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bflc/Uncontrolled"/>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/t">
<rdfs:label>transcribed</rdfs:label>
</bf:Status>
</bf:status>
<bf:title>
<bf:Title>
<bf:mainTitle>Серія "Історія та політика"</bf:mainTitle>
</bf:Title>
</bf:title>
</bf:Series>
</bf:relatedTo>
</bflc:Relationship>
</bflc:relationship>
@jodiw01
Copy link
Contributor Author

jodiw01 commented Jun 5, 2024

related to lcnetdev/bibframe2marc#28

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