@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/2be1f3e1-2917-4e50-9bef-9dbb40834ee4> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "NCTE" ;
            :identifiedBy [ a :StockNumber ;
                    rdf:value "09280" ] ] ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:38.360245+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/19613410> ;
            :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/> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :dimensions "28 cm" ;
    :extent [ a :Extent ;
            rdfs:label "volumes" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "illustrations" ] ] ;
    :frequency [ a :Frequency ;
            rdfs:label "Annual" ;
            :status <http://id.loc.gov/vocabulary/mstatus/current> ],
        <http://id.loc.gov/vocabulary/frequencies/ann> ;
    :hasItem <http://id.loc.gov/resources/items/19613410> ;
    :identifiedBy [ a :OclcNumber ;
            rdf:value "880633900" ],
        [ a :Lccn ;
            rdf:value "  2018210265" ] ;
    :instanceOf <https://dev.bcld.info/works/648b8f0e-3068-4402-a467-3b160a12d580> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/serl> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/descsource> ;
            rdfs:label "Latest issue consulted: April 15, 2016." ],
        [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/descsource> ;
            rdfs:label "Description based on: April 15, 2012; title from cover." ],
        [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/number> ;
            rdfs:label "Began with April 15, 2012." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "North Carolina Sentencing and Policy Advisory Commission" ;
            bflc:simpleDate "2012-" ;
            bflc:simplePlace "[Raleigh, N.C.]" ;
            :date "2012/.."^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/ncu> ;
            :status <http://id.loc.gov/vocabulary/mstatus/current> ] ;
    :publicationStatement "[Raleigh, N.C.]: North Carolina Sentencing and Policy Advisory Commission, 2012-" ;
    :title [ a :Title ;
            :mainTitle "Justice Reinvestment Act implementation evaluation report" ],
        [ a :Title ;
            :mainTitle "Justice Reinvestment Act implementation evaluation report" ] .

