@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/beed9ec3-8859-41f1-9ea7-d4cf4a051e4c> a :Monograph,
        :MusicAudio,
        :Work ;
    bflc:aap "Stott, Andy. It should be us" ;
    bflc:aap-normalized "stottandyitshouldbeus" ;
    :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:35.506070+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/24007053> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "1LP 13238" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/prm> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/no2015010432> ;
            :role <http://id.loc.gov/vocabulary/relators/cmp>,
                <http://id.loc.gov/vocabulary/relators/prf> ] ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2014026874>,
        <http://id.loc.gov/authorities/genreForms/gf2014027130> ;
    :hasInstance <https://dev.bcld.info/instances/8ffa10b1-b97c-4dc3-99ce-da7ff33c7b0b> ;
    :language <http://id.loc.gov/vocabulary/languages/zxx> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/participants> ;
            rdfs:label "Andy Stott." ] ;
    :subject <http://id.loc.gov/authorities/subjects/sh98001102>,
        <http://id.loc.gov/authorities/subjects/sh98005303> ;
    :tableOfContents [ a :TableOfContents ;
            rdfs:label "Dismantle -- It should be us -- Collapse -- Take -- Not this time -- OL9 -- Ballroom -- Versi." ] ;
    :title [ a :Title ;
            :mainTitle "It should be us" ] .

