@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/ce3ed167-4a4c-4fbf-bfda-95d06fe31b3c> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "DLC" ;
            :acquisitionTerms "(digital file from original)" ;
            :identifiedBy [ a :StockNumber ;
                    rdf:value "LC-DIG-ppmsca-83888" ] ] ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:29.839217+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/22862515> ;
            :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 19 x 13 cm" ;
    :extent [ a :Extent ;
            rdfs:label "1 drawing" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "graphite and ink on tracing paper" ] ] ;
    :genreForm <http://id.loc.gov/vocabulary/graphicMaterials/tgm009250> ;
    :hasItem <http://id.loc.gov/resources/items/22862515> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2022654429" ] ;
    :instanceOf <https://dev.bcld.info/works/2d6ee1e8-4e1e-4786-b151-172d9f2ce12a> ;
    :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." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simplePlace "[ca. 1895]" ;
            :date "1895"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/xxu> ] ;
    :publicationStatement "[ca. 1895]" ;
    :title [ a :Title ;
            :mainTitle "[Biltmore, estate for George Washington Vanderbilt II, Asheville, North Carolina]" ;
            :partName "[Banqueting Hall, stalls]",
                "[Perspective rendering]" ],
        [ a :Title ;
            :mainTitle "[Biltmore, estate for George Washington Vanderbilt II, Asheville, North Carolina]" ;
            :partName "[Banqueting Hall, stalls]",
                "[Perspective rendering]" ] ;
    :usageAndAccessPolicy [ 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> ],
        [ a :UsePolicy ;
            rdfs:label "No known restrictions on publication." ] .

