@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/40513/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Folk Songs" ;
    ns1:cello <http://data.carnegiehall.org/names/62447> ;
    ns1:clarinet <http://data.carnegiehall.org/names/21084> ;
    ns1:flute <http://data.carnegiehall.org/names/55779> ;
    ns1:harp <http://data.carnegiehall.org/names/67620> ;
    ns1:percussion <http://data.carnegiehall.org/names/32278>,
        <http://data.carnegiehall.org/names/44173> ;
    ns1:soprano <http://data.carnegiehall.org/names/46280> ;
    ns1:viola <http://data.carnegiehall.org/names/68830> ;
    ns2:performer <http://data.carnegiehall.org/names/21084>,
        <http://data.carnegiehall.org/names/32278>,
        <http://data.carnegiehall.org/names/44173>,
        <http://data.carnegiehall.org/names/46280>,
        <http://data.carnegiehall.org/names/55779>,
        <http://data.carnegiehall.org/names/62447>,
        <http://data.carnegiehall.org/names/67620>,
        <http://data.carnegiehall.org/names/68830> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/57019> .

