@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/7582af51-241d-4251-96ae-19b71a24aed9> a :Monograph,
        :NotatedMusic,
        :Work ;
    bflc:aap "Paviour, Paul. The rose of Heaven" ;
    bflc:aap-normalized "paviourpaultheroseofheaven" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:57.261000+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23866464> ;
            :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 "M2092" ;
            :itemPortion ".P" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/ntm> ;
    :contribution [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Young, Ella" ;
                    bflc:marcKey "7001 $aYoung, Ella,$elyricist." ] ;
            :role <http://id.loc.gov/vocabulary/relators/lyr> ],
        [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/nr98003990> ;
            :role <http://id.loc.gov/vocabulary/relators/cmp> ] ;
    :ensemble [ a :Ensemble ;
            :ensembleSize <http://id.loc.gov/vocabulary/ensemblesize/ensemble> ;
            :mediumComponent [ a :MediumComponent ;
                    :count "1" ;
                    :mediumComponentQualifier <http://id.loc.gov/vocabulary/medcompqual/solo> ;
                    :mediumOfPerformance <http://id.loc.gov/authorities/performanceMediums/mp2013015725> ],
                [ a :MediumComponent ;
                    :count "1" ;
                    :mediumOfPerformance <http://id.loc.gov/authorities/performanceMediums/mp2013015146> ;
                    :note [ a :Note ;
                            rdfs:label "SATB" ] ] ] ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2014027062>,
        <http://id.loc.gov/authorities/genreForms/gf2014027077>,
        <http://id.loc.gov/authorities/genreForms/gf2014027103> ;
    :hasInstance <https://dev.bcld.info/instances/9a071ff5-f83e-44fb-965d-57de00141569> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :musicFormat <http://id.loc.gov/vocabulary/mmusicformat/score> ;
    :notation <http://id.loc.gov/vocabulary/mmusnotation/staff> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/lang> ;
            rdfs:label "English words." ] ;
    :relation [ a :Relation ;
            :associatedResource [ a bflc:Uncontrolled,
                        :Series ;
                    :status <http://id.loc.gov/vocabulary/mstatus/t> ;
                    :title [ a :Title ;
                            :mainTitle "Alliance choral series" ] ] ;
            :relationship <http://id.loc.gov/vocabulary/relationship/series> ] ;
    :subject <http://id.loc.gov/authorities/subjects/sh85024798> ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The rose of Heaven" ] .

