@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/1d80ea03-f076-4c9f-8590-2c95e7ba2c79> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "DLC" ;
            :acquisitionTerms "(original digital file)" ;
            :identifiedBy [ a :StockNumber ;
                    rdf:value "LC-DIG-ppbd-01719" ] ] ;
    :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:02.282049+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23189762> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/cr>,
        <http://id.loc.gov/vocabulary/carriers/nb> ;
    :extent [ a :Extent ;
            rdfs:label "1 photograph" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "digital, tiff file, color." ] ] ;
    :genreForm <http://id.loc.gov/vocabulary/graphicMaterials/tgm007718> ;
    :hasItem <http://id.loc.gov/resources/items/23189762> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2023696249" ] ;
    :instanceOf <https://dev.bcld.info/works/1349f0da-ed12-4c98-a841-fca975eed5f0> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/c> ;
    :note [ a :Note ;
            rdfs:label "Photographer's description continued: One of the many murals in Minneapolis in the fight for racial justice, this one on a building boarded up after the violence in the Uptown section of Minneapolis, Minnesota." ],
        [ a :Note ;
            rdfs:label "Flickr user name/alias: Cocoabiscuit; jfgallery." ],
        [ a :Note ;
            rdfs:label "Covid-19: American Experiences, Gallery 1." ],
        [ a :Note ;
            rdfs:label "Mural artist: PiM Arts High School." ],
        [ a :Note ;
            rdfs:label "Title, date, and keywords based on information provided by photographer." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleDate "2020-09-25" ;
            :date "2020"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/xxu> ] ;
    :publicationStatement "2020-09-25" ;
    :title [ a :Title ;
            :mainTitle "George Floyd memorials, Minneapolis, Minnesota" ],
        [ a :Title ;
            :mainTitle "George Floyd memorials, Minneapolis, Minnesota" ] ;
    :usageAndAccessPolicy [ a :UsePolicy ;
            rdfs:label "Publication may be restricted. This photo has the Creative Commons license: CC BY-NC-ND. For more information see \"COVID-19: American Experiences ...,\"" ;
            :electronicLocator <https://hdl.loc.gov/loc.pnp/res.797.covid> ] .

