@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/eaf6a8be-af5e-4607-8ef4-02662da52885> a :Monograph,
        :StillImage,
        :Work ;
    bflc:aap "Tipton & Myers. Battle-field of Gettysburg" ;
    bflc:aap-normalized "tipton&myersbattlefieldofgettysburg" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-20T22:03:38.308543+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/11695518> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ 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/> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "LOT 11957-4" ;
            :itemPortion "[item]" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/sti> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Organization ;
                    rdfs:label "Tipton & Myers" ;
                    bflc:marcKey "1102 $aTipton & Myers,$ephotographer." ] ;
            :role <http://id.loc.gov/vocabulary/relators/pht> ] ;
    :genreForm <http://id.loc.gov/vocabulary/marcgt/gra> ;
    :hasInstance <https://dev.bcld.info/instances/9b4d9a52-50bb-4981-a707-b6763610bb89>,
        <https://dev.bcld.info/instances/c656c7a1-cdaf-495f-ac59-caa7836cbb5f> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :subject [ a :Topic,
                mads:ComplexSubject ;
            rdfs:label "United States--History--Civil War, 1861-1865--Battlefields" ;
            bflc:aap-normalized "unitedstateshistorycivilwar18611865battlefields" ;
            mads:authoritativeLabel "United States--History--Civil War, 1861-1865--Battlefields" ;
            mads:componentList ( <http://id.loc.gov/rwo/agents/n78095330> [ a mads:Topic ;
                        mads:authoritativeLabel "History" ] [ a mads:Temporal ;
                        mads:authoritativeLabel "Civil War, 1861-1865" ] [ a mads:Topic ;
                        mads:authoritativeLabel "Battlefields" ] ) ],
        [ a :Topic,
                mads:ComplexSubject ;
            rdfs:label "Stereographs--1860-1880" ;
            bflc:aap-normalized "stereographs18601880" ;
            :source <http://id.loc.gov/vocabulary/genreFormSchemes/gmgpc> ;
            mads:authoritativeLabel "Stereographs--1860-1880" ;
            mads:componentList ( [ a mads:GenreForm ;
                        mads:authoritativeLabel "Stereographs" ] [ a mads:Temporal ;
                        mads:authoritativeLabel "1860-1880" ] ) ;
            mads:isMemberOfMADSScheme <http://id.loc.gov/vocabulary/genreFormSchemes/gmgpc> ],
        [ a :Topic,
                mads:ComplexSubject ;
            rdfs:label "Gettysburg, Battle of, Gettysburg, Pa., 1863--Historic sites." ;
            bflc:aap-normalized "gettysburgbattleofgettysburgpa1863historicsites" ;
            mads:authoritativeLabel "Gettysburg, Battle of, Gettysburg, Pa., 1863--Historic sites." ;
            mads:componentList ( [ a mads:Topic ;
                        mads:authoritativeLabel "Gettysburg, Battle of, Gettysburg, Pa., 1863" ] [ a mads:Topic ;
                        mads:authoritativeLabel "Historic sites" ] ) ],
        [ a :Topic,
                mads:ComplexSubject ;
            rdfs:label "Photographic prints--1860-1880" ;
            bflc:aap-normalized "photographicprints18601880" ;
            :source <http://id.loc.gov/vocabulary/genreFormSchemes/gmgpc> ;
            mads:authoritativeLabel "Photographic prints--1860-1880" ;
            mads:componentList ( [ a mads:GenreForm ;
                        mads:authoritativeLabel "Photographic prints" ] [ a mads:Temporal ;
                        mads:authoritativeLabel "1860-1880" ] ) ;
            mads:isMemberOfMADSScheme <http://id.loc.gov/vocabulary/genreFormSchemes/gmgpc> ] ;
    :summary [ a :Summary ;
            rdfs:label "Stumps and rocks with tree covered hill in background." ] ;
    :title [ a :Title ;
            :mainTitle "Battle-field of Gettysburg" ] .

