@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/31249/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Zing Mir a Lied Fun Yitschock Leibish Peretz" ;
    ns1:actor <http://data.carnegiehall.org/names/131725>,
        <http://data.carnegiehall.org/names/132320>,
        <http://data.carnegiehall.org/names/133122>,
        <http://data.carnegiehall.org/names/133123>,
        <http://data.carnegiehall.org/names/135289> ;
    ns1:baritone <http://data.carnegiehall.org/names/47903> ;
    ns1:piano <http://data.carnegiehall.org/names/54145> ;
    ns2:performer <http://data.carnegiehall.org/names/131725>,
        <http://data.carnegiehall.org/names/132320>,
        <http://data.carnegiehall.org/names/133122>,
        <http://data.carnegiehall.org/names/133123>,
        <http://data.carnegiehall.org/names/135289>,
        <http://data.carnegiehall.org/names/47903>,
        <http://data.carnegiehall.org/names/54145> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/119423> .

