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

<http://data.carnegiehall.org/events/8713/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "66 Times" ;
    ns2:cello <http://data.carnegiehall.org/names/6800> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/8528> ;
    ns2:clarinet <http://data.carnegiehall.org/names/11653> ;
    ns2:conductor <http://data.carnegiehall.org/names/30509> ;
    ns2:flute <http://data.carnegiehall.org/names/42698> ;
    ns2:harp <http://data.carnegiehall.org/names/25510> ;
    ns2:percussion <http://data.carnegiehall.org/names/42399> ;
    ns2:soprano <http://data.carnegiehall.org/names/26556> ;
    ns2:violin <http://data.carnegiehall.org/names/46122> ;
    ns1:performer <http://data.carnegiehall.org/names/11653>,
        <http://data.carnegiehall.org/names/25510>,
        <http://data.carnegiehall.org/names/26556>,
        <http://data.carnegiehall.org/names/30509>,
        <http://data.carnegiehall.org/names/42399>,
        <http://data.carnegiehall.org/names/42698>,
        <http://data.carnegiehall.org/names/46122>,
        <http://data.carnegiehall.org/names/6800>,
        <http://data.carnegiehall.org/names/8528> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/20405> .

