@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@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" ;
    ns2:cello <http://data.carnegiehall.org/names/70088> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/70084> ;
    ns2:clarinet <http://data.carnegiehall.org/names/70086> ;
    ns2:conductor <http://data.carnegiehall.org/names/70092> ;
    ns2:flute <http://data.carnegiehall.org/names/70085> ;
    ns2:harp <http://data.carnegiehall.org/names/70089> ;
    ns2:percussion <http://data.carnegiehall.org/names/70090>,
        <http://data.carnegiehall.org/names/70091> ;
    ns2:soprano <http://data.carnegiehall.org/names/64216> ;
    ns2:viola <http://data.carnegiehall.org/names/70087> ;
    ns3: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> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/57019> .

