@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/2fdbd868-456b-44f1-a816-059b4e710f6c> 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:43:16.066945+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/24096532> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :baseMaterial <http://id.loc.gov/vocabulary/mmaterial/mtl>,
        <http://id.loc.gov/vocabulary/mmaterial/pla> ;
    :carrier <http://id.loc.gov/vocabulary/carriers/sd> ;
    :copyrightDate "1987"^^<http://id.loc.gov/datatypes/edtf> ;
    :digitalCharacteristic <http://id.loc.gov/vocabulary/mencformat/cda>,
        <http://id.loc.gov/vocabulary/mfiletype/audio> ;
    :dimensions "4 3/4 in" ;
    :extent [ a :Extent ;
            rdfs:label "1 audio disc" ] ;
    :identifiedBy [ a :OclcNumber ;
            rdf:value "22379178" ],
        [ a :Upc ;
            rdf:value "096507712720" ],
        [ a :AudioIssueNumber ;
            :assigner [ a :Organization ;
                    rdfs:label "Soundings of the Planet" ] ;
            rdf:value "SP7127CD" ],
        [ a :Local ;
            rdf:value "24096532" ],
        [ a :Lccn ;
            rdf:value "  2025145847" ] ;
    :instanceOf <https://dev.bcld.info/works/78e206c0-6f10-4d3b-b72c-2fded52ed044> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/s> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/accmat> ;
            rdfs:label "1 insert" ],
        [ a :Note ;
            rdfs:label "Title from disc label." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Soundings of the Planet" ;
            bflc:simpleDate "[1987]" ;
            bflc:simplePlace "Tucson, AZ" ;
            :date "1987"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/azu> ] ;
    :publicationStatement "Tucson, AZ: Soundings of the Planet, [1987]" ;
    :responsibilityStatement "Tom Barabas, Dean Evenson" ;
    :soundCharacteristic [ a :PlayingSpeed ;
            rdfs:label "1.4 m/s" ],
        <http://id.loc.gov/vocabulary/mcapturestorage/dist>,
        <http://id.loc.gov/vocabulary/mplayback/ste>,
        <http://id.loc.gov/vocabulary/mplayspeed/f>,
        <http://id.loc.gov/vocabulary/mrecmedium/opt>,
        <http://id.loc.gov/vocabulary/mrectype/digital> ;
    :title [ a :Title ;
            :mainTitle "Soaring" ] .

