@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/39ba392e-eb5a-47d4-9e41-55f0a64e3247> a :Instance ;
    :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:11.290557+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/24029427> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :dimensions "26 cm" ;
    :extent [ a :Extent ;
            rdfs:label "28 unnumbered pages" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "color illustrations" ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2025218460" ],
        [ a :OclcNumber ;
            rdf:value "on1029627014" ] ;
    :instanceOf <https://dev.bcld.info/works/291816ed-cd63-4982-b6bb-b96dd319e49b> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "\"Turner Classic Movies.\"" ],
        [ a :Note ;
            rdfs:label "\"Our adventure continues in Batman: Gotham Noir.\"" ],
        [ a :Note ;
            rdfs:label "Title from indicia." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "DC Comics" ;
            bflc:simpleDate "2017" ;
            bflc:simplePlace "Burbank, CA" ;
            :date "2017"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/cau> ] ;
    :publicationStatement "Burbank, CA: DC Comics, 2017" ;
    :responsibilityStatement "writer, Stuart Moore ; artist, Valentine De Landro" ;
    :title [ a :Title ;
            :mainTitle "Batman in Noir Alley" ] .

