@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/14602/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Time Soon Came" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/27414>,
        <http://data.carnegiehall.org/names/69924> ;
    ns1:choir <http://data.carnegiehall.org/names/44133> ;
    ns1:conductor <http://data.carnegiehall.org/names/16893> ;
    ns1:double_bass <http://data.carnegiehall.org/names/85414> ;
    ns1:drums <http://data.carnegiehall.org/names/36299> ;
    ns1:electric_guitar <http://data.carnegiehall.org/names/85416> ;
    ns1:flute <http://data.carnegiehall.org/names/58006> ;
    ns1:percussion <http://data.carnegiehall.org/names/85415> ;
    ns1:piano <http://data.carnegiehall.org/names/31891> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/85417> ;
    ns1:trombone <http://data.carnegiehall.org/names/85420> ;
    ns1:trumpet <http://data.carnegiehall.org/names/85419> ;
    ns2:performer <http://data.carnegiehall.org/names/16893>,
        <http://data.carnegiehall.org/names/27414>,
        <http://data.carnegiehall.org/names/31891>,
        <http://data.carnegiehall.org/names/36299>,
        <http://data.carnegiehall.org/names/44133>,
        <http://data.carnegiehall.org/names/58006>,
        <http://data.carnegiehall.org/names/69924>,
        <http://data.carnegiehall.org/names/85414>,
        <http://data.carnegiehall.org/names/85415>,
        <http://data.carnegiehall.org/names/85416>,
        <http://data.carnegiehall.org/names/85417>,
        <http://data.carnegiehall.org/names/85419>,
        <http://data.carnegiehall.org/names/85420> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/80254> .

