@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/4f06be7b-7754-410c-9814-af36315c3c1f> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:57.148239+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/24087058> ;
            :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/> ] ;
    :baseMaterial <http://id.loc.gov/vocabulary/mmaterial/mtl>,
        <http://id.loc.gov/vocabulary/mmaterial/pla> ;
    :carrier <http://id.loc.gov/vocabulary/carriers/sd> ;
    :copyrightDate "2024"^^<http://id.loc.gov/datatypes/edtf> ;
    :digitalCharacteristic <http://id.loc.gov/vocabulary/mencformat/cda>,
        <http://id.loc.gov/vocabulary/mfiletype/audio> ;
    :dimensions "4 3/4 in" ;
    :extent [ a :Extent ;
            rdfs:label "1 audio disc" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "digital" ] ] ;
    :identifiedBy [ a :Upc ;
            rdf:value "075678612848" ],
        [ a :AudioIssueNumber ;
            :assigner [ a :Organization ;
                    rdfs:label "Elektra" ] ;
            rdf:value "075678612848" ],
        [ a :OclcNumber ;
            rdf:value "on1416384407" ],
        [ a :Lccn ;
            rdf:value "  2025144128" ] ;
    :instanceOf <https://dev.bcld.info/works/37a9bf71-23cf-42dc-a9fb-9f0e2e87a1d5> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/s> ;
    :note [ a :Note ;
            rdfs:label "All songs written by Brittney Spencer, most in collaboration with others." ],
        [ a :Note ;
            rdfs:label "Lyrics inserted in container." ],
        [ a :Note ;
            rdfs:label "Title from disc label." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Elektra" ;
            bflc:simpleDate "[2024]" ;
            bflc:simplePlace "New York, NY" ;
            :date "2024"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/nyu> ] ;
    :publicationStatement "New York, NY: Elektra, [2024]" ;
    :responsibilityStatement "Brittney Spencer" ;
    :soundCharacteristic <http://id.loc.gov/vocabulary/mcapturestorage/dist>,
        <http://id.loc.gov/vocabulary/mplayback/ste>,
        <http://id.loc.gov/vocabulary/mplayspeed/f>,
        <http://id.loc.gov/vocabulary/mrecmedium/opt>,
        <http://id.loc.gov/vocabulary/mrectype/digital> ;
    :title [ a :Title ;
            :mainTitle "My stupid life" ] .

