@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/d42d8f99-cc90-4430-acb2-cfa3d4eea36c> a :Work ;
    rdfs:label "Kulot, Daniela. In the winter woods" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:07.583836+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23420777> ;
            :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 "PZ7.1.K846333" ;
            :itemPortion "In 2024" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :classificationPortion "833.92",
                "Fic" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20230804" ] ] ;
    :contribution [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Lauffer, Elisabeth" ;
                    bflc:marcKey "7001 $aLauffer, Elisabeth,$etranslator." ] ;
            :role [ a :Role ;
                    rdfs:label "translator" ] ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Kulot, Daniela" ;
                    bflc:marcKey "7001 $aKulot, Daniela,$eillustrator." ] ;
            :role [ a :Role ;
                    rdfs:label "illustrator" ] ],
        [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Kulot, Daniela" ;
                    bflc:marcKey "1001 $aKulot, Daniela,$eauthor,$eillustrator." ] ;
            :role [ a :Role ;
                    rdfs:label "author" ],
                [ a :Role ;
                    rdfs:label "illustrator" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/c4d1cd83-1fca-42c3-b97c-d276cb0710c4> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "In the winter woods" ] .

