@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/works/8267f7a2-d654-416d-b9b4-82e6f3ca04ab> a :Monograph,
        :MusicAudio,
        :Work ;
    bflc:aap "96 Back (Musician). Love letters, nine through six" ;
    bflc:aap-normalized "96back(musician)lovelettersninethroughsix" ;
    :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:45:03.643504+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/22806172> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "1LP 12955" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/prm> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/n2022052262> ;
            :role <http://id.loc.gov/vocabulary/relators/cmp>,
                <http://id.loc.gov/vocabulary/relators/prf> ] ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2014026875>,
        <http://id.loc.gov/authorities/genreForms/gf2014027009> ;
    :hasInstance <https://dev.bcld.info/instances/094841af-0889-44db-879e-db16387b2ec3> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/participants> ;
            rdfs:label "96 Back ; with accompaniment." ] ;
    :subject <http://id.loc.gov/authorities/subjects/sh2012000323> ;
    :tableOfContents [ a :TableOfContents ;
            rdfs:label "Felzin -- 9 to find 6 -- Gull sad -- Wisp -- Vibrant colours -- Teach me tenderness -- Don't die (feat. Joe Paisan) -- Love compact / Vibrant colours reprise -- Soft interlude -- I don't want to play tonight (feat. Tryphème) -- Feel hard -- Melt you (feat. Iceboy Violet)." ] ;
    :title [ a :Title ;
            :mainTitle "Love letters, nine through six" ] .

