@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://bluecore-dev.stanford.edu/instances/ef71bbb7-d71c-499a-aaf0-24b100e2cd7c> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/cbc> ;
            :date "2026-09-14T21:38:43.764156+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-09-14" ;
            :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 :AudioIssueNumber ;
            :assigner [ a :Organization ;
                    rdfs:label "London" ] ;
            rdf:value "STS 15081-15082" ],
        [ a :Lccn ;
            rdf:value "   77761126 " ] ;
    :instanceOf <https://bluecore-dev.stanford.edu/works/4a2da96d-7c11-447b-b26d-7df81efc98cf> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/s> ;
    :note [ a :Note ;
            rdfs:label "Ballet." ],
        [ a :Note ;
            rdfs:label "Program notes on insert." ] ;
    :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]" ] .

