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

<https://dev.bcld.info/works/69e8b377-bd76-4cbd-991e-4a3d49f5e0ab> a :Monograph,
        :NotatedMusic,
        :Work ;
    bflc:aap "Das emese Yidishe harz" ;
    bflc:aap-normalized "dasemeseyidisheharz" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:12.060909+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23843626> ;
            :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/> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/ntm> ;
    :contribution [ a :Contribution ;
            :agent [ a bflc:Uncontrolled,
                        :Agent,
                        :Person ;
                    rdfs:label "Russotto, S." ] ;
            :role <http://id.loc.gov/vocabulary/relators/cmp> ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Small, Solomon 1868-1943" ;
                    bflc:marcKey "7001 $aSmall, Solomon$d1868-1943$eLyricist" ] ;
            :role <http://id.loc.gov/vocabulary/relators/lyr> ] ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2014026952> ;
    :hasInstance <https://dev.bcld.info/instances/55138c6d-bd02-40a8-858d-49c8a28c0d23>,
        <https://dev.bcld.info/instances/959cf956-e477-4f5b-acdf-516bbc5128fb> ;
    :intendedAudience <http://id.loc.gov/vocabulary/maudience/gen> ;
    :language <http://id.loc.gov/vocabulary/languages/yid> ;
    :musicFormat <http://id.loc.gov/vocabulary/mmusicformat/score> ;
    :relation [ a :Relation ;
            :associatedResource <https://dev.bcld.info/works/27a165fd-e59a-4a77-a4f7-c5c6d67c017b> ;
            :relationship <http://id.loc.gov/vocabulary/relationship/partof> ] ;
    :subject <http://id.loc.gov/authorities/subjects/sh2006005774>,
        <http://id.loc.gov/authorities/subjects/sh2010107586>,
        <http://id.loc.gov/authorities/subjects/sh85125129> ;
    :title [ a :Title ;
            :mainTitle "Das emese Yidishe harz" ] .

