@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/bff3126f-bfee-4f1f-82f9-1be6a7a927fa> 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:43:48.321501+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23976521> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/cr> ;
    :editionStatement "Eleventh edition" ;
    :extent [ a :Extent ;
            rdfs:label "1 online resource (xii, 449 pages)" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "illustrations." ] ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "hardback" ;
            :status <http://id.loc.gov/vocabulary/mstatus/cancinv> ;
            rdf:value "9781032222288" ],
        [ a :Isbn ;
            :qualifier "ebook" ;
            rdf:value "9781003271673" ],
        [ a :Lccn ;
            rdf:value "  2024725261" ],
        [ a :Isbn ;
            :qualifier "ebook other" ;
            rdf:value "9781032416526" ],
        [ a :Isbn ;
            :qualifier "paperback" ;
            :status <http://id.loc.gov/vocabulary/mstatus/cancinv> ;
            rdf:value "9781032222042" ],
        [ a :Isbn ;
            :qualifier "ebook" ;
            rdf:value "9781000820034" ] ;
    :instanceOf <https://dev.bcld.info/works/f446dfea-cceb-4d28-9289-ba995500a097> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/c> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/biblio> ;
            rdfs:label "Includes bibliographical references and index." ],
        [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/descsource> ;
            rdfs:label "Description based on print version record; resource not viewed." ],
        [ a :Note ;
            rdfs:label "Revised edition of the author's Crime prevention, 2020." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Routledge Taylor and Francis Group" ;
            bflc:simpleDate "2023" ;
            bflc:simplePlace "London",
                "New York" ;
            :date "2023"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/nyu> ] ;
    :publicationStatement "New York; London: Routledge Taylor and Francis Group, 2023" ;
    :responsibilityStatement "Steven P. Lab" ;
    :title [ a :Title ;
            :mainTitle "Crime prevention" ;
            :subtitle "approaches, practices, and evaluations" ] .

