@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/c1f48075-06fc-4ab1-b812-ef8133653ec7> a :Work ;
    rdfs:label "Shaw, Hannah René, 1987-. Snowpea the puppy queen" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-29T14:54:55.071688+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23047782> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-29" ;
            :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 "PZ7.1.S4935" ;
            :itemPortion "Sn 2023" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "[Fic]" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23" ] ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Shaw, Hannah René, 1987-" ;
                    bflc:marcKey "1001 $aShaw, Hannah René,$d1987-$eauthor." ] ;
            :role [ a :Role ;
                    rdfs:label "author" ] ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Johnson, Beverly" ;
                    bflc:marcKey "7001 $aJohnson, Beverly,$eillustrator." ] ;
            :role [ a :Role ;
                    rdfs:label "illustrator" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/2e9d3106-d170-42ec-b0bd-3c0adb1aa729> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Snowpea the puppy queen" ] .

