@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/works/d040016a-72e9-4c46-8b6b-98ac45a7eea2> a :Monograph,
        :MusicAudio,
        :Work ;
    bflc:aap "A Pentatonix Christmas" ;
    bflc:aap-normalized "apentatonixchristmas" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:27.076167+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/20562257> ;
            :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 "SDD 01603" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :classificationPortion "782.421/723" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23" ] ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/prm> ;
    :contribution [ a :Contribution ;
            :agent <http://id.loc.gov/rwo/agents/n90724538> ;
            :role <http://id.loc.gov/vocabulary/relators/prf> ],
        [ a :Contribution ;
            :agent <http://id.loc.gov/rwo/agents/no2014034046> ;
            :role <http://id.loc.gov/vocabulary/relators/prf> ] ;
    :genreForm [ a :GenreForm,
                mads:GenreForm ;
            rdfs:label "Music on cd" ;
            mads:authoritativeLabel "Music on cd" ],
        <http://id.loc.gov/authorities/genreForms/gf2014026695>,
        <http://id.loc.gov/authorities/genreForms/gf2014026716>,
        <http://id.worldcat.org/fast/1726549>,
        <http://id.worldcat.org/fast/1726560> ;
    :hasInstance <https://dev.bcld.info/instances/d2123a10-1aa7-49aa-9c85-e5dcb5536d67> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/participants> ;
            rdfs:label "Pentatonix (Mitch Grassi ; Scott Hoying ; Avi Kaplan ; Kirstin Maldonado ; Kevin \"K.O.\" Olusola)." ] ;
    :subject <http://id.loc.gov/authorities/subjects/sh85020400>,
        <http://id.loc.gov/authorities/subjects/sh85020403>,
        <http://id.loc.gov/authorities/subjects/sh85025312>,
        <http://id.loc.gov/authorities/subjects/sh85144116>,
        <http://id.worldcat.org/fast/1168412>,
        <http://id.worldcat.org/fast/847722>,
        <http://id.worldcat.org/fast/847734>,
        <http://id.worldcat.org/fast/859831> ;
    :summary [ a :Summary ;
            rdfs:label "A capella superstars Pentatonix follow up the release of last year's That's Christmas to Me with a new holiday album. It features a combination of classic holiday tracks, modern favorites, and original music penned by the group." ] ;
    :tableOfContents [ a :TableOfContents ;
            rdfs:label "O come, all ye faithful -- God rest ye merry gentlemen -- White Christmas (feat. the Manhattan Transfer) -- I'll be home for Christmas -- Up on the housetop -- The Christmas sing-along -- Coventry carol -- Hallelujah -- Coldest winter -- Good to be bad -- Merry Christmas, happy holidays." ] ;
    :title [ a :Title ;
            :mainTitle "A Pentatonix Christmas" ] .

