mradermacher/bibframe-olmo-1b-GGUF
Text Generation
•
1B
•
Updated
•
256
id
stringlengths 4
19
| text
stringlengths 9.98k
3.6M
|
|---|---|
9223732
|
<|im_start|>system
You are a BIBFRAME expert assistant. Your task is to correct invalid BIBFRAME RDF/XML to conform to Library of Congress specifications.
Rules:
1. Fix namespace declarations (use bf: for BIBFRAME, bflc: for LC extensions)
2. Add missing required properties (bf:title, bf:adminMetadata, etc.)
3. Convert literals to proper resource structures where needed
4. Preserve all valid existing content
5. Output only valid RDF/XML, no explanations<|im_end|>
<|im_start|>user
Fix the following invalid BIBFRAME RDF/XML:
```xml
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:bf="http://id.loc.gov/ontologies/bibframe/" xmlns:bflc="http://id.loc.gov/ontologies/bflc/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cc="http://creativecommons.org/ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/">
<bf:Instance rdf:about="http://id.loc.gov/resources/instances/9223732">
<bf:issuance>
<bf:Issuance rdf:about="http://id.loc.gov/vocabulary/issuance/mono">
<rdfs:label>single unit</rdfs:label>
<bf:code>mono</bf:code>
</bf:Issuance>
</bf:issuance>
<bf:provisionActivity>
<bf:ProvisionActivity>
<rdf:type>Publication</rdf:type>
<bf:date rdf:datatype="http://id.loc.gov/datatypes/edtf">1883</bf:date>
<bf:place>
<bf:Place rdf:about="http://id.loc.gov/vocabulary/countries/xx">
<rdfs:label xml:lang="en">No place, unknown, or undetermined</rdfs:label>
<bf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xx</bf:code>
</bf:Place>
</bf:place>
<bflc:simplePlace>Philaldlephia</bflc:simplePlace>
<bflc:simpleAgent>Eldredge & brothes</bflc:simpleAgent>
<bflc:simpleDate>1883</bflc:simpleDate>
</bf:ProvisionActivity>
</bf:provisionActivity>
<bf:publicationStatement>Philaldlephia: Eldredge & brothes, 1883</bf:publicationStatement>
<bf:identifiedBy>
<bf:Lccn>
<rdf:value> 32035370 </rdf:value>
</bf:Lccn>
</bf:identifiedBy>
<bf:title>
<bf:Title>
<bf:mainTitle>A handbook of mythology</bf:mainTitle>
<bflc:nonSortNum>2</bflc:nonSortNum>
</bf:Title>
</bf:title>
<bf:extent>
<bf:Extent>
<rdfs:label>viii, 9-253 p.</rdfs:label>
</bf:Extent>
</bf:extent>
<bf:note>
<bf:Note>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/mnotetype/physical"/>
<rdfs:label>illus.</rdfs:label>
<bflc:appliesTo>
<bflc:AppliesTo>
<rdfs:label>all</rdfs:label>
</bflc:AppliesTo>
</bflc:appliesTo>
</bf:Note>
</bf:note>
<bf:dimensions>17 cm</bf:dimensions>
<bf:media>
<bf:Media rdf:about="http://id.loc.gov/vocabulary/mediaTypes/n">
<rdfs:label>unmediated</rdfs:label>
<bf:code>n</bf:code>
</bf:Media>
</bf:media>
<bf:note>
<bf:Note>
<rdfs:label>Also available in digital form</rdfs:label>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/mnotetype/addphys"/>
</bf:Note>
</bf:note>
<dcterms:isPartOf rdf:resource="http://id.loc.gov/resources/instances"/>
<bf:instanceOf>
<bf:Work rdf:about="http://id.loc.gov/resources/works/9223732">
<rdfs:label>Edwards, S. A. A handbook of mythology</rdfs:label>
<bf:contribution>
<bf:Contribution>
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/PrimaryContribution"/>
<bf:agent>
<bf:Agent rdf:about="http://id.loc.gov/rwo/agents/n86869078">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Person"/>
<rdfs:label>Edwards, S. A.</rdfs:label>
<bflc:marcKey>1001 $aEdwards, S. A.</bflc:marcKey>
</bf:Agent>
</bf:agent>
<bf:role>
<bf:Role rdf:about="http://id.loc.gov/vocabulary/relators/ctb">
<rdfs:label>contributor</rdfs:label>
<bf:code>ctb</bf:code>
</bf:Role>
</bf:role>
</bf:Contribution>
</bf:contribution>
<bf:classification>
<bf:ClassificationLcc>
<bf:classificationPortion>BL310</bf:classificationPortion>
<bf:itemPortion>.E3 1883</bf:itemPortion>
<bf:assigner>
<bf:Organization rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Organization>
</bf:assigner>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/uba">
<rdfs:label>used by assigner</rdfs:label>
<bf:code>uba</bf:code>
</bf:Status>
</bf:status>
</bf:ClassificationLcc>
</bf:classification>
<bf:title>
<bf:Title>
<bf:mainTitle>A handbook of mythology</bf:mainTitle>
<bflc:nonSortNum>2</bflc:nonSortNum>
</bf:Title>
</bf:title>
<bf:language rdf:resource="http://id.loc.gov/vocabulary/languages/eng"/>
<bf:hasInstance>
<bf:Instance rdf:about="http://id.loc.gov/resources/instances/9223732">
<bf:title>
<bf:Title>
<bf:mainTitle>A handbook of mythology</bf:mainTitle>
<bflc:nonSortNum>2</bflc:nonSortNum>
</bf:Title>
</bf:title>
<bf:identifiedBy>
<bf:Lccn>
<rdf:value> 32035370 </rdf:value>
</bf:Lccn>
</bf:identifiedBy>
<bf:publicationStatement>Philaldlephia: Eldredge & brothes, 1883</bf:publicationStatement>
<bf:extent>
<bf:Extent>
<rdfs:label>viii, 9-253 p.</rdfs:label>
</bf:Extent>
</bf:extent>
</bf:Instance>
</bf:hasInstance>
</bf:Work>
</bf:instanceOf>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/n">
<rdfs:label>new</rdfs:label>
<bf:code>n</bf:code>
</bf:Status>
</bf:status>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">1982-12-13</bf:date>
<bf:agent>
<bf:Agent rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Organization"/>
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Agent>
</bf:agent>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/c">
<rdfs:label>changed</rdfs:label>
<bf:code>c</bf:code>
</bf:Status>
</bf:status>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2023-02-17T14:11:36</bf:date>
<bf:descriptionModifier>
<bf:Organization rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Organization>
</bf:descriptionModifier>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/c">
<rdfs:label>changed</rdfs:label>
<bf:code>c</bf:code>
</bf:Status>
</bf:status>
<bf:agent>
<bf:Agent rdf:about="http://id.loc.gov/vocabulary/organizations/dlcmrc">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Organization"/>
<rdfs:label>United States, Library of Congress, Network Development and MARC Standards Office</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC-MRC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlcmrc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlcmrc</bf:code>
</bf:Agent>
</bf:agent>
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.7.0"/>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2024-08-08T21:56:39.69913-04:00</bf:date>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:descriptionLevel rdf:resource="http://id.loc.gov/ontologies/bibframe-2-3-0/"/>
<bf:identifiedBy>
<bf:Local>
<rdf:value>9223732</rdf:value>
<bf:assigner>
<bf:Organization rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Organization>
</bf:assigner>
</bf:Local>
</bf:identifiedBy>
<bflc:marcKey>040 $aDLC$cCarP$dDLC</bflc:marcKey>
<lclocal:d906 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=906 $a 0 $b cbc $c premunv $d u $e ncip $f 19 $g y-gencatlg</lclocal:d906>
<lclocal:d985 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=985 $a digrepo/gdc</lclocal:d985>
</bf:AdminMetadata>
</bf:adminMetadata>
</bf:Instance>
</rdf:RDF>
```
Errors to fix:
Converted resource to literal: http://id.loc.gov/ontologies/bibframe/Publication → 'Publication'
Output the corrected RDF/XML:<|im_end|>
<|im_start|>assistant
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:bf="http://id.loc.gov/ontologies/bibframe/" xmlns:bflc="http://id.loc.gov/ontologies/bflc/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cc="http://creativecommons.org/ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/">
<bf:Instance rdf:about="http://id.loc.gov/resources/instances/9223732">
<bf:issuance>
<bf:Issuance rdf:about="http://id.loc.gov/vocabulary/issuance/mono">
<rdfs:label>single unit</rdfs:label>
<bf:code>mono</bf:code>
</bf:Issuance>
</bf:issuance>
<bf:provisionActivity>
<bf:ProvisionActivity>
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Publication"/>
<bf:date rdf:datatype="http://id.loc.gov/datatypes/edtf">1883</bf:date>
<bf:place>
<bf:Place rdf:about="http://id.loc.gov/vocabulary/countries/xx">
<rdfs:label xml:lang="en">No place, unknown, or undetermined</rdfs:label>
<bf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">xx</bf:code>
</bf:Place>
</bf:place>
<bflc:simplePlace>Philaldlephia</bflc:simplePlace>
<bflc:simpleAgent>Eldredge & brothes</bflc:simpleAgent>
<bflc:simpleDate>1883</bflc:simpleDate>
</bf:ProvisionActivity>
</bf:provisionActivity>
<bf:publicationStatement>Philaldlephia: Eldredge & brothes, 1883</bf:publicationStatement>
<bf:identifiedBy>
<bf:Lccn>
<rdf:value> 32035370 </rdf:value>
</bf:Lccn>
</bf:identifiedBy>
<bf:title>
<bf:Title>
<bf:mainTitle>A handbook of mythology</bf:mainTitle>
<bflc:nonSortNum>2</bflc:nonSortNum>
</bf:Title>
</bf:title>
<bf:extent>
<bf:Extent>
<rdfs:label>viii, 9-253 p.</rdfs:label>
</bf:Extent>
</bf:extent>
<bf:note>
<bf:Note>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/mnotetype/physical"/>
<rdfs:label>illus.</rdfs:label>
<bflc:appliesTo>
<bflc:AppliesTo>
<rdfs:label>all</rdfs:label>
</bflc:AppliesTo>
</bflc:appliesTo>
</bf:Note>
</bf:note>
<bf:dimensions>17 cm</bf:dimensions>
<bf:media>
<bf:Media rdf:about="http://id.loc.gov/vocabulary/mediaTypes/n">
<rdfs:label>unmediated</rdfs:label>
<bf:code>n</bf:code>
</bf:Media>
</bf:media>
<bf:note>
<bf:Note>
<rdfs:label>Also available in digital form</rdfs:label>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/mnotetype/addphys"/>
</bf:Note>
</bf:note>
<dcterms:isPartOf rdf:resource="http://id.loc.gov/resources/instances"/>
<bf:instanceOf>
<bf:Work rdf:about="http://id.loc.gov/resources/works/9223732">
<rdfs:label>Edwards, S. A. A handbook of mythology</rdfs:label>
<bf:contribution>
<bf:Contribution>
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/PrimaryContribution"/>
<bf:agent>
<bf:Agent rdf:about="http://id.loc.gov/rwo/agents/n86869078">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Person"/>
<rdfs:label>Edwards, S. A.</rdfs:label>
<bflc:marcKey>1001 $aEdwards, S. A.</bflc:marcKey>
</bf:Agent>
</bf:agent>
<bf:role>
<bf:Role rdf:about="http://id.loc.gov/vocabulary/relators/ctb">
<rdfs:label>contributor</rdfs:label>
<bf:code>ctb</bf:code>
</bf:Role>
</bf:role>
</bf:Contribution>
</bf:contribution>
<bf:classification>
<bf:ClassificationLcc>
<bf:classificationPortion>BL310</bf:classificationPortion>
<bf:itemPortion>.E3 1883</bf:itemPortion>
<bf:assigner>
<bf:Organization rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Organization>
</bf:assigner>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/uba">
<rdfs:label>used by assigner</rdfs:label>
<bf:code>uba</bf:code>
</bf:Status>
</bf:status>
</bf:ClassificationLcc>
</bf:classification>
<bf:title>
<bf:Title>
<bf:mainTitle>A handbook of mythology</bf:mainTitle>
<bflc:nonSortNum>2</bflc:nonSortNum>
</bf:Title>
</bf:title>
<bf:language rdf:resource="http://id.loc.gov/vocabulary/languages/eng"/>
<bf:hasInstance>
<bf:Instance rdf:about="http://id.loc.gov/resources/instances/9223732">
<bf:title>
<bf:Title>
<bf:mainTitle>A handbook of mythology</bf:mainTitle>
<bflc:nonSortNum>2</bflc:nonSortNum>
</bf:Title>
</bf:title>
<bf:identifiedBy>
<bf:Lccn>
<rdf:value> 32035370 </rdf:value>
</bf:Lccn>
</bf:identifiedBy>
<bf:publicationStatement>Philaldlephia: Eldredge & brothes, 1883</bf:publicationStatement>
<bf:extent>
<bf:Extent>
<rdfs:label>viii, 9-253 p.</rdfs:label>
</bf:Extent>
</bf:extent>
</bf:Instance>
</bf:hasInstance>
</bf:Work>
</bf:instanceOf>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/n">
<rdfs:label>new</rdfs:label>
<bf:code>n</bf:code>
</bf:Status>
</bf:status>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">1982-12-13</bf:date>
<bf:agent>
<bf:Agent rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Organization"/>
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Agent>
</bf:agent>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/c">
<rdfs:label>changed</rdfs:label>
<bf:code>c</bf:code>
</bf:Status>
</bf:status>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2023-02-17T14:11:36</bf:date>
<bf:descriptionModifier>
<bf:Organization rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Organization>
</bf:descriptionModifier>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/c">
<rdfs:label>changed</rdfs:label>
<bf:code>c</bf:code>
</bf:Status>
</bf:status>
<bf:agent>
<bf:Agent rdf:about="http://id.loc.gov/vocabulary/organizations/dlcmrc">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Organization"/>
<rdfs:label>United States, Library of Congress, Network Development and MARC Standards Office</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC-MRC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlcmrc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlcmrc</bf:code>
</bf:Agent>
</bf:agent>
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.7.0"/>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2024-08-08T21:56:39.69913-04:00</bf:date>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:descriptionLevel rdf:resource="http://id.loc.gov/ontologies/bibframe-2-3-0/"/>
<bf:identifiedBy>
<bf:Local>
<rdf:value>9223732</rdf:value>
<bf:assigner>
<bf:Organization rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Organization>
</bf:assigner>
</bf:Local>
</bf:identifiedBy>
<bflc:marcKey>040 $aDLC$cCarP$dDLC</bflc:marcKey>
<lclocal:d906 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=906 $a 0 $b cbc $c premunv $d u $e ncip $f 19 $g y-gencatlg</lclocal:d906>
<lclocal:d985 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=985 $a digrepo/gdc</lclocal:d985>
</bf:AdminMetadata>
</bf:adminMetadata>
</bf:Instance>
</rdf:RDF>
<|im_end|>
|
22867435
|
<|im_start|>system
You are a BIBFRAME expert assistant. Your task is to correct invalid BIBFRAME RDF/XML to conform to Library of Congress specifications.
Rules:
1. Fix namespace declarations (use bf: for BIBFRAME, bflc: for LC extensions)
2. Add missing required properties (bf:title, bf:adminMetadata, etc.)
3. Convert literals to proper resource structures where needed
4. Preserve all valid existing content
5. Output only valid RDF/XML, no explanations<|im_end|>
<|im_start|>user
Fix the following invalid BIBFRAME RDF/XML:
```xml
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:bf="http://id.loc.gov/ontologies/bibframe/" xmlns:bflc="http://id.loc.gov/ontologies/bflc/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cc="http://creativecommons.org/ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/">
<bf:Work rdf:about="http://id.loc.gov/resources/works/22867435">
<bflc:aap>Howard, Hannah Plenty</bflc:aap>
<bflc:aap-normalized>howardhannahplenty</bflc:aap-normalized>
<rdf:type>Text</rdf:type>
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Monograph"/>
<bf:genreForm>
<bf:GenreForm rdf:about="http://id.loc.gov/authorities/genreForms/gf2014026047">
<rdfs:label xml:lang="en">Autobiographies</rdfs:label>
<bflc:marcKey>155 $aAutobiographies</bflc:marcKey>
</bf:GenreForm>
</bf:genreForm>
<bf:geographicCoverage>
<bf:GeographicCoverage rdf:about="http://id.loc.gov/vocabulary/geographicAreas/n-us">
<rdfs:label xml:lang="en">United States</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/codes/gac">n-us---</bf:code>
</bf:GeographicCoverage>
</bf:geographicCoverage>
<bf:classification>
<bf:ClassificationLcc>
<bf:classificationPortion>TX649.H68</bf:classificationPortion>
<bf:itemPortion>A3 2021</bf:itemPortion>
<bf:assigner>
<bf:Organization rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Organization>
</bf:assigner>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/uba">
<rdfs:label>used by assigner</rdfs:label>
<bf:code>uba</bf:code>
</bf:Status>
</bf:status>
</bf:ClassificationLcc>
</bf:classification>
<bf:classification>
<bf:ClassificationDdc>
<bf:classificationPortion>641.092</bf:classificationPortion>
<bf:source>
<bf:Source>
<bf:code>23</bf:code>
</bf:Source>
</bf:source>
<bf:edition>full</bf:edition>
</bf:ClassificationDdc>
</bf:classification>
<bf:contribution>
<bf:Contribution>
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/PrimaryContribution"/>
<bf:agent>
<bf:Agent rdf:about="http://id.loc.gov/rwo/agents/no2018055942">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Person"/>
<rdfs:label>Howard, Hannah</rdfs:label>
<bflc:marcKey>1001 $aHoward, Hannah</bflc:marcKey>
</bf:Agent>
</bf:agent>
<bf:role>
<bf:Role rdf:about="http://id.loc.gov/vocabulary/relators/aut">
<rdfs:label>author</rdfs:label>
<bf:code>aut</bf:code>
</bf:Role>
</bf:role>
</bf:Contribution>
</bf:contribution>
<bf:title>
<bf:Title>
<bf:mainTitle>Plenty</bf:mainTitle>
</bf:Title>
</bf:title>
<bf:title>
<bf:VariantTitle>
<bf:variantType>portion</bf:variantType>
<bf:mainTitle>Memoir of food & family</bf:mainTitle>
</bf:VariantTitle>
</bf:title>
<bf:title>
<bf:VariantTitle>
<bf:mainTitle>Memoir of food and family</bf:mainTitle>
</bf:VariantTitle>
</bf:title>
<bf:content>
<bf:Content rdf:about="http://id.loc.gov/vocabulary/contentTypes/txt">
<rdfs:label>text</rdfs:label>
<bf:code>txt</bf:code>
</bf:Content>
</bf:content>
<bf:subject>
<bf:Person rdf:about="http://id.loc.gov/rwo/agents/no2018055942">
<rdfs:label>Howard, Hannah</rdfs:label>
<bflc:marcKey>1001 $aHoward, Hannah</bflc:marcKey>
</bf:Person>
</bf:subject>
<bf:subject>
<bf:Topic rdf:about="http://id.loc.gov/authorities/subjects/sh2010118974">
<rdfs:label xml:lang="en">Women food writers--United States--Biography</rdfs:label>
<bflc:marcKey>150 $aWomen food writers$zUnited States$vBiography</bflc:marcKey>
<madsrdf:componentList xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:parseType="Collection">
<madsrdf:Topic>
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Authority"/>
<madsrdf:authoritativeLabel xml:lang="en">Women food writers</madsrdf:authoritativeLabel>
<madsrdf:elementList rdf:parseType="Collection">
<madsrdf:TopicElement>
<madsrdf:elementValue xml:lang="en">Women food writers</madsrdf:elementValue>
</madsrdf:TopicElement>
</madsrdf:elementList>
</madsrdf:Topic>
<madsrdf:Geographic>
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Authority"/>
<madsrdf:authoritativeLabel xml:lang="en">United States</madsrdf:authoritativeLabel>
<madsrdf:elementList rdf:parseType="Collection">
<madsrdf:GeographicElement>
<madsrdf:elementValue xml:lang="en">United States</madsrdf:elementValue>
</madsrdf:GeographicElement>
</madsrdf:elementList>
</madsrdf:Geographic>
<madsrdf:GenreForm>
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Authority"/>
<madsrdf:authoritativeLabel xml:lang="en">Biography</madsrdf:authoritativeLabel>
<madsrdf:elementList rdf:parseType="Collection">
<madsrdf:GenreFormElement>
<madsrdf:elementValue xml:lang="en">Biography</madsrdf:elementValue>
</madsrdf:GenreFormElement>
</madsrdf:elementList>
</madsrdf:GenreForm>
</madsrdf:componentList>
</bf:Topic>
</bf:subject>
<bf:subject>
<bf:Topic rdf:about="http://id.loc.gov/authorities/subjects/sh2008120989">
<rdfs:label xml:lang="en">Food writers--United States--Biography</rdfs:label>
<bflc:marcKey>150 $aFood writers$zUnited States$vBiography</bflc:marcKey>
<madsrdf:componentList xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#" rdf:parseType="Collection">
<madsrdf:Topic>
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Authority"/>
<madsrdf:authoritativeLabel xml:lang="en">Food writers</madsrdf:authoritativeLabel>
<madsrdf:elementList rdf:parseType="Collection">
<madsrdf:TopicElement>
<madsrdf:elementValue xml:lang="en">Food writers</madsrdf:elementValue>
</madsrdf:TopicElement>
</madsrdf:elementList>
</madsrdf:Topic>
<madsrdf:Geographic>
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Authority"/>
<madsrdf:authoritativeLabel xml:lang="en">United States</madsrdf:authoritativeLabel>
<madsrdf:elementList rdf:parseType="Collection">
<madsrdf:GeographicElement>
<madsrdf:elementValue xml:lang="en">United States</madsrdf:elementValue>
</madsrdf:GeographicElement>
</madsrdf:elementList>
</madsrdf:Geographic>
<madsrdf:GenreForm>
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Authority"/>
<madsrdf:authoritativeLabel xml:lang="en">Biography</madsrdf:authoritativeLabel>
<madsrdf:elementList rdf:parseType="Collection">
<madsrdf:GenreFormElement>
<madsrdf:elementValue xml:lang="en">Biography</madsrdf:elementValue>
</madsrdf:GenreFormElement>
</madsrdf:elementList>
</madsrdf:GenreForm>
</madsrdf:componentList>
</bf:Topic>
</bf:subject>
<bf:subject>
<bf:Topic rdf:about="http://id.loc.gov/authorities/subjects/sh85147615">
<rdfs:label xml:lang="en">Women in the food industry</rdfs:label>
<bflc:marcKey>150 0$aWomen in the food industry</bflc:marcKey>
</bf:Topic>
</bf:subject>
<bf:subject>
<bf:Topic rdf:about="http://id.loc.gov/authorities/subjects/sh85051992">
<rdfs:label xml:lang="en">Friendship</rdfs:label>
<bflc:marcKey>150 0$aFriendship</bflc:marcKey>
</bf:Topic>
</bf:subject>
<dcterms:isPartOf rdf:resource="http://id.loc.gov/resources/works"/>
<bf:hasInstance>
<bf:Instance rdf:about="http://id.loc.gov/resources/instances/22867435">
<bf:title>
<bf:Title>
<bf:mainTitle>Plenty</bf:mainTitle>
<bf:subtitle>a memoir of food & family</bf:subtitle>
</bf:Title>
</bf:title>
<bf:publicationStatement>New York [NY]: Little A, [2021]</bf:publicationStatement>
</bf:Instance>
</bf:hasInstance>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/n">
<rdfs:label>new</rdfs:label>
<bf:code>n</bf:code>
</bf:Status>
</bf:status>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2022-11-16</bf:date>
<bf:agent>
<bf:Agent rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Organization"/>
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Agent>
</bf:agent>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/c">
<rdfs:label>changed</rdfs:label>
<bf:code>c</bf:code>
</bf:Status>
</bf:status>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2022-11-18T10:42:42</bf:date>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/c">
<rdfs:label>changed</rdfs:label>
<bf:code>c</bf:code>
</bf:Status>
</bf:status>
<bf:agent>
<bf:Agent rdf:about="http://id.loc.gov/vocabulary/organizations/dlcmrc">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Organization"/>
<rdfs:label>United States, Library of Congress, Network Development and MARC Standards Office</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC-MRC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlcmrc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlcmrc</bf:code>
</bf:Agent>
</bf:agent>
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.7.0"/>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2024-08-02T17:50:51.749716-04:00</bf:date>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:descriptionLevel rdf:resource="http://id.loc.gov/ontologies/bibframe-2-3-0/"/>
<bflc:encodingLevel>
<bflc:EncodingLevel rdf:about="http://id.loc.gov/vocabulary/menclvl/f">
<rdfs:label>full</rdfs:label>
<bf:code>f</bf:code>
</bflc:EncodingLevel>
</bflc:encodingLevel>
<bf:descriptionConventions>
<bf:DescriptionConventions rdf:about="http://id.loc.gov/vocabulary/descriptionConventions/isbd">
<rdfs:label>ISBD: International standard bibliographic description</rdfs:label>
<bf:code>isbd</bf:code>
</bf:DescriptionConventions>
</bf:descriptionConventions>
<bf:identifiedBy>
<bf:Local>
<rdf:value>22867435</rdf:value>
<bf:assigner>
<bf:Organization rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Organization>
</bf:assigner>
</bf:Local>
</bf:identifiedBy>
<lclocal:d906 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=906 $a 7 $b cbc $c origres $d 2 $e ncip $f 20 $g y-gencatlg</lclocal:d906>
<lclocal:d925 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=925 0 $a acquire $b 1 shelf copy $x policy default</lclocal:d925>
<lclocal:d955 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=955 $b rn06 2022-11-16 to USASH $i rk23 2022-11-18 to PresSvrs</lclocal:d955>
<bf:descriptionLanguage>
<bf:Language rdf:about="http://id.loc.gov/vocabulary/languages/eng">
<rdfs:label xml:lang="en">English</rdfs:label>
<bf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">eng</bf:code>
</bf:Language>
</bf:descriptionLanguage>
<bf:descriptionConventions>
<bf:DescriptionConventions rdf:about="http://id.loc.gov/vocabulary/descriptionConventions/rda">
<rdfs:label>Resource description and access</rdfs:label>
<bf:code>rda</bf:code>
</bf:DescriptionConventions>
</bf:descriptionConventions>
<bf:descriptionAuthentication>
<bf:DescriptionAuthentication rdf:about="http://id.loc.gov/vocabulary/marcauthen/pcc">
<rdfs:label>Program for Cooperative Cataloging</rdfs:label>
<bf:code>pcc</bf:code>
</bf:DescriptionAuthentication>
</bf:descriptionAuthentication>
</bf:AdminMetadata>
</bf:adminMetadata>
</bf:Work>
</rdf:RDF>
```
Errors to fix:
Removed required property: language
Converted resource to literal: http://id.loc.gov/ontologies/bibframe/Text → 'Text'
Output the corrected RDF/XML:<|im_end|>
<|im_start|>assistant
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:bf="http://id.loc.gov/ontologies/bibframe/" xmlns:bflc="http://id.loc.gov/ontologies/bflc/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cc="http://creativecommons.org/ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/">
<bf:Work rdf:about="http://id.loc.gov/resources/works/22867435">
<bflc:aap>Howard, Hannah Plenty</bflc:aap>
<bflc:aap-normalized>howardhannahplenty</bflc:aap-normalized>
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Text"/>
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Monograph"/>
<bf:language>
<bf:Language rdf:about="http://id.loc.gov/vocabulary/languages/eng">
<rdfs:label xml:lang="en">English</rdfs:label>
<bf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">eng</bf:code>
</bf:Language>
</bf:language>
<bf:genreForm>
<bf:GenreForm rdf:about="http://id.loc.gov/authorities/genreForms/gf2014026047">
<rdfs:label xml:lang="en">Autobiographies</rdfs:label>
<bflc:marcKey>155 $aAutobiographies</bflc:marcKey>
</bf:GenreForm>
</bf:genreForm>
<bf:geographicCoverage>
<bf:GeographicCoverage rdf:about="http://id.loc.gov/vocabulary/geographicAreas/n-us">
<rdfs:label xml:lang="en">United States</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/codes/gac">n-us---</bf:code>
</bf:GeographicCoverage>
</bf:geographicCoverage>
<bf:classification>
<bf:ClassificationLcc>
<bf:classificationPortion>TX649.H68</bf:classificationPortion>
<bf:itemPortion>A3 2021</bf:itemPortion>
<bf:assigner>
<bf:Organization rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Organization>
</bf:assigner>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/uba">
<rdfs:label>used by assigner</rdfs:label>
<bf:code>uba</bf:code>
</bf:Status>
</bf:status>
</bf:ClassificationLcc>
</bf:classification>
<bf:classification>
<bf:ClassificationDdc>
<bf:classificationPortion>641.092</bf:classificationPortion>
<bf:source>
<bf:Source>
<bf:code>23</bf:code>
</bf:Source>
</bf:source>
<bf:edition>full</bf:edition>
</bf:ClassificationDdc>
</bf:classification>
<bf:contribution>
<bf:Contribution>
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/PrimaryContribution"/>
<bf:agent>
<bf:Agent rdf:about="http://id.loc.gov/rwo/agents/no2018055942">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Person"/>
<rdfs:label>Howard, Hannah</rdfs:label>
<bflc:marcKey>1001 $aHoward, Hannah</bflc:marcKey>
</bf:Agent>
</bf:agent>
<bf:role>
<bf:Role rdf:about="http://id.loc.gov/vocabulary/relators/aut">
<rdfs:label>author</rdfs:label>
<bf:code>aut</bf:code>
</bf:Role>
</bf:role>
</bf:Contribution>
</bf:contribution>
<bf:title>
<bf:Title>
<bf:mainTitle>Plenty</bf:mainTitle>
</bf:Title>
</bf:title>
<bf:title>
<bf:VariantTitle>
<bf:variantType>portion</bf:variantType>
<bf:mainTitle>Memoir of food & family</bf:mainTitle>
</bf:VariantTitle>
</bf:title>
<bf:title>
<bf:VariantTitle>
<bf:mainTitle>Memoir of food and family</bf:mainTitle>
</bf:VariantTitle>
</bf:title>
<bf:content>
<bf:Content rdf:about="http://id.loc.gov/vocabulary/contentTypes/txt">
<rdfs:label>text</rdfs:label>
<bf:code>txt</bf:code>
</bf:Content>
</bf:content>
<bf:subject>
<bf:Person rdf:about="http://id.loc.gov/rwo/agents/no2018055942">
<rdfs:label>Howard, Hannah</rdfs:label>
<bflc:marcKey>1001 $aHoward, Hannah</bflc:marcKey>
</bf:Person>
</bf:subject>
<bf:subject>
<bf:Topic rdf:about="http://id.loc.gov/authorities/subjects/sh2010118974">
<rdfs:label xml:lang="en">Women food writers--United States--Biography</rdfs:label>
<bflc:marcKey>150 $aWomen food writers$zUnited States$vBiography</bflc:marcKey>
<madsrdf:componentList rdf:parseType="Collection" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#">
<madsrdf:Topic>
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Authority"/>
<madsrdf:authoritativeLabel xml:lang="en">Women food writers</madsrdf:authoritativeLabel>
<madsrdf:elementList rdf:parseType="Collection">
<madsrdf:TopicElement>
<madsrdf:elementValue xml:lang="en">Women food writers</madsrdf:elementValue>
</madsrdf:TopicElement>
</madsrdf:elementList>
</madsrdf:Topic>
<madsrdf:Geographic>
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Authority"/>
<madsrdf:authoritativeLabel xml:lang="en">United States</madsrdf:authoritativeLabel>
<madsrdf:elementList rdf:parseType="Collection">
<madsrdf:GeographicElement>
<madsrdf:elementValue xml:lang="en">United States</madsrdf:elementValue>
</madsrdf:GeographicElement>
</madsrdf:elementList>
</madsrdf:Geographic>
<madsrdf:GenreForm>
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Authority"/>
<madsrdf:authoritativeLabel xml:lang="en">Biography</madsrdf:authoritativeLabel>
<madsrdf:elementList rdf:parseType="Collection">
<madsrdf:GenreFormElement>
<madsrdf:elementValue xml:lang="en">Biography</madsrdf:elementValue>
</madsrdf:GenreFormElement>
</madsrdf:elementList>
</madsrdf:GenreForm>
</madsrdf:componentList>
</bf:Topic>
</bf:subject>
<bf:subject>
<bf:Topic rdf:about="http://id.loc.gov/authorities/subjects/sh2008120989">
<rdfs:label xml:lang="en">Food writers--United States--Biography</rdfs:label>
<bflc:marcKey>150 $aFood writers$zUnited States$vBiography</bflc:marcKey>
<madsrdf:componentList rdf:parseType="Collection" xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#">
<madsrdf:Topic>
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Authority"/>
<madsrdf:authoritativeLabel xml:lang="en">Food writers</madsrdf:authoritativeLabel>
<madsrdf:elementList rdf:parseType="Collection">
<madsrdf:TopicElement>
<madsrdf:elementValue xml:lang="en">Food writers</madsrdf:elementValue>
</madsrdf:TopicElement>
</madsrdf:elementList>
</madsrdf:Topic>
<madsrdf:Geographic>
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Authority"/>
<madsrdf:authoritativeLabel xml:lang="en">United States</madsrdf:authoritativeLabel>
<madsrdf:elementList rdf:parseType="Collection">
<madsrdf:GeographicElement>
<madsrdf:elementValue xml:lang="en">United States</madsrdf:elementValue>
</madsrdf:GeographicElement>
</madsrdf:elementList>
</madsrdf:Geographic>
<madsrdf:GenreForm>
<rdf:type rdf:resource="http://www.loc.gov/mads/rdf/v1#Authority"/>
<madsrdf:authoritativeLabel xml:lang="en">Biography</madsrdf:authoritativeLabel>
<madsrdf:elementList rdf:parseType="Collection">
<madsrdf:GenreFormElement>
<madsrdf:elementValue xml:lang="en">Biography</madsrdf:elementValue>
</madsrdf:GenreFormElement>
</madsrdf:elementList>
</madsrdf:GenreForm>
</madsrdf:componentList>
</bf:Topic>
</bf:subject>
<bf:subject>
<bf:Topic rdf:about="http://id.loc.gov/authorities/subjects/sh85147615">
<rdfs:label xml:lang="en">Women in the food industry</rdfs:label>
<bflc:marcKey>150 0$aWomen in the food industry</bflc:marcKey>
</bf:Topic>
</bf:subject>
<bf:subject>
<bf:Topic rdf:about="http://id.loc.gov/authorities/subjects/sh85051992">
<rdfs:label xml:lang="en">Friendship</rdfs:label>
<bflc:marcKey>150 0$aFriendship</bflc:marcKey>
</bf:Topic>
</bf:subject>
<dcterms:isPartOf rdf:resource="http://id.loc.gov/resources/works"/>
<bf:hasInstance>
<bf:Instance rdf:about="http://id.loc.gov/resources/instances/22867435">
<bf:title>
<bf:Title>
<bf:mainTitle>Plenty</bf:mainTitle>
<bf:subtitle>a memoir of food & family</bf:subtitle>
</bf:Title>
</bf:title>
<bf:publicationStatement>New York [NY]: Little A, [2021]</bf:publicationStatement>
</bf:Instance>
</bf:hasInstance>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/n">
<rdfs:label>new</rdfs:label>
<bf:code>n</bf:code>
</bf:Status>
</bf:status>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2022-11-16</bf:date>
<bf:agent>
<bf:Agent rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Organization"/>
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Agent>
</bf:agent>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/c">
<rdfs:label>changed</rdfs:label>
<bf:code>c</bf:code>
</bf:Status>
</bf:status>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2022-11-18T10:42:42</bf:date>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/c">
<rdfs:label>changed</rdfs:label>
<bf:code>c</bf:code>
</bf:Status>
</bf:status>
<bf:agent>
<bf:Agent rdf:about="http://id.loc.gov/vocabulary/organizations/dlcmrc">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Organization"/>
<rdfs:label>United States, Library of Congress, Network Development and MARC Standards Office</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC-MRC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlcmrc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlcmrc</bf:code>
</bf:Agent>
</bf:agent>
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.7.0"/>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2024-08-02T17:50:51.749716-04:00</bf:date>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:descriptionLevel rdf:resource="http://id.loc.gov/ontologies/bibframe-2-3-0/"/>
<bflc:encodingLevel>
<bflc:EncodingLevel rdf:about="http://id.loc.gov/vocabulary/menclvl/f">
<rdfs:label>full</rdfs:label>
<bf:code>f</bf:code>
</bflc:EncodingLevel>
</bflc:encodingLevel>
<bf:descriptionConventions>
<bf:DescriptionConventions rdf:about="http://id.loc.gov/vocabulary/descriptionConventions/isbd">
<rdfs:label>ISBD: International standard bibliographic description</rdfs:label>
<bf:code>isbd</bf:code>
</bf:DescriptionConventions>
</bf:descriptionConventions>
<bf:identifiedBy>
<bf:Local>
<rdf:value>22867435</rdf:value>
<bf:assigner>
<bf:Organization rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Organization>
</bf:assigner>
</bf:Local>
</bf:identifiedBy>
<lclocal:d906 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=906 $a 7 $b cbc $c origres $d 2 $e ncip $f 20 $g y-gencatlg</lclocal:d906>
<lclocal:d925 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=925 0 $a acquire $b 1 shelf copy $x policy default</lclocal:d925>
<lclocal:d955 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=955 $b rn06 2022-11-16 to USASH $i rk23 2022-11-18 to PresSvrs</lclocal:d955>
<bf:descriptionLanguage>
<bf:Language rdf:about="http://id.loc.gov/vocabulary/languages/eng">
<rdfs:label xml:lang="en">English</rdfs:label>
<bf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">eng</bf:code>
</bf:Language>
</bf:descriptionLanguage>
<bf:descriptionConventions>
<bf:DescriptionConventions rdf:about="http://id.loc.gov/vocabulary/descriptionConventions/rda">
<rdfs:label>Resource description and access</rdfs:label>
<bf:code>rda</bf:code>
</bf:DescriptionConventions>
</bf:descriptionConventions>
<bf:descriptionAuthentication>
<bf:DescriptionAuthentication rdf:about="http://id.loc.gov/vocabulary/marcauthen/pcc">
<rdfs:label>Program for Cooperative Cataloging</rdfs:label>
<bf:code>pcc</bf:code>
</bf:DescriptionAuthentication>
</bf:descriptionAuthentication>
</bf:AdminMetadata>
</bf:adminMetadata>
</bf:Work>
</rdf:RDF>
<|im_end|>
|
11285346
|
<|im_start|>system
You are a BIBFRAME expert assistant. Your task is to correct invalid BIBFRAME RDF/XML to conform to Library of Congress specifications.
Rules:
1. Fix namespace declarations (use bf: for BIBFRAME, bflc: for LC extensions)
2. Add missing required properties (bf:title, bf:adminMetadata, etc.)
3. Convert literals to proper resource structures where needed
4. Preserve all valid existing content
5. Output only valid RDF/XML, no explanations<|im_end|>
<|im_start|>user
Fix the following invalid BIBFRAME RDF/XML:
```xml
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:bf="http://id.loc.gov/ontologies/bibframe/" xmlns:bflc="http://id.loc.gov/ontologies/bflc/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cc="http://creativecommons.org/ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/">
<bf:Instance rdf:about="http://id.loc.gov/resources/instances/11285346">
<bf:issuance>
<bf:Issuance rdf:about="http://id.loc.gov/vocabulary/issuance/serl">
<rdfs:label>serial</rdfs:label>
<bf:code>serl</bf:code>
</bf:Issuance>
</bf:issuance>
<bf:provisionActivity>
<bf:ProvisionActivity>
<rdf:type>Publication</rdf:type>
<bf:date rdf:datatype="http://id.loc.gov/datatypes/edtf">1969/1982</bf:date>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/ceased">
<rdfs:label>ceased</rdfs:label>
<bf:code>ceased</bf:code>
</bf:Status>
</bf:status>
<bf:place>
<bf:Place rdf:about="http://id.loc.gov/vocabulary/countries/nyu">
<rdfs:label xml:lang="en">New York (State)</rdfs:label>
<bf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">nyu</bf:code>
</bf:Place>
</bf:place>
<bflc:simplePlace>New York</bflc:simplePlace>
<bflc:simpleAgent>Olympic Film Service</bflc:simpleAgent>
<bflc:simpleDate>[©1968]-</bflc:simpleDate>
</bf:ProvisionActivity>
</bf:provisionActivity>
<bf:publicationStatement>New York: Olympic Film Service, [©1968]-</bf:publicationStatement>
<bf:frequency>
<bf:Frequency rdf:about="http://id.loc.gov/vocabulary/frequencies/ann">
<rdfs:label>annual</rdfs:label>
<bf:code>ann</bf:code>
</bf:Frequency>
</bf:frequency>
<bf:identifiedBy>
<bf:Lccn>
<rdf:value> 84643355 </rdf:value>
</bf:Lccn>
</bf:identifiedBy>
<bf:identifiedBy>
<bf:OclcNumber>
<rdf:value>2255512</rdf:value>
</bf:OclcNumber>
</bf:identifiedBy>
<bf:title>
<bf:Title>
<bf:mainTitle>Training film profiles</bf:mainTitle>
</bf:Title>
</bf:title>
<bf:title>
<bf:VariantTitle>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/vartitletype/cov"/>
<bf:mainTitle>Olympic training film profiles</bf:mainTitle>
</bf:VariantTitle>
</bf:title>
<bf:extent>
<bf:Extent>
<rdfs:label>volumes</rdfs:label>
</bf:Extent>
</bf:extent>
<bf:dimensions>28 cm</bf:dimensions>
<bf:frequency>
<bf:Frequency>
<rdfs:label>Annual</rdfs:label>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/current">
<rdfs:label>current</rdfs:label>
<bf:code>current</bf:code>
</bf:Status>
</bf:status>
</bf:Frequency>
</bf:frequency>
<bf:media>
<bf:Media rdf:about="http://id.loc.gov/vocabulary/mediaTypes/n">
<rdfs:label>unmediated</rdfs:label>
<bf:code>n</bf:code>
</bf:Media>
</bf:media>
<bf:carrier>
<bf:Carrier rdf:about="http://id.loc.gov/vocabulary/carriers/nc">
<rdfs:label>volume</rdfs:label>
<bf:code>nc</bf:code>
</bf:Carrier>
</bf:carrier>
<bf:firstIssue>Vol. 1 (1968-1969)</bf:firstIssue>
<bf:note>
<bf:Note>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/mnotetype/number"/>
<rdfs:label>Ceased with v. 14, 1982.</rdfs:label>
</bf:Note>
</bf:note>
<bf:note>
<bf:Note>
<rdfs:label>Vol. 1- issued also in revised editions.</rdfs:label>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/mnotetype/issuance"/>
</bf:Note>
</bf:note>
<bf:note>
<bf:Note>
<rdfs:label>Cumulative title index for v. 1 (1968-1969)-v. 4 (1971-1972), with v. 4 (1971-1972).</rdfs:label>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/mnotetype/index"/>
</bf:Note>
</bf:note>
<dcterms:isPartOf rdf:resource="http://id.loc.gov/resources/instances"/>
<bf:instanceOf>
<bf:Work rdf:about="http://id.loc.gov/resources/works/11285346">
<rdfs:label>Training film profiles</rdfs:label>
<bf:contribution>
<bf:Contribution>
<bf:agent>
<bf:Agent rdf:about="http://id.loc.gov/rwo/agents/n84069595">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Organization"/>
<rdfs:label>Olympic Film Service</rdfs:label>
<bflc:marcKey>1102 $aOlympic Film Service</bflc:marcKey>
</bf:Agent>
</bf:agent>
<bf:role>
<bf:Role rdf:about="http://id.loc.gov/vocabulary/relators/ctb">
<rdfs:label>contributor</rdfs:label>
<bf:code>ctb</bf:code>
</bf:Role>
</bf:role>
</bf:Contribution>
</bf:contribution>
<bf:classification>
<bf:ClassificationLcc>
<bf:classificationPortion>HF5549</bf:classificationPortion>
<bf:itemPortion>.T713</bf:itemPortion>
<bf:assigner>
<bf:Organization rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Organization>
</bf:assigner>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/uba">
<rdfs:label>used by assigner</rdfs:label>
<bf:code>uba</bf:code>
</bf:Status>
</bf:status>
</bf:ClassificationLcc>
</bf:classification>
<bf:classification>
<bf:ClassificationDdc>
<bf:classificationPortion>011/.37</bf:classificationPortion>
<bf:source>
<bf:Source>
<bf:code>19</bf:code>
</bf:Source>
</bf:source>
<bf:edition>full</bf:edition>
</bf:ClassificationDdc>
</bf:classification>
<bf:classification>
<bf:ClassificationDdc>
<bf:classificationPortion>658</bf:classificationPortion>
<bf:source>
<bf:Source>
<bf:code>11</bf:code>
</bf:Source>
</bf:source>
<bf:edition>abridged</bf:edition>
</bf:ClassificationDdc>
</bf:classification>
<bf:title>
<bf:AbbreviatedTitle>
<bf:mainTitle>Train. film profiles</bf:mainTitle>
<bf:assigner>
<bf:Agent>
<bf:code>issnkey</bf:code>
</bf:Agent>
</bf:assigner>
</bf:AbbreviatedTitle>
</bf:title>
<bf:title>
<bf:KeyTitle>
<bf:mainTitle>Training film profiles</bf:mainTitle>
</bf:KeyTitle>
</bf:title>
<bf:title>
<bf:Title>
<bf:mainTitle>Training film profiles</bf:mainTitle>
</bf:Title>
</bf:title>
<bf:language rdf:resource="http://id.loc.gov/vocabulary/languages/eng"/>
<bf:hasInstance>
<bf:Instance rdf:about="http://id.loc.gov/resources/instances/11285346">
<bf:title>
<bf:VariantTitle>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/vartitletype/cov"/>
<bf:mainTitle>Olympic training film profiles</bf:mainTitle>
</bf:VariantTitle>
</bf:title>
<bf:identifiedBy>
<bf:Lccn>
<rdf:value> 84643355 </rdf:value>
</bf:Lccn>
</bf:identifiedBy>
<bf:identifiedBy>
<bf:OclcNumber>
<rdf:value>2255512</rdf:value>
</bf:OclcNumber>
</bf:identifiedBy>
<bf:publicationStatement>New York: Olympic Film Service, [©1968]-</bf:publicationStatement>
<bf:extent>
<bf:Extent>
<rdfs:label>volumes</rdfs:label>
</bf:Extent>
</bf:extent>
</bf:Instance>
</bf:hasInstance>
</bf:Work>
</bf:instanceOf>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/n">
<rdfs:label>new</rdfs:label>
<bf:code>n</bf:code>
</bf:Status>
</bf:status>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">1976-06-20</bf:date>
<bf:agent>
<bf:Agent>
<bf:code>MUL</bf:code>
</bf:Agent>
</bf:agent>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/c">
<rdfs:label>changed</rdfs:label>
<bf:code>c</bf:code>
</bf:Status>
</bf:status>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2025-09-20T08:55:04</bf:date>
<bf:descriptionModifier>
<bf:Agent>
<bf:code>OCLCL</bf:code>
</bf:Agent>
</bf:descriptionModifier>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/c">
<rdfs:label>changed</rdfs:label>
<bf:code>c</bf:code>
</bf:Status>
</bf:status>
<bf:agent>
<bf:Agent rdf:about="http://id.loc.gov/vocabulary/organizations/dlcmrc">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Organization"/>
<rdfs:label>United States, Library of Congress, Network Development and MARC Standards Office</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC-MRC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlcmrc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlcmrc</bf:code>
</bf:Agent>
</bf:agent>
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/tree/v3.0-dev"/>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2025-09-27T13:07:42.060981-04:00</bf:date>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:descriptionLevel rdf:resource="http://id.loc.gov/ontologies/bibframe-2-6-0/"/>
<bflc:encodingLevel>
<bflc:EncodingLevel rdf:about="http://id.loc.gov/vocabulary/menclvl/f">
<rdfs:label>full</rdfs:label>
<bf:code>f</bf:code>
</bflc:EncodingLevel>
</bflc:encodingLevel>
<bf:descriptionConventions>
<bf:DescriptionConventions rdf:about="http://id.loc.gov/vocabulary/descriptionConventions/aacr">
<rdfs:label>Anglo-American cataloguing rules</rdfs:label>
<bf:code>aacr</bf:code>
</bf:DescriptionConventions>
</bf:descriptionConventions>
<bf:identifiedBy>
<bf:Local>
<rdf:value>11285346</rdf:value>
<bf:assigner>
<bf:Organization rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Organization>
</bf:assigner>
</bf:Local>
</bf:identifiedBy>
<bf:note>
<bf:Note>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/mnotetype/metaentry"/>
<rdfs:label>0 - successive</rdfs:label>
</bf:Note>
</bf:note>
<bf:descriptionLanguage>
<bf:Language rdf:about="http://id.loc.gov/vocabulary/languages/eng">
<rdfs:label xml:lang="en">English</rdfs:label>
<bf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">eng</bf:code>
</bf:Language>
</bf:descriptionLanguage>
<bf:note>
<bf:Note>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/mnotetype/internal"/>
<rdfs:label>040 $aMUL$beng$cMUL$dCLU$dNSD$dAIP$dDLC$dNSD$dDLC$dNSD$dDLC$dOCL$dOCLCQ$dOCLCF$dOCLCO$dOCLCQ$dOCLCL</rdfs:label>
</bf:Note>
</bf:note>
<bf:descriptionAuthentication>
<bf:DescriptionAuthentication rdf:about="http://id.loc.gov/vocabulary/marcauthen/pcc">
<rdfs:label>Program for Cooperative Cataloging</rdfs:label>
<bf:code>pcc</bf:code>
</bf:DescriptionAuthentication>
</bf:descriptionAuthentication>
<bf:descriptionAuthentication>
<bf:DescriptionAuthentication rdf:about="http://id.loc.gov/vocabulary/marcauthen/nsdp">
<rdfs:label>U.S. ISSN Center</rdfs:label>
<bf:code>nsdp</bf:code>
</bf:DescriptionAuthentication>
</bf:descriptionAuthentication>
<bflc:marcKey>906 $a7$bcbc$cserials$d3$encip$f19$gn-oclcserc</bflc:marcKey>
<lclocal:d906 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=906 $a 7 $b cbc $c serials $d 3 $e ncip $f 19 $g n-oclcserc</lclocal:d906>
<bflc:marcKey>955 $aLCAP batch update 2025-06-20-04:00: LCAPM-893</bflc:marcKey>
<lclocal:d955 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=955 $a LCAP batch update 2025-06-20-04:00: LCAPM-893</lclocal:d955>
<bflc:marcKey>999ff$s87d68d18-4787-492b-a5f0-e1c0d926f4b3$i6e707489-7936-5a88-a8fb-9338ed02be95</bflc:marcKey>
<lclocal:d999 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=999 ff $s 87d68d18-4787-492b-a5f0-e1c0d926f4b3 $i 6e707489-7936-5a88-a8fb-9338ed02be95</lclocal:d999>
</bf:AdminMetadata>
</bf:adminMetadata>
</bf:Instance>
</rdf:RDF>
```
Errors to fix:
Converted resource to literal: http://id.loc.gov/ontologies/bibframe/Publication → 'Publication'
Removed required property: title
Output the corrected RDF/XML:<|im_end|>
<|im_start|>assistant
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:bf="http://id.loc.gov/ontologies/bibframe/" xmlns:bflc="http://id.loc.gov/ontologies/bflc/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cc="http://creativecommons.org/ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/">
<bf:Instance rdf:about="http://id.loc.gov/resources/instances/11285346">
<bf:issuance>
<bf:Issuance rdf:about="http://id.loc.gov/vocabulary/issuance/serl">
<rdfs:label>serial</rdfs:label>
<bf:code>serl</bf:code>
</bf:Issuance>
</bf:issuance>
<bf:provisionActivity>
<bf:ProvisionActivity>
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Publication"/>
<bf:date rdf:datatype="http://id.loc.gov/datatypes/edtf">1969/1982</bf:date>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/ceased">
<rdfs:label>ceased</rdfs:label>
<bf:code>ceased</bf:code>
</bf:Status>
</bf:status>
<bf:place>
<bf:Place rdf:about="http://id.loc.gov/vocabulary/countries/nyu">
<rdfs:label xml:lang="en">New York (State)</rdfs:label>
<bf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">nyu</bf:code>
</bf:Place>
</bf:place>
<bflc:simplePlace>New York</bflc:simplePlace>
<bflc:simpleAgent>Olympic Film Service</bflc:simpleAgent>
<bflc:simpleDate>[©1968]-</bflc:simpleDate>
</bf:ProvisionActivity>
</bf:provisionActivity>
<bf:publicationStatement>New York: Olympic Film Service, [©1968]-</bf:publicationStatement>
<bf:frequency>
<bf:Frequency rdf:about="http://id.loc.gov/vocabulary/frequencies/ann">
<rdfs:label>annual</rdfs:label>
<bf:code>ann</bf:code>
</bf:Frequency>
</bf:frequency>
<bf:identifiedBy>
<bf:Lccn>
<rdf:value> 84643355 </rdf:value>
</bf:Lccn>
</bf:identifiedBy>
<bf:identifiedBy>
<bf:OclcNumber>
<rdf:value>2255512</rdf:value>
</bf:OclcNumber>
</bf:identifiedBy>
<bf:title>
<bf:Title>
<bf:mainTitle>Training film profiles</bf:mainTitle>
</bf:Title>
</bf:title>
<bf:title>
<bf:VariantTitle>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/vartitletype/cov"/>
<bf:mainTitle>Olympic training film profiles</bf:mainTitle>
</bf:VariantTitle>
</bf:title>
<bf:extent>
<bf:Extent>
<rdfs:label>volumes</rdfs:label>
</bf:Extent>
</bf:extent>
<bf:dimensions>28 cm</bf:dimensions>
<bf:frequency>
<bf:Frequency>
<rdfs:label>Annual</rdfs:label>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/current">
<rdfs:label>current</rdfs:label>
<bf:code>current</bf:code>
</bf:Status>
</bf:status>
</bf:Frequency>
</bf:frequency>
<bf:media>
<bf:Media rdf:about="http://id.loc.gov/vocabulary/mediaTypes/n">
<rdfs:label>unmediated</rdfs:label>
<bf:code>n</bf:code>
</bf:Media>
</bf:media>
<bf:carrier>
<bf:Carrier rdf:about="http://id.loc.gov/vocabulary/carriers/nc">
<rdfs:label>volume</rdfs:label>
<bf:code>nc</bf:code>
</bf:Carrier>
</bf:carrier>
<bf:firstIssue>Vol. 1 (1968-1969)</bf:firstIssue>
<bf:note>
<bf:Note>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/mnotetype/number"/>
<rdfs:label>Ceased with v. 14, 1982.</rdfs:label>
</bf:Note>
</bf:note>
<bf:note>
<bf:Note>
<rdfs:label>Vol. 1- issued also in revised editions.</rdfs:label>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/mnotetype/issuance"/>
</bf:Note>
</bf:note>
<bf:note>
<bf:Note>
<rdfs:label>Cumulative title index for v. 1 (1968-1969)-v. 4 (1971-1972), with v. 4 (1971-1972).</rdfs:label>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/mnotetype/index"/>
</bf:Note>
</bf:note>
<dcterms:isPartOf rdf:resource="http://id.loc.gov/resources/instances"/>
<bf:instanceOf>
<bf:Work rdf:about="http://id.loc.gov/resources/works/11285346">
<rdfs:label>Training film profiles</rdfs:label>
<bf:contribution>
<bf:Contribution>
<bf:agent>
<bf:Agent rdf:about="http://id.loc.gov/rwo/agents/n84069595">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Organization"/>
<rdfs:label>Olympic Film Service</rdfs:label>
<bflc:marcKey>1102 $aOlympic Film Service</bflc:marcKey>
</bf:Agent>
</bf:agent>
<bf:role>
<bf:Role rdf:about="http://id.loc.gov/vocabulary/relators/ctb">
<rdfs:label>contributor</rdfs:label>
<bf:code>ctb</bf:code>
</bf:Role>
</bf:role>
</bf:Contribution>
</bf:contribution>
<bf:classification>
<bf:ClassificationLcc>
<bf:classificationPortion>HF5549</bf:classificationPortion>
<bf:itemPortion>.T713</bf:itemPortion>
<bf:assigner>
<bf:Organization rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Organization>
</bf:assigner>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/uba">
<rdfs:label>used by assigner</rdfs:label>
<bf:code>uba</bf:code>
</bf:Status>
</bf:status>
</bf:ClassificationLcc>
</bf:classification>
<bf:classification>
<bf:ClassificationDdc>
<bf:classificationPortion>011/.37</bf:classificationPortion>
<bf:source>
<bf:Source>
<bf:code>19</bf:code>
</bf:Source>
</bf:source>
<bf:edition>full</bf:edition>
</bf:ClassificationDdc>
</bf:classification>
<bf:classification>
<bf:ClassificationDdc>
<bf:classificationPortion>658</bf:classificationPortion>
<bf:source>
<bf:Source>
<bf:code>11</bf:code>
</bf:Source>
</bf:source>
<bf:edition>abridged</bf:edition>
</bf:ClassificationDdc>
</bf:classification>
<bf:title>
<bf:AbbreviatedTitle>
<bf:mainTitle>Train. film profiles</bf:mainTitle>
<bf:assigner>
<bf:Agent>
<bf:code>issnkey</bf:code>
</bf:Agent>
</bf:assigner>
</bf:AbbreviatedTitle>
</bf:title>
<bf:title>
<bf:KeyTitle>
<bf:mainTitle>Training film profiles</bf:mainTitle>
</bf:KeyTitle>
</bf:title>
<bf:title>
<bf:Title>
<bf:mainTitle>Training film profiles</bf:mainTitle>
</bf:Title>
</bf:title>
<bf:language rdf:resource="http://id.loc.gov/vocabulary/languages/eng"/>
<bf:hasInstance>
<bf:Instance rdf:about="http://id.loc.gov/resources/instances/11285346">
<bf:title>
<bf:Title>
<bf:mainTitle>Training film profiles</bf:mainTitle>
</bf:Title>
</bf:title>
<bf:title>
<bf:VariantTitle>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/vartitletype/cov"/>
<bf:mainTitle>Olympic training film profiles</bf:mainTitle>
</bf:VariantTitle>
</bf:title>
<bf:identifiedBy>
<bf:Lccn>
<rdf:value> 84643355 </rdf:value>
</bf:Lccn>
</bf:identifiedBy>
<bf:identifiedBy>
<bf:OclcNumber>
<rdf:value>2255512</rdf:value>
</bf:OclcNumber>
</bf:identifiedBy>
<bf:publicationStatement>New York: Olympic Film Service, [©1968]-</bf:publicationStatement>
<bf:extent>
<bf:Extent>
<rdfs:label>volumes</rdfs:label>
</bf:Extent>
</bf:extent>
</bf:Instance>
</bf:hasInstance>
</bf:Work>
</bf:instanceOf>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/n">
<rdfs:label>new</rdfs:label>
<bf:code>n</bf:code>
</bf:Status>
</bf:status>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">1976-06-20</bf:date>
<bf:agent>
<bf:Agent>
<bf:code>MUL</bf:code>
</bf:Agent>
</bf:agent>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/c">
<rdfs:label>changed</rdfs:label>
<bf:code>c</bf:code>
</bf:Status>
</bf:status>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2025-09-20T08:55:04</bf:date>
<bf:descriptionModifier>
<bf:Agent>
<bf:code>OCLCL</bf:code>
</bf:Agent>
</bf:descriptionModifier>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/c">
<rdfs:label>changed</rdfs:label>
<bf:code>c</bf:code>
</bf:Status>
</bf:status>
<bf:agent>
<bf:Agent rdf:about="http://id.loc.gov/vocabulary/organizations/dlcmrc">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Organization"/>
<rdfs:label>United States, Library of Congress, Network Development and MARC Standards Office</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC-MRC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlcmrc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlcmrc</bf:code>
</bf:Agent>
</bf:agent>
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/tree/v3.0-dev"/>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2025-09-27T13:07:42.060981-04:00</bf:date>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:descriptionLevel rdf:resource="http://id.loc.gov/ontologies/bibframe-2-6-0/"/>
<bflc:encodingLevel>
<bflc:EncodingLevel rdf:about="http://id.loc.gov/vocabulary/menclvl/f">
<rdfs:label>full</rdfs:label>
<bf:code>f</bf:code>
</bflc:EncodingLevel>
</bflc:encodingLevel>
<bf:descriptionConventions>
<bf:DescriptionConventions rdf:about="http://id.loc.gov/vocabulary/descriptionConventions/aacr">
<rdfs:label>Anglo-American cataloguing rules</rdfs:label>
<bf:code>aacr</bf:code>
</bf:DescriptionConventions>
</bf:descriptionConventions>
<bf:identifiedBy>
<bf:Local>
<rdf:value>11285346</rdf:value>
<bf:assigner>
<bf:Organization rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Organization>
</bf:assigner>
</bf:Local>
</bf:identifiedBy>
<bf:note>
<bf:Note>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/mnotetype/metaentry"/>
<rdfs:label>0 - successive</rdfs:label>
</bf:Note>
</bf:note>
<bf:descriptionLanguage>
<bf:Language rdf:about="http://id.loc.gov/vocabulary/languages/eng">
<rdfs:label xml:lang="en">English</rdfs:label>
<bf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">eng</bf:code>
</bf:Language>
</bf:descriptionLanguage>
<bf:note>
<bf:Note>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/mnotetype/internal"/>
<rdfs:label>040 $aMUL$beng$cMUL$dCLU$dNSD$dAIP$dDLC$dNSD$dDLC$dNSD$dDLC$dOCL$dOCLCQ$dOCLCF$dOCLCO$dOCLCQ$dOCLCL</rdfs:label>
</bf:Note>
</bf:note>
<bf:descriptionAuthentication>
<bf:DescriptionAuthentication rdf:about="http://id.loc.gov/vocabulary/marcauthen/pcc">
<rdfs:label>Program for Cooperative Cataloging</rdfs:label>
<bf:code>pcc</bf:code>
</bf:DescriptionAuthentication>
</bf:descriptionAuthentication>
<bf:descriptionAuthentication>
<bf:DescriptionAuthentication rdf:about="http://id.loc.gov/vocabulary/marcauthen/nsdp">
<rdfs:label>U.S. ISSN Center</rdfs:label>
<bf:code>nsdp</bf:code>
</bf:DescriptionAuthentication>
</bf:descriptionAuthentication>
<bflc:marcKey>906 $a7$bcbc$cserials$d3$encip$f19$gn-oclcserc</bflc:marcKey>
<lclocal:d906 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=906 $a 7 $b cbc $c serials $d 3 $e ncip $f 19 $g n-oclcserc</lclocal:d906>
<bflc:marcKey>955 $aLCAP batch update 2025-06-20-04:00: LCAPM-893</bflc:marcKey>
<lclocal:d955 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=955 $a LCAP batch update 2025-06-20-04:00: LCAPM-893</lclocal:d955>
<bflc:marcKey>999ff$s87d68d18-4787-492b-a5f0-e1c0d926f4b3$i6e707489-7936-5a88-a8fb-9338ed02be95</bflc:marcKey>
<lclocal:d999 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=999 ff $s 87d68d18-4787-492b-a5f0-e1c0d926f4b3 $i 6e707489-7936-5a88-a8fb-9338ed02be95</lclocal:d999>
</bf:AdminMetadata>
</bf:adminMetadata>
</bf:Instance>
</rdf:RDF>
<|im_end|>
|
21741343
|
<|im_start|>system
You are a BIBFRAME expert assistant. Your task is to correct invalid BIBFRAME RDF/XML to conform to Library of Congress specifications.
Rules:
1. Fix namespace declarations (use bf: for BIBFRAME, bflc: for LC extensions)
2. Add missing required properties (bf:title, bf:adminMetadata, etc.)
3. Convert literals to proper resource structures where needed
4. Preserve all valid existing content
5. Output only valid RDF/XML, no explanations<|im_end|>
<|im_start|>user
Fix the following invalid BIBFRAME RDF/XML:
```xml
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:bf="http://id.loc.gov/ontologies/bibframe/" xmlns:bflc="http://id.loc.gov/ontologies/bflc/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cc="http://creativecommons.org/ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/">
<bf:Work rdf:about="http://id.loc.gov/resources/works/21741343">
<bflc:aap>The Aldine romance of invention, travel, and adventure library</bflc:aap>
<bflc:aap-normalized>thealdineromanceofinventiontravelandadventurelibrary</bflc:aap-normalized>
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Text"/>
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Serial"/>
<bf:language>
<bf:Language rdf:about="http://id.loc.gov/vocabulary/languages/eng">
<rdfs:label xml:lang="en">English</rdfs:label>
<bf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">eng</bf:code>
</bf:Language>
</bf:language>
<bflc:serialPubType>
<bflc:SerialPubType rdf:about="http://id.loc.gov/vocabulary/mserialpubtype/periodical">
<rdfs:label>periodical</rdfs:label>
<bf:code>periodical</bf:code>
</bflc:SerialPubType>
</bflc:serialPubType>
<bf:classification>
<bf:ClassificationLcc>
<bf:classificationPortion>Comic Book 18059</bf:classificationPortion>
<bf:assigner>
<bf:Organization rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Organization>
</bf:assigner>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/uba">
<rdfs:label>used by assigner</rdfs:label>
<bf:code>uba</bf:code>
</bf:Status>
</bf:status>
</bf:ClassificationLcc>
</bf:classification>
<bf:title>
<bf:VariantTitle>
<bf:mainTitle>Aldine invention, travel and adventure library</bf:mainTitle>
</bf:VariantTitle>
</bf:title>
<bf:title>
<bf:VariantTitle>
<bf:mainTitle>Aldine romance of invention, travel & adventure library</bf:mainTitle>
</bf:VariantTitle>
</bf:title>
<bf:content>
<bf:Content rdf:about="http://id.loc.gov/vocabulary/contentTypes/txt">
<rdfs:label>text</rdfs:label>
<bf:code>txt</bf:code>
</bf:Content>
</bf:content>
<bf:content>
<bf:Content rdf:about="http://id.loc.gov/vocabulary/contentTypes/sti">
<rdfs:label>still image</rdfs:label>
<bf:code>sti</bf:code>
</bf:Content>
</bf:content>
<bf:genreForm>
<bf:GenreForm rdf:about="http://id.worldcat.org/fast/1921613">
<bflc:marcKey>155 $aComics (Graphic works)</bflc:marcKey>
<madsrdf:authoritativeLabel xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#">Comics (Graphic works)</madsrdf:authoritativeLabel>
<bf:source>
<bf:Source rdf:about="http://id.loc.gov/vocabulary/subjectSchemes/fast">
<rdfs:label>Faceted application of subject terminology</rdfs:label>
<bf:code>fast</bf:code>
</bf:Source>
</bf:source>
</bf:GenreForm>
</bf:genreForm>
<bf:genreForm>
<bf:GenreForm rdf:about="http://id.loc.gov/authorities/genreForms/gf2014026266">
<rdfs:label xml:lang="en">Comics (Graphic works)</rdfs:label>
<bflc:marcKey>155 $aComics (Graphic works)</bflc:marcKey>
</bf:GenreForm>
</bf:genreForm>
<dcterms:isPartOf rdf:resource="http://id.loc.gov/resources/works"/>
<bf:hasInstance>
<bf:Instance rdf:about="http://id.loc.gov/resources/instances/21741343">
<bf:publicationStatement>London: Aldine Publishing Company</bf:publicationStatement>
</bf:Instance>
</bf:hasInstance>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/n">
<rdfs:label>new</rdfs:label>
<bf:code>n</bf:code>
</bf:Status>
</bf:status>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2003-04-09</bf:date>
<bf:agent>
<bf:Agent>
<bf:code>AU@</bf:code>
</bf:Agent>
</bf:agent>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/c">
<rdfs:label>changed</rdfs:label>
<bf:code>c</bf:code>
</bf:Status>
</bf:status>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2025-09-24T07:42:49</bf:date>
<bf:descriptionModifier>
<bf:Agent>
<bf:code>OCLCL</bf:code>
</bf:Agent>
</bf:descriptionModifier>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/c">
<rdfs:label>changed</rdfs:label>
<bf:code>c</bf:code>
</bf:Status>
</bf:status>
<bf:agent>
<bf:Agent rdf:about="http://id.loc.gov/vocabulary/organizations/dlcmrc">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Organization"/>
<rdfs:label>United States, Library of Congress, Network Development and MARC Standards Office</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC-MRC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlcmrc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlcmrc</bf:code>
</bf:Agent>
</bf:agent>
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/tree/v3.0-dev"/>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2025-09-27T13:37:18.157702-04:00</bf:date>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:descriptionLevel rdf:resource="http://id.loc.gov/ontologies/bibframe-2-6-0/"/>
<bflc:encodingLevel>
<bflc:EncodingLevel rdf:about="http://id.loc.gov/vocabulary/menclvl/7">
<rdfs:label>minimal</rdfs:label>
<bf:code>7</bf:code>
</bflc:EncodingLevel>
</bflc:encodingLevel>
<bf:descriptionConventions>
<bf:DescriptionConventions rdf:about="http://id.loc.gov/vocabulary/descriptionConventions/isbd">
<rdfs:label>ISBD: International standard bibliographic description</rdfs:label>
<bf:code>isbd</bf:code>
</bf:DescriptionConventions>
</bf:descriptionConventions>
<bf:identifiedBy>
<bf:Local>
<rdf:value>21741343</rdf:value>
<bf:assigner>
<bf:Organization rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Organization>
</bf:assigner>
</bf:Local>
</bf:identifiedBy>
<bf:note>
<bf:Note>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/mnotetype/metaentry"/>
<rdfs:label>0 - successive</rdfs:label>
</bf:Note>
</bf:note>
<bf:descriptionLanguage>
<bf:Language rdf:about="http://id.loc.gov/vocabulary/languages/eng">
<rdfs:label xml:lang="en">English</rdfs:label>
<bf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">eng</bf:code>
</bf:Language>
</bf:descriptionLanguage>
<bf:descriptionConventions>
<bf:DescriptionConventions rdf:about="http://id.loc.gov/vocabulary/descriptionConventions/rda">
<rdfs:label>Resource description and access</rdfs:label>
<bf:code>rda</bf:code>
</bf:DescriptionConventions>
</bf:descriptionConventions>
<bf:note>
<bf:Note>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/mnotetype/internal"/>
<rdfs:label>040 $aAU@$beng$erda$cAU@$dOCLCQ$dDLC$dOCLCF$dOCLCL</rdfs:label>
</bf:Note>
</bf:note>
<bf:descriptionAuthentication>
<bf:DescriptionAuthentication rdf:about="http://id.loc.gov/vocabulary/marcauthen/msc">
<rdfs:label>CONSER minimal authority application</rdfs:label>
<bf:code>msc</bf:code>
</bf:DescriptionAuthentication>
</bf:descriptionAuthentication>
<bflc:marcKey>906 $a7$bcbc$cserasst$d2$encip$f20$gn-oclcserc</bflc:marcKey>
<lclocal:d906 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=906 $a 7 $b cbc $c serasst $d 2 $e ncip $f 20 $g n-oclcserc</lclocal:d906>
<bflc:marcKey>9250 $aAcquire$b1 shelf copy$xpolicy default 2020-10-01</bflc:marcKey>
<lclocal:d925 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=925 0 $a Acquire $b 1 shelf copy $x policy default 2020-10-01</lclocal:d925>
<bflc:marcKey>955 $isr02 2020-10-01</bflc:marcKey>
<lclocal:d955 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=955 $i sr02 2020-10-01</lclocal:d955>
<bflc:marcKey>999ff$s9f184b72-01ba-48ca-8bbf-955053ca4d54$i6c4a11ec-c904-5a94-85cf-9dbbc28363f7</bflc:marcKey>
<lclocal:d999 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=999 ff $s 9f184b72-01ba-48ca-8bbf-955053ca4d54 $i 6c4a11ec-c904-5a94-85cf-9dbbc28363f7</lclocal:d999>
</bf:AdminMetadata>
</bf:adminMetadata>
</bf:Work>
</rdf:RDF>
```
Errors to fix:
Removed required property: title
Removed required property: title
Output the corrected RDF/XML:<|im_end|>
<|im_start|>assistant
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:bf="http://id.loc.gov/ontologies/bibframe/" xmlns:bflc="http://id.loc.gov/ontologies/bflc/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cc="http://creativecommons.org/ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/">
<bf:Work rdf:about="http://id.loc.gov/resources/works/21741343">
<bflc:aap>The Aldine romance of invention, travel, and adventure library</bflc:aap>
<bflc:aap-normalized>thealdineromanceofinventiontravelandadventurelibrary</bflc:aap-normalized>
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Text"/>
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Serial"/>
<bf:language>
<bf:Language rdf:about="http://id.loc.gov/vocabulary/languages/eng">
<rdfs:label xml:lang="en">English</rdfs:label>
<bf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">eng</bf:code>
</bf:Language>
</bf:language>
<bflc:serialPubType>
<bflc:SerialPubType rdf:about="http://id.loc.gov/vocabulary/mserialpubtype/periodical">
<rdfs:label>periodical</rdfs:label>
<bf:code>periodical</bf:code>
</bflc:SerialPubType>
</bflc:serialPubType>
<bf:classification>
<bf:ClassificationLcc>
<bf:classificationPortion>Comic Book 18059</bf:classificationPortion>
<bf:assigner>
<bf:Organization rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Organization>
</bf:assigner>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/uba">
<rdfs:label>used by assigner</rdfs:label>
<bf:code>uba</bf:code>
</bf:Status>
</bf:status>
</bf:ClassificationLcc>
</bf:classification>
<bf:title>
<bf:Title>
<bf:mainTitle>The Aldine romance of invention, travel, and adventure library</bf:mainTitle>
<bflc:nonSortNum>4</bflc:nonSortNum>
</bf:Title>
</bf:title>
<bf:title>
<bf:VariantTitle>
<bf:mainTitle>Aldine invention, travel and adventure library</bf:mainTitle>
</bf:VariantTitle>
</bf:title>
<bf:title>
<bf:VariantTitle>
<bf:mainTitle>Aldine romance of invention, travel & adventure library</bf:mainTitle>
</bf:VariantTitle>
</bf:title>
<bf:content>
<bf:Content rdf:about="http://id.loc.gov/vocabulary/contentTypes/txt">
<rdfs:label>text</rdfs:label>
<bf:code>txt</bf:code>
</bf:Content>
</bf:content>
<bf:content>
<bf:Content rdf:about="http://id.loc.gov/vocabulary/contentTypes/sti">
<rdfs:label>still image</rdfs:label>
<bf:code>sti</bf:code>
</bf:Content>
</bf:content>
<bf:genreForm>
<bf:GenreForm rdf:about="http://id.worldcat.org/fast/1921613">
<bflc:marcKey>155 $aComics (Graphic works)</bflc:marcKey>
<madsrdf:authoritativeLabel xmlns:madsrdf="http://www.loc.gov/mads/rdf/v1#">Comics (Graphic works)</madsrdf:authoritativeLabel>
<bf:source>
<bf:Source rdf:about="http://id.loc.gov/vocabulary/subjectSchemes/fast">
<rdfs:label>Faceted application of subject terminology</rdfs:label>
<bf:code>fast</bf:code>
</bf:Source>
</bf:source>
</bf:GenreForm>
</bf:genreForm>
<bf:genreForm>
<bf:GenreForm rdf:about="http://id.loc.gov/authorities/genreForms/gf2014026266">
<rdfs:label xml:lang="en">Comics (Graphic works)</rdfs:label>
<bflc:marcKey>155 $aComics (Graphic works)</bflc:marcKey>
</bf:GenreForm>
</bf:genreForm>
<dcterms:isPartOf rdf:resource="http://id.loc.gov/resources/works"/>
<bf:hasInstance>
<bf:Instance rdf:about="http://id.loc.gov/resources/instances/21741343">
<bf:title>
<bf:Title>
<bf:mainTitle>The Aldine romance of invention, travel, and adventure library</bf:mainTitle>
<bflc:nonSortNum>4</bflc:nonSortNum>
</bf:Title>
</bf:title>
<bf:publicationStatement>London: Aldine Publishing Company</bf:publicationStatement>
</bf:Instance>
</bf:hasInstance>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/n">
<rdfs:label>new</rdfs:label>
<bf:code>n</bf:code>
</bf:Status>
</bf:status>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2003-04-09</bf:date>
<bf:agent>
<bf:Agent>
<bf:code>AU@</bf:code>
</bf:Agent>
</bf:agent>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/c">
<rdfs:label>changed</rdfs:label>
<bf:code>c</bf:code>
</bf:Status>
</bf:status>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2025-09-24T07:42:49</bf:date>
<bf:descriptionModifier>
<bf:Agent>
<bf:code>OCLCL</bf:code>
</bf:Agent>
</bf:descriptionModifier>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:status>
<bf:Status rdf:about="http://id.loc.gov/vocabulary/mstatus/c">
<rdfs:label>changed</rdfs:label>
<bf:code>c</bf:code>
</bf:Status>
</bf:status>
<bf:agent>
<bf:Agent rdf:about="http://id.loc.gov/vocabulary/organizations/dlcmrc">
<rdf:type rdf:resource="http://id.loc.gov/ontologies/bibframe/Organization"/>
<rdfs:label>United States, Library of Congress, Network Development and MARC Standards Office</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC-MRC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlcmrc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlcmrc</bf:code>
</bf:Agent>
</bf:agent>
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/tree/v3.0-dev"/>
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2025-09-27T13:37:18.157702-04:00</bf:date>
</bf:AdminMetadata>
</bf:adminMetadata>
<bf:adminMetadata>
<bf:AdminMetadata>
<bf:descriptionLevel rdf:resource="http://id.loc.gov/ontologies/bibframe-2-6-0/"/>
<bflc:encodingLevel>
<bflc:EncodingLevel rdf:about="http://id.loc.gov/vocabulary/menclvl/7">
<rdfs:label>minimal</rdfs:label>
<bf:code>7</bf:code>
</bflc:EncodingLevel>
</bflc:encodingLevel>
<bf:descriptionConventions>
<bf:DescriptionConventions rdf:about="http://id.loc.gov/vocabulary/descriptionConventions/isbd">
<rdfs:label>ISBD: International standard bibliographic description</rdfs:label>
<bf:code>isbd</bf:code>
</bf:DescriptionConventions>
</bf:descriptionConventions>
<bf:identifiedBy>
<bf:Local>
<rdf:value>21741343</rdf:value>
<bf:assigner>
<bf:Organization rdf:about="http://id.loc.gov/vocabulary/organizations/dlc">
<rdfs:label>United States, Library of Congress</rdfs:label>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/code">DLC</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/normalized">dlc</bf:code>
<bf:code rdf:datatype="http://id.loc.gov/datatypes/orgs/iso15511">US-dlc</bf:code>
</bf:Organization>
</bf:assigner>
</bf:Local>
</bf:identifiedBy>
<bf:note>
<bf:Note>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/mnotetype/metaentry"/>
<rdfs:label>0 - successive</rdfs:label>
</bf:Note>
</bf:note>
<bf:descriptionLanguage>
<bf:Language rdf:about="http://id.loc.gov/vocabulary/languages/eng">
<rdfs:label xml:lang="en">English</rdfs:label>
<bf:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">eng</bf:code>
</bf:Language>
</bf:descriptionLanguage>
<bf:descriptionConventions>
<bf:DescriptionConventions rdf:about="http://id.loc.gov/vocabulary/descriptionConventions/rda">
<rdfs:label>Resource description and access</rdfs:label>
<bf:code>rda</bf:code>
</bf:DescriptionConventions>
</bf:descriptionConventions>
<bf:note>
<bf:Note>
<rdf:type rdf:resource="http://id.loc.gov/vocabulary/mnotetype/internal"/>
<rdfs:label>040 $aAU@$beng$erda$cAU@$dOCLCQ$dDLC$dOCLCF$dOCLCL</rdfs:label>
</bf:Note>
</bf:note>
<bf:descriptionAuthentication>
<bf:DescriptionAuthentication rdf:about="http://id.loc.gov/vocabulary/marcauthen/msc">
<rdfs:label>CONSER minimal authority application</rdfs:label>
<bf:code>msc</bf:code>
</bf:DescriptionAuthentication>
</bf:descriptionAuthentication>
<bflc:marcKey>906 $a7$bcbc$cserasst$d2$encip$f20$gn-oclcserc</bflc:marcKey>
<lclocal:d906 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=906 $a 7 $b cbc $c serasst $d 2 $e ncip $f 20 $g n-oclcserc</lclocal:d906>
<bflc:marcKey>9250 $aAcquire$b1 shelf copy$xpolicy default 2020-10-01</bflc:marcKey>
<lclocal:d925 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=925 0 $a Acquire $b 1 shelf copy $x policy default 2020-10-01</lclocal:d925>
<bflc:marcKey>955 $isr02 2020-10-01</bflc:marcKey>
<lclocal:d955 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=955 $i sr02 2020-10-01</lclocal:d955>
<bflc:marcKey>999ff$s9f184b72-01ba-48ca-8bbf-955053ca4d54$i6c4a11ec-c904-5a94-85cf-9dbbc28363f7</bflc:marcKey>
<lclocal:d999 xmlns:lclocal="http://id.loc.gov/ontologies/lclocal/">=999 ff $s 9f184b72-01ba-48ca-8bbf-955053ca4d54 $i 6c4a11ec-c904-5a94-85cf-9dbbc28363f7</lclocal:d999>
</bf:AdminMetadata>
</bf:adminMetadata>
</bf:Work>
</rdf:RDF>
<|im_end|>
|
12511149
| "<|im_start|>system\nYou are a BIBFRAME expert assistant. Your task is to correct invalid BIBFRAME R(...TRUNCATED)
|
17856242
| "<|im_start|>system\nYou are a BIBFRAME expert assistant. Your task is to correct invalid BIBFRAME R(...TRUNCATED)
|
13609160
| "<|im_start|>system\nYou are a BIBFRAME expert assistant. Your task is to correct invalid BIBFRAME R(...TRUNCATED)
|
16993690
| "<|im_start|>system\nYou are a BIBFRAME expert assistant. Your task is to correct invalid BIBFRAME R(...TRUNCATED)
|
14395618
| "<|im_start|>system\nYou are a BIBFRAME expert assistant. Your task is to correct invalid BIBFRAME R(...TRUNCATED)
|
11181090
| "<|im_start|>system\nYou are a BIBFRAME expert assistant. Your task is to correct invalid BIBFRAME R(...TRUNCATED)
|