@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/a1feffd3-8bde-400d-9e3b-803db7143e96> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "DLC" ;
            :acquisitionTerms "(digital file from original)" ;
            :identifiedBy [ a :StockNumber ;
                    rdf:value "LC-DIG-ds-17580" ] ] ;
    :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:44:25.590509+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23886689> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nb> ;
    :dimensions "sheet 108 x 137 cm" ;
    :extent [ a :Extent ;
            rdfs:label "1 print" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "diazo on paper" ] ] ;
    :genreForm <http://id.loc.gov/vocabulary/graphicMaterials/tgm009250> ;
    :hasItem <http://id.loc.gov/resources/items/23886689> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2024641019" ] ;
    :instanceOf <https://dev.bcld.info/works/38f5aaea-09f2-4299-8cea-444be7677e34> ;
    :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 "Office of Jerrald L. Karlan, Architect; Harry J. Trivisonno, Consultant; Paul Rudolph, Design Consultant." ],
        [ a :Note ;
            rdfs:label "Job no. 6626." ],
        [ a :Note ;
            rdfs:label "Drawing no. A-11." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleDate "[1969]" ;
            :date "1969"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/xxu> ] ;
    :publicationStatement "[1969]" ;
    :title [ a :Title ;
            :mainTitle "[Tracey Towers, 20 & 40 Mosholu Parkway South, Bronx, New York]" ;
            :partName "[Plan at 1st deck level, Part II, Tower A, 1st floor plan]" ],
        [ a :Title ;
            :mainTitle "[Tracey Towers, 20 & 40 Mosholu Parkway South, Bronx, New York]" ;
            :partName "[Plan at 1st deck level, Part II, Tower A, 1st floor plan]" ] ;
    :usageAndAccessPolicy [ a :UsePolicy ;
            rdfs:label "No known restrictions on publication. For information see: \"Paul Rudolph Rights and Restrictions Information,\"" ;
            :electronicLocator <https://hdl.loc.gov/loc.pnp/res.460.rudo> ],
        [ a :AccessPolicy ;
            rdfs:label "Use digital image. Original served only by appointment because material requires special handling. For more information see:" ;
            :electronicLocator <https://hdl.loc.gov/loc.pnp/pp.info.apptonly> ] .

