@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@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/works/b8d7f666-1570-4646-984a-cdd110e3b59a> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Bang Bang Zine" ;
    bflc:aap-normalized "bangbangzine" ;
    :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:43:01.792391+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23592009> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "PN6790.M352" ;
            :itemPortion "B36 2021" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/sti>,
        <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution ;
            :agent <http://id.loc.gov/rwo/agents/n2025221067> ;
            :role <http://id.loc.gov/vocabulary/relators/ctb> ],
        [ a :Contribution ;
            :agent <http://id.loc.gov/rwo/agents/n2025221076> ;
            :role <http://id.loc.gov/vocabulary/relators/pbl> ] ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2014026210>,
        <http://id.loc.gov/authorities/genreForms/gf2014026266> ;
    :hasInstance <https://dev.bcld.info/instances/588aa904-3937-4d96-8c40-607f65b368a5> ;
    :illustrativeContent <http://id.loc.gov/vocabulary/millus/ill> ;
    :language <http://id.loc.gov/vocabulary/languages/chi>,
        <http://id.loc.gov/vocabulary/languages/eng>,
        <http://id.loc.gov/vocabulary/languages/may> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/lang> ;
            rdfs:label "In English, with some texts in Chinese ." ] ;
    :subject [ a :Topic,
                mads:ComplexSubject ;
            rdfs:label "Comic books, strips, etc.--Malaysia." ;
            bflc:aap-normalized "comicbooksstripsetcmalaysia" ;
            :source <http://id.loc.gov/authorities/subjects> ;
            mads:authoritativeLabel "Comic books, strips, etc.--Malaysia." ;
            mads:componentList ( <http://id.loc.gov/authorities/subjects/sh85028863> <http://id.loc.gov/rwo/agents/n79022246-781> ) ;
            mads:isMemberOfMADSScheme <http://id.loc.gov/authorities/subjects> ] ;
    :tableOfContents [ a :TableOfContents ;
            rdfs:label "1. Playtime -- 2. Boundaries." ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ] ;
    :title [ a :Title ;
            :mainTitle "Bang Bang Zine" ] .

