@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/46225/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ofyn Pripetshik (At the Fireplace)" ;
    ns1:cello <http://data.carnegiehall.org/names/81452> ;
    ns1:flute <http://data.carnegiehall.org/names/81451> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/81449> ;
    ns1:piano <http://data.carnegiehall.org/names/36775> ;
    ns1:tenor <http://data.carnegiehall.org/names/81450> ;
    ns1:violin <http://data.carnegiehall.org/names/39784> ;
    ns2:performer <http://data.carnegiehall.org/names/36775>,
        <http://data.carnegiehall.org/names/39784>,
        <http://data.carnegiehall.org/names/81449>,
        <http://data.carnegiehall.org/names/81450>,
        <http://data.carnegiehall.org/names/81451>,
        <http://data.carnegiehall.org/names/81452> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/77351> .

