@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/77264/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dawn" ;
    ns2:alto_flute <http://data.carnegiehall.org/names/118971> ;
    ns2:cello <http://data.carnegiehall.org/names/136081> ;
    ns2:clarinet <http://data.carnegiehall.org/names/72101> ;
    ns2:conductor <http://data.carnegiehall.org/names/132446> ;
    ns2:double_bass <http://data.carnegiehall.org/names/126466> ;
    ns2:flute <http://data.carnegiehall.org/names/118971> ;
    ns2:french_horn <http://data.carnegiehall.org/names/87527> ;
    ns2:harp <http://data.carnegiehall.org/names/28988> ;
    ns2:vibraphone <http://data.carnegiehall.org/names/21052> ;
    ns2:viola <http://data.carnegiehall.org/names/20491> ;
    ns2:violin <http://data.carnegiehall.org/names/126460>,
        <http://data.carnegiehall.org/names/129101> ;
    ns1:performer <http://data.carnegiehall.org/names/118971>,
        <http://data.carnegiehall.org/names/126460>,
        <http://data.carnegiehall.org/names/126466>,
        <http://data.carnegiehall.org/names/129101>,
        <http://data.carnegiehall.org/names/132446>,
        <http://data.carnegiehall.org/names/136081>,
        <http://data.carnegiehall.org/names/20491>,
        <http://data.carnegiehall.org/names/21052>,
        <http://data.carnegiehall.org/names/28988>,
        <http://data.carnegiehall.org/names/72101>,
        <http://data.carnegiehall.org/names/87527> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/121808> .

