@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/41652/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Folk Songs" ;
    ns1:cello <http://data.carnegiehall.org/names/70088> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/70084> ;
    ns1:clarinet <http://data.carnegiehall.org/names/70086> ;
    ns1:conductor <http://data.carnegiehall.org/names/70092> ;
    ns1:flute <http://data.carnegiehall.org/names/70085> ;
    ns1:harp <http://data.carnegiehall.org/names/70089> ;
    ns1:percussion <http://data.carnegiehall.org/names/70090>,
        <http://data.carnegiehall.org/names/70091> ;
    ns1:soprano <http://data.carnegiehall.org/names/64216> ;
    ns1:viola <http://data.carnegiehall.org/names/70087> ;
    ns2:performer <http://data.carnegiehall.org/names/64216>,
        <http://data.carnegiehall.org/names/70084>,
        <http://data.carnegiehall.org/names/70085>,
        <http://data.carnegiehall.org/names/70086>,
        <http://data.carnegiehall.org/names/70087>,
        <http://data.carnegiehall.org/names/70088>,
        <http://data.carnegiehall.org/names/70089>,
        <http://data.carnegiehall.org/names/70090>,
        <http://data.carnegiehall.org/names/70091>,
        <http://data.carnegiehall.org/names/70092> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/57019> .

