@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/81935320-0d2c-4927-ade2-10d6cd3efa46> a :Work ;
    rdfs:label "Bolte, Mari. Ellie's brave search" ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-08" ;
            :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-08T05:14:38.460670+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23046302> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationDdc ;
            :classificationPortion "741.5/973" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20230130" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "PZ7.7.B64" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Bolte, Mari" ;
                    bflc:marcKey "1001 $aBolte, Mari,$eauthor." ] ;
            :role [ a :Role ;
                    rdfs:label "author" ] ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Vaisberg, Diego" ;
                    bflc:marcKey "7001 $aVaisberg, Diego,$eillustrator." ] ;
            :role [ a :Role ;
                    rdfs:label "illustrator" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/7802ad31-20fd-44f3-87f4-d4a0946d805f> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Ellie's brave search" ] .

