@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/54243/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "It Happens Like This" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/98206> ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/17188> ;
    ns2:bassoon <http://data.carnegiehall.org/names/99882> ;
    ns2:cello <http://data.carnegiehall.org/names/28387> ;
    ns2:clarinet <http://data.carnegiehall.org/names/62711> ;
    ns2:conductor <http://data.carnegiehall.org/names/11371> ;
    ns2:double_bass <http://data.carnegiehall.org/names/26662> ;
    ns2:harp <http://data.carnegiehall.org/names/28988> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/99881> ;
    ns2:percussion <http://data.carnegiehall.org/names/48390>,
        <http://data.carnegiehall.org/names/99884> ;
    ns2:piano <http://data.carnegiehall.org/names/83468> ;
    ns2:soprano <http://data.carnegiehall.org/names/99880> ;
    ns2:tenor <http://data.carnegiehall.org/names/94048> ;
    ns2:trombone <http://data.carnegiehall.org/names/23828> ;
    ns2:trumpet <http://data.carnegiehall.org/names/71102> ;
    ns2:viola <http://data.carnegiehall.org/names/13378> ;
    ns2:violin <http://data.carnegiehall.org/names/31340> ;
    ns1:performer <http://data.carnegiehall.org/names/11371>,
        <http://data.carnegiehall.org/names/13378>,
        <http://data.carnegiehall.org/names/17188>,
        <http://data.carnegiehall.org/names/23828>,
        <http://data.carnegiehall.org/names/26662>,
        <http://data.carnegiehall.org/names/28387>,
        <http://data.carnegiehall.org/names/28988>,
        <http://data.carnegiehall.org/names/31340>,
        <http://data.carnegiehall.org/names/48390>,
        <http://data.carnegiehall.org/names/62711>,
        <http://data.carnegiehall.org/names/71102>,
        <http://data.carnegiehall.org/names/83468>,
        <http://data.carnegiehall.org/names/94048>,
        <http://data.carnegiehall.org/names/98206>,
        <http://data.carnegiehall.org/names/99880>,
        <http://data.carnegiehall.org/names/99881>,
        <http://data.carnegiehall.org/names/99882>,
        <http://data.carnegiehall.org/names/99884> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/91824> .

