@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/73c32516-958e-4a7b-b5ea-ed76e7e1dc5f> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Dower, Laura. Sunny and the royal party" ;
    bflc:aap-normalized "dowerlaurasunnyandtheroyalparty" ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-20" ;
            :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-20T22:04:01.749011+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/17173553> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "[Fic]" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "PZ7.D75458" ;
            :itemPortion "Sun 2013" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/no99021438> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ],
        [ a :Contribution ;
            :agent <http://id.loc.gov/rwo/agents/n85037346> ;
            :role [ a :Role ;
                    rdfs:label "ill." ] ] ;
    :genreForm <https://id.loc.gov/authorities/genreForms/gf2014026339> ;
    :hasInstance <https://dev.bcld.info/instances/7c31c407-81c5-4188-83c5-75724798c4c3> ;
    :illustrativeContent <http://id.loc.gov/vocabulary/millus/ill> ;
    :intendedAudience <http://id.loc.gov/vocabulary/maudience/pri> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource [ a bflc:Uncontrolled,
                        :Series ;
                    :status <http://id.loc.gov/vocabulary/mstatus/t> ;
                    :title [ a :Title ;
                            :mainTitle "Palace puppies" ] ] ;
            :relationship <http://id.loc.gov/vocabulary/relationship/series> ;
            :seriesEnumeration "1" ] ;
    :subject <http://id.loc.gov/authorities/childrensSubjects/sj2021050054>,
        <http://id.loc.gov/authorities/childrensSubjects/sj2021050123>,
        <http://id.loc.gov/authorities/childrensSubjects/sj2021052597>,
        <http://id.loc.gov/authorities/childrensSubjects/sj2024050495>,
        <http://id.loc.gov/authorities/childrensSubjects/sj96004895>,
        <http://id.loc.gov/authorities/childrensSubjects/sj96005301>,
        <http://id.loc.gov/authorities/childrensSubjects/sj96006010> ;
    :summary [ a :Summary ;
            rdfs:label "Puppies Sunny and Rex try to save the day when grumpy guest Jackson threatens to ruin the birthday party that the pups' royal owners and best friends, Princess Annie and Prince James, are throwing for him." ] ;
    :title [ a :Title ;
            :mainTitle "Sunny and the royal party" ] .

