@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/05050c93-8cbd-4ac7-bc65-a10e2952e7d4> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "DLC" ;
            :acquisitionTerms "(digital file from original, back)" ;
            :identifiedBy [ a :StockNumber ;
                    rdf:value "LC-DIG-stereo-2s40553" ] ],
        [ a :AcquisitionSource ;
            rdfs:label "DLC" ;
            :acquisitionTerms "(digital file from original, front)" ;
            :identifiedBy [ a :StockNumber ;
                    rdf:value "LC-DIG-stereo-1s40553" ] ] ;
    :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:43:07.614476+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/22652751> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :baseMaterial <http://id.loc.gov/vocabulary/mmaterial/pap> ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nb> ;
    :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" ] ] ;
    :genreForm <http://id.loc.gov/vocabulary/graphicMaterials/tgm007718> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2022645263" ] ;
    :instanceOf <https://dev.bcld.info/works/9ef1c2b8-0d44-4557-a66b-1ed6b16f4149> ;
    :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 "On mount: Beauties of the Hudson River." ],
        [ a :Note ;
            rdfs:label "Title transcribed from item." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simplePlace "[between 1860-1900]" ;
            :date "1860~/1900~"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/xx> ] ;
    :publicationStatement "[between 1860-1900]" ;
    :title [ a :Title ;
            :mainTitle "Tunnel through Anthony's Nose" ] ;
    :usageAndAccessPolicy [ a :UsePolicy ;
            rdfs:label "No known restrictions on publication." ] .

