@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/959cf956-e477-4f5b-acdf-516bbc5128fb> 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:44:12.070674+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23843626> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :baseMaterial [ a :BaseMaterial ;
            rdfs:label "sheet music" ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nb> ;
    :dimensions "35 cm" ;
    :extent [ a :Extent ;
            rdfs:label "1 score (6 p.)" ;
            bflc:appliesTo [ a bflc:AppliesTo ;
                    rdfs:label "score" ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2023870870" ],
        [ a :Local ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "ihas.200154949" ] ;
    :instanceOf <https://dev.bcld.info/works/69e8b377-bd76-4cbd-991e-4a3d49f5e0ab> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note,
                <http://id.loc.gov/vocabulary/mnotetype/descsource> ;
            rdfs:label "Description based on: Record created through migration from the Performing Arts Encyclopedia Database." ],
        [ a :Note ;
            rdfs:label "Location: Box 2 - 185." ],
        [ a :Note ;
            rdfs:label "\"The true Jewish heart; it's not in outward appearances, but in the soul, in true faith and love God.\" Source: Heskes, Irene, Yiddish American Popular Songs, 1895-1950." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "London Hebrew Publishing Comp. Mazin & Co. Ltd." ;
            bflc:simpleDate "[date of publication not identified]" ;
            bflc:simplePlace "London" ;
            :date "XXXX/XXXX"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/xx> ] ;
    :publicationStatement "London: London Hebrew Publishing Comp. Mazin & Co. Ltd., [date of publication not identified]" ;
    :responsibilityStatement "Smulewitz, Solomon = Small, Solomon, 1868-1943" ;
    :title [ a :Title ;
            :mainTitle "Das emese Yidishe harz" ] .

