@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/db12f085-b2f3-4256-a0df-218b12a1939c> 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:45:00.010883+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/22529361> ;
            :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 "1976"^^<http://id.loc.gov/datatypes/edtf> ;
    :dimensions "12 in" ;
    :extent [ a :Extent ;
            rdfs:label "1 audio disc (53 min.)" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "analog, 33 1/3 rpm, stereo" ] ] ;
    :identifiedBy [ a :OclcNumber ;
            rdf:value "ocm03468278" ],
        [ a :Lccn ;
            rdf:value "   77760498 " ],
        [ a :AudioIssueNumber ;
            :assigner [ a :Organization ;
                    rdfs:label "Editions de l'Oiseau-lyre" ] ;
            rdf:value "DSLO 13" ] ;
    :instanceOf <https://dev.bcld.info/works/b0454fa6-54b1-4b38-aa9b-473288225c7c> ;
    :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 "Durations, program notes by William Mann in English, French, and German on the container, and words of the arias with English translations (4 unnumbered pages) inserted in container." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Editions de l'Oiseau-lyre" ;
            bflc:simpleDate "[1976]" ;
            bflc:simplePlace "London" ;
            :date "1976"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/enk> ] ;
    :publicationStatement "London: Editions de l'Oiseau-lyre, [1976]" ;
    :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/ste>,
        <http://id.loc.gov/vocabulary/mplayspeed/b>,
        <http://id.loc.gov/vocabulary/mrectype/analog> ;
    :title [ a :Title ;
            :mainTitle "Stuart Burrows sings Mozart" ] .

