@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/works/9c1bfc79-4836-44a6-8095-7250378808b5> a :Work ;
    rdfs:label "South Africa. Independent Police Investigative Directorate. Annual report ... financial year" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-08T03:25:19.245860+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/24008344> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ 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/> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "HV7849.A2" ;
            :itemPortion "S65a" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Jurisdiction ;
                    rdfs:label "South Africa. Independent Police Investigative Directorate" ;
                    bflc:marcKey "1101 $aSouth Africa.$bIndependent Police Investigative Directorate,$eissuing body." ] ;
            :role [ a :Role ;
                    rdfs:label "issuing body" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/d271db32-880b-46ca-9fc9-dfa740dccab9> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :VariantTitle ;
            :mainTitle "IPID annual report" ],
        [ a :VariantTitle ;
            :mainTitle "Annual report" ],
        [ a :Title ;
            :mainTitle "Annual report ... financial year" ] .

