@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://bluecore-dev.stanford.edu/works/e606f326-5d97-4980-8ff4-772351320d6c> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Earley, Christina. At the park" ;
    bflc:aap-normalized "earleychristinaatthepark" ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-09-14" ;
            :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/cbc> ;
            :date "2026-09-14T21:38:38.247902+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/22915910> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "SB481.3" ;
            :itemPortion ".E27 2023" ;
            :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://bluecore-dev.stanford.edu/instances/a5088ce4-1c04-4795-bb4a-3d15041a2f31> ;
    :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://bluecore-dev.stanford.edu/works/d7b728f0-e9d1-4373-a92d-6640e2c5df4e> ;
            :relationship <http://id.loc.gov/entities/relationships/onlineversion>,
                <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" ] .

