@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/06bd6600-cd71-4f0b-be10-2caad560572f> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-20" ;
            :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-20T22:00:57.782092+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/23843674> ;
            :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 (4 p.)" ;
            bflc:appliesTo [ a bflc:AppliesTo ;
                    rdfs:label "score" ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2023870918" ],
        [ a :Local ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            rdf:value "ihas.200155030" ] ;
    :instanceOf <https://dev.bcld.info/works/d55b47be-b984-48d0-bb94-ca58ed6aeed1> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "\"The female in-law.\" Reference is to the familial relationship between mothers of a bride and the groom. Source: Heskes, Irene, Yiddish American Popular Songs, 1895-1950." ],
        [ 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 3 - 347." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Hebrew Publishing Co" ;
            bflc:simpleDate "1910" ;
            bflc:simplePlace "New York" ;
            :date "1910"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/xx> ] ;
    :publicationStatement "New York: Hebrew Publishing Co, 1910" ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The mechuteneste" ] .

