@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/b40bb6c2-0832-4665-8ff6-da802d6bf2ba> a :Monograph,
        :MusicAudio,
        :Work ;
    bflc:aap "Meineke, Billy. Time" ;
    bflc:aap-normalized "meinekebillytime" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:00.225929+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/24142949> ;
            :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 "ICD 103436" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/prm> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Meineke, Billy" ;
                    bflc:marcKey "1001 $aMeineke, Billy$ecomposer,$eperformer." ] ;
            :role <http://id.loc.gov/vocabulary/relators/cmp>,
                <http://id.loc.gov/vocabulary/relators/prf> ] ;
    :hasInstance <https://dev.bcld.info/instances/2d87cc62-761e-49e9-8c11-b37a6fca868b> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :tableOfContents [ a :TableOfContents ;
            rdfs:label "Contents." ] ;
    :title [ a :Title ;
            :mainTitle "Time" ] .

