@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/96302641-c08e-4655-a565-892c7c03930a> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Guerson, Carla. Fogo de palha" ;
    bflc:aap-normalized "guersoncarlafogodepalha" ;
    :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:02:18.674479+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/24131731> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "MLCS 2025/20052 (P)" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Guerson, Carla" ;
                    bflc:marcKey "1001 $aGuerson, Carla,$eauthor." ] ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2014026481> ;
    :hasInstance <https://dev.bcld.info/instances/d3d5227f-38f4-443a-a23e-2632c2ffdb82> ;
    :language <http://id.loc.gov/vocabulary/languages/por> ;
    :title [ a :Title ;
            :mainTitle "Fogo de palha" ] .

