@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/2a9f7544-82dd-44b3-a106-110a8c5db8fc> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-08" ;
            :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-08T03:25:19.255715+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/12097135> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nc> ;
    :dimensions "30 cm" ;
    :extent [ a :Extent ;
            rdfs:label "volumes" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "color illustrations." ] ] ;
    :frequency [ a :Frequency ;
            rdfs:label "Annual" ;
            :status <http://id.loc.gov/vocabulary/mstatus/current> ],
        <http://id.loc.gov/vocabulary/frequencies/ann> ;
    :identifiedBy [ a :OclcNumber ;
            rdf:value "ocm45343467 " ],
        [ a :Lccn ;
            rdf:value "   00201396 " ] ;
    :instanceOf <https://dev.bcld.info/works/de97c666-6e69-4803-b1f2-ec5fd43e9dcb> ;
    :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/issuance> ;
            rdfs:label "Report year ends March 31." ],
        [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/descsource> ;
            rdfs:label "Latest issue consulted: 2011/12 (online surrogate)." ],
        [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/descsource> ;
            rdfs:label "Description based on: 1998/1999; title from cover." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Independent Complaints Directorate" ;
            bflc:simplePlace "[Pretoria]" ;
            :date "199X/2012"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/sa> ;
            :status <http://id.loc.gov/vocabulary/mstatus/ceased> ] ;
    :publicationStatement "[Pretoria]: Independent Complaints Directorate" ;
    :responsibilityStatement "Independent Complaints Directorate" ;
    :title [ a :Title ;
            :mainTitle "ICD annual report" ] .

