@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/0471baff-f764-4168-a438-6e254dc8ff43> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            :acquisitionTerms "(digital file from original)" ;
            :identifiedBy [ a :StockNumber ;
                    rdf:value "LC-DIG-ppmsca-88702 DLC" ] ] ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:26.836054+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23379415> ;
            :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/> ] ;
    :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 "sheet 51 x 60 cm" ;
    :extent [ a :Extent ;
            rdfs:label "1 drawing" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "graphite on tracing paper" ] ] ;
    :genreForm <http://id.loc.gov/vocabulary/graphicMaterials/tgm009250> ;
    :hasItem <http://id.loc.gov/resources/items/23379415> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2023633393" ] ;
    :instanceOf <https://dev.bcld.info/works/aebdaf65-0260-442f-bfae-516fbfc13e8f> ;
    :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:simpleDate "[between 1888 and 1892]" ;
            :date "1888~/1892~"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/riu> ] ;
    :publicationStatement "[between 1888 and 1892]" ;
    :title [ a :Title ;
            :mainTitle "[Ochre Court, Ogden and Mary \"May\" Wilson Goelet house, 16 Ochre Point Avenue, Newport, Rhode Island]" ;
            :partName "[Ceiling study]",
                "[Reflected ceiling plan]" ],
        [ a :Title ;
            :mainTitle "[Ochre Court, Ogden and Mary \"May\" Wilson Goelet house, 16 Ochre Point Avenue, Newport, Rhode Island]" ;
            :partName "[Ceiling study]",
                "[Reflected ceiling plan]" ] ;
    :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." ] .

