@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/ce764172-f69e-4a5e-a2a5-0da10777c248> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:48.324347+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/22695794> ;
            :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/> ] ;
    :editionStatement "Eleventh edition" ;
    :extent [ a :Extent ;
            rdfs:label "xii, 449 pages" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "color illustrations" ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2022034050" ],
        [ a :Isbn ;
            :qualifier "paperback" ;
            rdf:value "9781032222042" ],
        [ a :Isbn ;
            :qualifier "hardback" ;
            rdf:value "9781032222288" ] ;
    :instanceOf <https://dev.bcld.info/works/562061c3-f56e-4794-a6aa-9d5dceadeb28> ;
    :publicationStatement "New York; London: Routledge Taylor & Francis Group, 2023" ;
    :title [ a :Title ;
            :mainTitle "Crime prevention" ;
            :subtitle "approaches, practices, and evaluations" ] .

