@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/9769f05c-0866-4ae3-880d-2506063366f9> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Clark, Kate. How fares the Afghan private sector?" ;
    bflc:aap-normalized "clarkkatehowfarestheafghanprivatesector?" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:36.862805+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/24012851> ;
            :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/> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/nr98006813> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Organization ;
                    rdfs:label "Centre for Human rights" ;
                    bflc:marcKey "7102 $aCentre for Human rights,$epublisher." ] ;
            :role <http://id.loc.gov/vocabulary/relators/pbl> ] ;
    :hasInstance <https://dev.bcld.info/instances/83cd346e-4dd7-4871-b39e-77ada556908d> ;
    :illustrativeContent <http://id.loc.gov/vocabulary/millus/chr>,
        <http://id.loc.gov/vocabulary/millus/ill> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :supplementaryContent <http://id.loc.gov/vocabulary/msupplcont/bibliography> ;
    :title [ a :Title ;
            :mainTitle "How fares the Afghan private sector?" ] .

