@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/works/78e206c0-6f10-4d3b-b72c-2fded52ed044> a :Monograph,
        :MusicAudio,
        :Work ;
    bflc:aap "Soaring" ;
    bflc:aap-normalized "soaring" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:16.058199+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/24096532> ;
            :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/> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "SDD 85810" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :classificationPortion "781" ;
            :edition "full" ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/prm> ;
    :contribution [ a :Contribution ;
            :agent <http://id.loc.gov/rwo/agents/n95060643> ;
            :role <http://id.loc.gov/vocabulary/relators/cmp>,
                <http://id.loc.gov/vocabulary/relators/prf> ],
        [ a :Contribution ;
            :agent <http://id.loc.gov/rwo/agents/no94029430> ;
            :role <http://id.loc.gov/vocabulary/relators/cmp>,
                <http://id.loc.gov/vocabulary/relators/prf> ] ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2014026962> ;
    :hasInstance <https://dev.bcld.info/instances/2fdbd868-456b-44f1-a816-059b4e710f6c> ;
    :language <http://id.loc.gov/vocabulary/languages/zxx> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/participants> ;
            rdfs:label "Tom Barabas, synthesizers ; Dean Evenson, flute." ] ;
    :relation [ a :Relation ;
            :associatedResource <https://id.oclc.org/worldcat/entity/E39PCG9y3WRJRQcPFXdF9KHcj3> ;
            :relationship <https://id.oclc.org/worldcat/ontology/hasWork> ] ;
    :subject [ a :Topic,
                mads:Topic ;
            rdfs:label "Musique du Nouvel Âge" ;
            bflc:aap-normalized "musiquedunouvelâge" ;
            :source <http://id.loc.gov/vocabulary/subjectSchemes/rvm> ;
            mads:authoritativeLabel "Musique du Nouvel Âge" ],
        <http://id.loc.gov/authorities/subjects/sh87003427>,
        <http://id.worldcat.org/fast/1036703> ;
    :tableOfContents [ a :TableOfContents ;
            rdfs:label "Heartland flight -- Heather breeze -- Vanilla float -- Over the beach -- Soaring -- Serene sojourn -- Spiral -- Glide path." ] ;
    :title [ a :Title ;
            :mainTitle "Soaring" ] .

