@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/213cf568-2a18-4e5c-af63-6d856bd00f69> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:31.115263+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/5724809> ;
            :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" ;
    :duration "003300"^^xsd:duration ;
    :extent [ a :Extent ;
            rdfs:label "1 sound disc (33 min.)" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "analog, 33 1/3 rpm" ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "   94766461 " ],
        [ a :AudioIssueNumber ;
            :assigner [ a :Organization ;
                    rdfs:label "Mercury" ] ;
            rdf:value "MG-20413" ],
        [ a :OclcNumber ;
            rdf:value "12821035" ] ;
    :instanceOf <https://dev.bcld.info/works/f3f83593-e1fc-42d5-8fd8-5546b591863c> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/s> ;
    :note [ a :Note ;
            rdfs:label "Program notes on container." ],
        [ a :Note ;
            rdfs:label "Title from container." ],
        [ a :Note ;
            rdfs:label "Dance-orchestra music." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Mercury" ;
            bflc:simpleDate "[1959]" ;
            bflc:simplePlace "[Chicago]" ;
            :date "1959"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/ilu> ] ;
    :publicationStatement "[Chicago]: Mercury, [1959]" ;
    :responsibilityStatement "Clyde Otis and his orchestra" ;
    :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/mon>,
        <http://id.loc.gov/vocabulary/mplayspeed/b> ;
    :title [ a :Title ;
            :mainTitle "America's dance favorites" ] .

