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

