@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/1eea8221-5e07-4eb0-a79f-bd9d86b44ba3> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "All about birds" ;
    bflc:aap-normalized "allaboutbirds" ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:08.332765+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23976962> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "QL683.N73" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution ;
            :agent <http://id.loc.gov/rwo/agents/n82006424> ;
            :role <http://id.loc.gov/vocabulary/relators/isb> ] ;
    :genreForm <https://id.loc.gov/authorities/genreForms/gf2017026099> ;
    :geographicCoverage <http://id.loc.gov/vocabulary/geographicAreas/n-cn>,
        <http://id.loc.gov/vocabulary/geographicAreas/n-use> ;
    :hasInstance <https://dev.bcld.info/instances/fb773272-c2c0-476a-9a3b-1822b52dbf3f> ;
    :illustrativeContent <http://id.loc.gov/vocabulary/millus/ill> ;
    :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 "Regional field-guide series" ] ] ;
            :relationship <http://id.loc.gov/vocabulary/relationship/series> ],
        [ a :Relation ;
            :associatedResource <https://dev.bcld.info/works/324a0568-790a-4293-8b46-8454dcd4ab82> ;
            :relationship [ a :Relationship ;
                    rdfs:label "Print Version" ],
                <http://id.loc.gov/vocabulary/relationship/otherphysicalformat> ] ;
    :subject [ a :Topic,
                mads:ComplexSubject ;
            rdfs:label "Birds--Northeastern States--Identification" ;
            bflc:aap-normalized "birdsnortheasternstatesidentification" ;
            :source <http://id.loc.gov/authorities/subjects> ;
            mads:authoritativeLabel "Birds--Northeastern States--Identification" ;
            mads:componentList ( <http://id.loc.gov/authorities/subjects/sh85014310> <http://id.loc.gov/authorities/subjects/sh85092541-781> [ a mads:GenreForm ;
                        mads:authoritativeLabel "Identification" ] ) ;
            mads:isMemberOfMADSScheme <http://id.loc.gov/authorities/subjects> ],
        [ a :Topic,
                mads:ComplexSubject ;
            rdfs:label "Birds--Canada, Eastern--Identification" ;
            bflc:aap-normalized "birdscanadaeasternidentification" ;
            :source <http://id.loc.gov/authorities/subjects> ;
            mads:authoritativeLabel "Birds--Canada, Eastern--Identification" ;
            mads:componentList ( <http://id.loc.gov/authorities/subjects/sh85014310> <http://id.loc.gov/authorities/subjects/sh85019361-781> [ a mads:GenreForm ;
                        mads:authoritativeLabel "Identification" ] ) ;
            mads:isMemberOfMADSScheme <http://id.loc.gov/authorities/subjects> ] ;
    :supplementaryContent <http://id.loc.gov/vocabulary/msupplcont/index> ;
    :title [ a :Title ;
            :mainTitle "All about birds" ] .

