@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://dev.bcld.info/works/f7d924b8-9ecf-428e-bdb9-6973e28a9706> a :Work ;
    bflc:aap "South Africa. Independent Police Investigative Directorate. Annual report ... financial year" ;
    bflc:aap-normalized "southafricaindependentpoliceinvestigativedirectorateannualreportfinancialyear" ;
    :contribution [ a :PrimaryContribution ;
            :agent [ a :Agent ;
                    rdfs:label "South Africa. Independent Police Investigative Directorate." ] ] ;
    :hasInstance <https://dev.bcld.info/instances/a3f6d037-a764-4773-97be-dcf911cf037c> ;
    :title [ a :Title ;
            :mainTitle "Annual report ... financial year" ] .

