@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/bed4f786-bc15-4688-914a-110fc374f190> a :Instance ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:37.433647+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/24043121> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/cr> ;
    :digitalCharacteristic [ a :FileSize ;
            rdfs:label "4732 KB" ;
            :source [ a :Source ;
                    :code "rdaft" ] ],
        [ a :FileType ;
            rdfs:label "eBook" ;
            :source [ a :Source ;
                    :code "rdaft" ] ] ;
    :extent [ a :Extent ;
            rdfs:label "1 online resource (76 pages)" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "color illustrations, color map, color charts" ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2025328053" ] ;
    :instanceOf <https://dev.bcld.info/works/7665d6fd-13ab-42ae-8a9a-909d6e846722> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/c> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/descsource> ;
            rdfs:label "Description based on online resource; title from PDF title page (Site, viewed 02/26/2025)." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Ghana Statistical Service" ;
            bflc:simpleDate "January 2023" ;
            bflc:simplePlace "[Accra]" ;
            :date "2023-01"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/gh> ] ;
    :publicationStatement "[Accra]: Ghana Statistical Service, January 2023" ;
    :title [ a :Title ;
            :mainTitle "2022 user satisfaction survey" ;
            :subtitle "abridged report" ] .

