@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/2779db60-74d7-4772-8e59-89115719a9fe> a :Work ;
    rdfs:label "Fairbairn, Nathan. Hazel has her hands full" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:51.579851+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23681808> ;
            :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 :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "741.5/973" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20240508" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "PZ7.7.F343" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Fairbairn, Nathan" ;
                    bflc:marcKey "1001 $aFairbairn, Nathan,$eauthor." ] ;
            :role [ a :Role ;
                    rdfs:label "author" ] ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Msassyk" ;
                    bflc:marcKey "7001 $aMsassyk,$eillustrator." ] ;
            :role [ a :Role ;
                    rdfs:label "illustrator" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/c5de5b5b-4854-4b7c-801a-3c9b25f6bb9d> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Hazel has her hands full" ] .

