@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/works/14945cb1-0e91-4a25-b1da-d575b461c524> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Evans, Willa McClung, 1899-. Ben Johnson and Elizabethan music" ;
    bflc:aap-normalized "evanswillamcclung1899benjohnsonandelizabethanmusic" ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-07" ;
            :descriptionAuthentication <http://id.loc.gov/vocabulary/marcauthen/pcc> ;
            :descriptionLanguage <http://id.loc.gov/vocabulary/languages/eng> ;
            :descriptionLevel <http://id.loc.gov/ontologies/bibframe-2-6-0/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:55.046137+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/7808578> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "ML80.J7" ;
            :itemPortion "E8" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Evans, Willa McClung, 1899-" ;
                    bflc:marcKey "1001 $aEvans, Willa McClung,$d1899-" ] ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :geographicCoverage <http://id.loc.gov/vocabulary/geographicAreas/e-uk-en> ;
    :hasInstance <https://dev.bcld.info/instances/08f8ee2d-42a1-407a-9d02-42524cb71fd0> ;
    :illustrativeContent <http://id.loc.gov/vocabulary/millus/ill>,
        <http://id.loc.gov/vocabulary/millus/mus> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource <https://dev.bcld.info/works/2924b431-addc-4cfb-a3ff-aecc67d23194> ;
            :relationship <http://id.loc.gov/vocabulary/relationship/relatedwork> ] ;
    :subject [ a :Topic,
                mads:ComplexSubject ;
            rdfs:label "Songs, English--History and criticism" ;
            bflc:aap-normalized "songsenglishhistoryandcriticism" ;
            :source <http://id.loc.gov/authorities/subjects> ;
            mads:authoritativeLabel "Songs, English--History and criticism" ;
            mads:componentList ( <http://id.loc.gov/authorities/subjects/sh85125063> <http://id.loc.gov/authorities/subjects/sh99001187> ) ;
            mads:isMemberOfMADSScheme <http://id.loc.gov/authorities/subjects> ],
        [ a :Topic,
                mads:ComplexSubject ;
            bflc:aap-normalized "jonsonben1573?1637knowledgeandlearning" ;
            :source <http://id.loc.gov/authorities/subjects> ;
            mads:authoritativeLabel "Jonson, Ben, 1573?-1637--Knowledge and learning." ;
            mads:componentList ( <http://id.loc.gov/rwo/agents/n80044918> <http://id.loc.gov/authorities/subjects/sh2002011409> ) ;
            mads:isMemberOfMADSScheme <http://id.loc.gov/authorities/subjects> ] ;
    :title [ a :Title ;
            :mainTitle "Ben Johnson and Elizabethan music" ] .

