@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/6ecb0470-91cb-404e-8d59-972b68a4fde7> a :Monograph,
        :MusicAudio,
        :Work ;
    bflc:aap "Vovivizm episode 2" ;
    bflc:aap-normalized "vovivizmepisode2" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:35.344254+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/24095204> ;
            :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/> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "1LP 16842" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/prm> ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2014027009>,
        <http://id.loc.gov/authorities/genreForms/gf2022026065> ;
    :hasInstance <https://dev.bcld.info/instances/1c0e2f2e-939d-46b3-ae23-590e1d1afe50> ;
    :language <http://id.loc.gov/vocabulary/languages/zxx> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/participants> ;
            rdfs:label "Nani & Guru (Kawabata Makoto, guitar, electronics, synthesizer ; Satoshima Nani, drums)." ] ;
    :subject <http://id.loc.gov/authorities/subjects/sh85042350> ;
    :tableOfContents [ a :TableOfContents ;
            rdfs:label "Heresy and Effigies -- Vovi cell division -- Dandy Monday candy." ] ;
    :title [ a :Title ;
            :mainTitle "Vovivizm episode 2" ] .

