@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/ec0f9045-8ff2-47eb-ae05-d4f28d03f3dd> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:00.903940+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/20669441> ;
            :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/pla> ;
    :carrier <http://id.loc.gov/vocabulary/carriers/sd> ;
    :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 "   77761126 " ],
        [ a :AudioIssueNumber ;
            :assigner [ a :Organization ;
                    rdfs:label "London" ] ;
            rdf:value "STS 15081-15082" ],
        [ a :OclcNumber ;
            rdf:value "ocm03459687" ] ;
    :instanceOf <https://dev.bcld.info/works/a3f8799f-59eb-4834-bb0c-714430dc7ea4> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/s> ;
    :note [ a :Note ;
            rdfs:label "Program notes on insert." ],
        [ a :Note ;
            rdfs:label "Ballet." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "London" ;
            bflc:simpleDate "[1969]" ;
            bflc:simplePlace "New York, N.Y." ;
            :date "1969"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/nyu> ] ;
    :publicationStatement "New York, N.Y.: London, [1969]" ;
    :responsibilityStatement "Britten" ;
    :soundCharacteristic <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> ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The prince of the pagodas" ;
            :subtitle "[opus 57]" ] .

