@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/f6eb833f-5c58-45d3-b9ff-a2f8673b1d83> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Smith, Elliott. Atlanta Falcons" ;
    bflc:aap-normalized "smithelliottatlantafalcons" ;
    :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:46.799989+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23384725> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/n2002066919> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :hasInstance <https://bluecore-dev.stanford.edu/instances/dd38ad03-32e3-42d5-bd06-57c91f2ed777> ;
    :intendedAudience [ a :IntendedAudience ;
            rdfs:label "Grades 2-3" ;
            :source [ a :Source ;
                    rdfs:label "Apex Editions" ] ],
        <http://id.loc.gov/vocabulary/maudience/juv> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource [ a bflc:Uncontrolled,
                        :Series ;
                    :status <http://id.loc.gov/vocabulary/mstatus/t> ;
                    :title [ a :Title ;
                            :mainTitle "Baltimore Ravens" ] ] ;
            :relationship <http://id.loc.gov/vocabulary/relationship/series> ] ;
    :summary [ a :Summary ;
            rdfs:label "\"This book describes the history, famous figures, and important events surrounding the Atlanta Falcons\"-- Provided by publisher." ] ;
    :title [ a :Title ;
            :mainTitle "Atlanta Falcons" ] .

