@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/8c8a6537-ebfd-4290-9591-4f1d9409ac50> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Smith, Elliott. Atlanta Falcons" ;
    bflc:aap-normalized "smithelliottatlantafalcons" ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-20" ;
            :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-20T21:56:55.367143+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://dev.bcld.info/instances/105e6308-bd22-43a8-878d-a9acb9145ecf> ;
    :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" ] .

