@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/781ffc5d-b433-4fff-a3ed-7f94070dce1a> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "DLC" ;
            :acquisitionTerms "(digital file from original)" ;
            :identifiedBy [ a :StockNumber ;
                    rdf:value "LC-DIG-ppmsca-74998" ] ] ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:33.165007+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/22353391> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ 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/> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nb> ;
    :dimensions "sheet 57 x 39 cm" ;
    :extent [ a :Extent ;
            rdfs:label "1 drawing" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "ink on paper" ] ] ;
    :genreForm <http://id.loc.gov/vocabulary/graphicMaterials/tgm009250> ;
    :hasItem <http://id.loc.gov/resources/items/22353391> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2021790123" ] ;
    :instanceOf <https://dev.bcld.info/works/28e50d39-b3ff-4210-af2d-00b318a4566d> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "Title devised by Library staff." ],
        [ a :Note ;
            rdfs:label "No. A. 23210." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleDate "[1914]" ;
            :date "1914"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/xxu> ] ;
    :publicationStatement "[1914]" ;
    :title [ a :Title ;
            :mainTitle "[Teahouse at Marble House for Alva Belmont, 596 Bellevue Avenue, Newport, Rhode Island]" ;
            :partName "[Elevation]",
                "[Lamp]" ],
        [ a :Title ;
            :mainTitle "[Teahouse at Marble House for Alva Belmont, 596 Bellevue Avenue, Newport, Rhode Island]" ;
            :partName "[Elevation]",
                "[Lamp]" ] ;
    :usageAndAccessPolicy [ a :UsePolicy ;
            rdfs:label "No known restrictions on publication." ],
        [ a :AccessPolicy ;
            rdfs:label "Use digital images. Original served only by appointment because material requires special handling. For more information see:" ;
            :electronicLocator <https://hdl.loc.gov/loc.pnp/pp.info.apptonly> ] .

