@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/works/b8428c58-8ddc-4538-adea-12553148ee82> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Gorey, Edward, 1925-2000. Fletcher and Zenobia save the circus" ;
    bflc:aap-normalized "goreyedward19252000fletcherandzenobiasavethecircus" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:49.648312+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/2182275> ;
            :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 "[Fic]" ;
            :edition "full" ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "PZ8.9.G67" ;
            :itemPortion "Fl" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/sti>,
        <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/n79071184> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ],
        [ a :Contribution ;
            :agent <http://id.loc.gov/rwo/agents/n79007344> ;
            :role <http://id.loc.gov/vocabulary/relators/ill> ] ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2014026339> ;
    :hasInstance <https://dev.bcld.info/instances/d75d86ae-2055-4916-8188-55c737b89f2a> ;
    :illustrativeContent <http://id.loc.gov/vocabulary/millus/ill> ;
    :intendedAudience <http://id.loc.gov/vocabulary/maudience/juv> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :subject [ a :Topic,
                mads:ComplexSubject ;
            rdfs:label "Juvenile literature--1971" ;
            bflc:aap-normalized "juvenileliterature1971" ;
            :source <http://id.loc.gov/vocabulary/genreFormSchemes/local> ;
            mads:authoritativeLabel "Juvenile literature--1971" ;
            mads:componentList ( [ a mads:GenreForm ;
                        mads:authoritativeLabel "Juvenile literature" ] [ a mads:Temporal ;
                        mads:authoritativeLabel "1971" ] ) ;
            mads:isMemberOfMADSScheme <http://id.loc.gov/vocabulary/genreFormSchemes/local> ],
        <http://id.loc.gov/authorities/childrensSubjects/sj2001010209>,
        <http://id.loc.gov/authorities/childrensSubjects/sj96005127> ;
    :summary [ a :Summary ;
            rdfs:label "When the circus train is wrecked scattering the performers and props, two friends, a cat and a doll, help the circus owner." ] ;
    :title [ a :Title ;
            :mainTitle "Fletcher and Zenobia save the circus" ] .

