@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/05cd4859-afef-4fbb-86a7-94447c50ac6c> a :Instance ;
    :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:44:58.794870+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/24024996> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :baseMaterial [ a :BaseMaterial ;
            rdfs:label "vinyl" ;
            :source [ a :Source ;
                    :code "rdamat" ] ],
        <http://id.loc.gov/vocabulary/mmaterial/pla> ;
    :carrier <http://id.loc.gov/vocabulary/carriers/sd> ;
    :copyrightDate "2023" ;
    :dimensions "12 in" ;
    :extent [ a :Extent ;
            rdfs:label "2 audio discs" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "analog, 33 1/3 rpm, stereo" ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2025144571" ],
        [ a :AudioIssueNumber ;
            :assigner [ a :Organization ;
                    rdfs:label "Warner Records" ] ;
            rdf:value "R1 567113" ],
        [ a :Upc ;
            rdf:value "603497860395" ] ;
    :instanceOf <https://dev.bcld.info/works/117850b7-7a37-428a-875a-67be88e8f67d> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/s> ;
    :note [ a :Note ;
            rdfs:label "Title from disc label." ],
        [ a :Note ;
            rdfs:label "Live recordings from a Fleetwood Mac 1977 performance." ] ;
    :provisionActivity [ a :Distribution,
                :ProvisionActivity ;
            :date "2023"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/cau> ],
        [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Warner Records" ;
            bflc:simpleDate "[2023]" ;
            bflc:simplePlace "Los Angeles, California" ],
        [ a :Production,
                :ProvisionActivity ;
            :date "1977"^^<http://id.loc.gov/datatypes/edtf> ] ;
    :publicationStatement "Los Angeles, California: Warner Records, [2023]" ;
    :responsibilityStatement "Fleetwood Mac" ;
    :soundCharacteristic [ a :PlayingSpeed ;
            rdfs:label "33 1/3 rpm" ],
        <http://id.loc.gov/vocabulary/mcapturestorage/aes>,
        <http://id.loc.gov/vocabulary/mgroove/lateral>,
        <http://id.loc.gov/vocabulary/mgroove/micro>,
        <http://id.loc.gov/vocabulary/mplayback/mon>,
        <http://id.loc.gov/vocabulary/mplayback/ste>,
        <http://id.loc.gov/vocabulary/mplayspeed/b>,
        <http://id.loc.gov/vocabulary/mrectype/analog> ;
    :title [ a :Title ;
            :mainTitle "Rumours live" ] .

