@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/522d1a14-4c99-41f5-bd17-f4dd5bab7355> a :Monograph,
        :MusicAudio,
        :Work ;
    bflc:aap "Dance party" ;
    bflc:aap-normalized "danceparty" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:30.092852+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23540607> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ 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/> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "1LP 17447" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/prm> ;
    :contribution [ a :Contribution ;
            :agent <http://id.loc.gov/rwo/agents/n92084455> ;
            :role <http://id.loc.gov/vocabulary/relators/prf> ],
        [ a :Contribution ;
            :agent <http://id.loc.gov/rwo/agents/n94116138> ;
            :role <http://id.loc.gov/vocabulary/relators/prf> ] ;
    :ensemble [ a :Ensemble ;
            :ensembleSize <http://id.loc.gov/vocabulary/ensemblesize/ensemble> ;
            :mediumComponent [ a :MediumComponent ;
                    :count "1" ;
                    :mediumOfPerformance <http://id.loc.gov/authorities/performanceMediums/mp2013015083> ] ] ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2014026904>,
        <http://id.loc.gov/authorities/genreForms/gf2014027009> ;
    :hasInstance <https://dev.bcld.info/instances/d65e943c-8cef-4cd9-b824-d91c4e53aaa9> ;
    :language <http://id.loc.gov/vocabulary/languages/zxx> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/participants> ;
            rdfs:label "Ralph Marterie and his Marlboro Men." ] ;
    :subject <http://id.loc.gov/authorities/subjects/sh2005005378>,
        <http://id.loc.gov/authorities/subjects/sh85035647>,
        <http://id.loc.gov/authorities/subjects/sh87005469> ;
    :tableOfContents [ a :TableOfContents ;
            rdfs:label "Tricky -- Cha-hua-hua -- Hesitation hop -- Night stroll -- Hey babe -- Popcorn -- Shish-kebab -- Tequila -- Riffin' around -- Bop a doo-bop a doo -- Just a minute -- Torero." ] ;
    :title [ a :Title ;
            :mainTitle "Dance party" ] .

