@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/03b7893f-386f-4dbe-91ce-c60c0630bc5b> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Earley, Christina. At the park" ;
    bflc:aap-normalized "earleychristinaatthepark" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-08T08:42:33.008035+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/22925831> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ 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/> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "SB481.3" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "363.6/8" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20230111" ] ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/no2021042460> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :genreForm [ a :GenreForm ;
            rdfs:label "Juvenile literature" ],
        <https://id.loc.gov/authorities/genreForms/gf2014026415> ;
    :hasInstance <https://dev.bcld.info/instances/0964c9d2-e4ba-4ebb-b23d-b2538ff11d1c> ;
    :intendedAudience [ a :IntendedAudience ;
            rdfs:label "Grades K-1" ;
            :source [ a :Source ;
                    rdfs:label "Crabtree Publishing" ] ],
        [ a :IntendedAudience ;
            rdfs:label "Ages 4-7" ;
            :source [ a :Source ;
                    rdfs:label "Crabtree Publishing" ] ],
        <http://id.loc.gov/authorities/demographicTerms/dg2015060010>,
        <http://id.loc.gov/vocabulary/maudience/juv> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource <https://dev.bcld.info/works/de299b60-3e60-4aa8-b578-074768f6e83b> ;
            :relationship <http://id.loc.gov/entities/relationships/printversion>,
                <http://id.loc.gov/vocabulary/relationship/otherphysicalformat> ],
        [ a :Relation ;
            :associatedResource [ a bflc:Uncontrolled,
                        :Series ;
                    :status <http://id.loc.gov/vocabulary/mstatus/t> ;
                    :title [ a :Title ;
                            :mainTitle "Words in my world" ] ] ;
            :relationship <http://id.loc.gov/vocabulary/relationship/series> ] ;
    :subject <http://id.loc.gov/authorities/subjects/sh85098119>,
        <http://id.loc.gov/authorities/subjects/sh85144057> ;
    :summary [ a :Summary ;
            rdfs:label "\"This book introduces early readers to words at the park. Simple words and vibrant images help engage children and grow a love of reading!\"-- Provided by publisher." ] ;
    :title [ a :Title ;
            :mainTitle "At the park" ] .

