@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@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/instances/9b4d9a52-50bb-4981-a707-b6763610bb89> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "DLC" ;
            :acquisitionTerms "(b&w film copy neg.)" ;
            :identifiedBy [ a :StockNumber ;
                    rdf:value "LC-USZ62-117890" ] ] ;
    :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-20T22:03:38.324734+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/11695518> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :baseMaterial <http://id.loc.gov/vocabulary/mmaterial/pap> ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nb> ;
    :colorContent <http://id.loc.gov/vocabulary/mcolor/blw> ;
    :dimensions "mount 9 x 18 cm (stereograph format)" ;
    :extent [ a :Extent ;
            rdfs:label "1 photograph" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "print on card mount" ] ] ;
    :genreForm <http://id.loc.gov/vocabulary/graphicMaterials/tgm007718> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "   97507642 " ],
        [ a :Local ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "11695518" ] ;
    :instanceOf <https://dev.bcld.info/works/eaf6a8be-af5e-4607-8ef4-02662da52885> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :mount <http://id.loc.gov/vocabulary/mmaterial/crd> ;
    :note [ a :Note ;
            rdfs:label "Title transcribed from item." ],
        [ a :Note ;
            rdfs:label "Tipton & Myers' Stereoscopic Views." ],
        [ a :Note ;
            rdfs:label "No. 556." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Published by Tipton & Myers (Successors to C.J. Tyson)--Excelsior Galleries" ;
            bflc:simpleDate "[between 1868 and 1880]" ;
            bflc:simplePlace "Gettysburg, Pa" ;
            :date "1868~/1880~"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/xxu> ] ;
    :publicationStatement "Gettysburg, Pa: Published by Tipton & Myers (Successors to C.J. Tyson)--Excelsior Galleries, [between 1868 and 1880]" ;
    :title [ a :Title ;
            :mainTitle "Battle-field of Gettysburg" ;
            :subtitle "Little Round Top. Swamp and breastworks in foreground." ] ;
    :usageAndAccessPolicy [ a :UsePolicy ;
            rdfs:label "No known restrictions on publication." ] .

