@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/b88a7124-beb2-4936-af99-6aa00f507167> a :Work ;
    rdfs:label "Gehl, Laura. Who made this mess?" ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:10.631867+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/22882295> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "PZ8.3.G273" ;
            :itemPortion "Wh 2023" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :classificationPortion "813.6",
                "E" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20221129" ] ] ;
    :contribution [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Stojsic, Aleksandar" ;
                    bflc:marcKey "7001 $aStojsic, Aleksandar,$eillustrator." ] ;
            :role [ a :Role ;
                    rdfs:label "illustrator" ] ],
        [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Gehl, Laura" ;
                    bflc:marcKey "1001 $aGehl, Laura,$eauthor." ] ;
            :role [ a :Role ;
                    rdfs:label "author" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/8c036cfd-9676-4799-9e68-a0bc2e6c733c> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Who made this mess?" ] .

