@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/75cc0d4e-850c-4bc9-87e1-f917e7174d39> a :Monograph,
        :MusicAudio,
        :Work ;
    bflc:aap "Steady can't steady can't stay" ;
    bflc:aap-normalized "steadycan'tsteadycan'tstay" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:42:55.974886+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/24123415> ;
            :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 16855" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/prm> ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2014026865>,
        <http://id.loc.gov/authorities/genreForms/gf2014027009> ;
    :hasInstance <https://dev.bcld.info/instances/c099b886-a8eb-4695-a1c2-aa404c1c1627> ;
    :language <http://id.loc.gov/vocabulary/languages/zxx> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/participants> ;
            rdfs:label "Piezo." ] ;
    :subject <http://id.loc.gov/authorities/subjects/sh97008974> ;
    :tableOfContents [ a :TableOfContents ;
            rdfs:label "Waco -- A touch of -- Steady can't steady can't stay -- Ambra." ] ;
    :title [ a :Title ;
            :mainTitle "Steady can't steady can't stay" ] .

