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

<http://data.carnegiehall.org/events/15827/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "I Found a New Baby" ;
    ns3:clarinet <http://data.carnegiehall.org/names/71857> ;
    ns3:double_bass <http://data.carnegiehall.org/names/18487>,
        <http://data.carnegiehall.org/names/26706> ;
    ns3:drums <http://data.carnegiehall.org/names/22366> ;
    ns3:piano <http://data.carnegiehall.org/names/32335>,
        <http://data.carnegiehall.org/names/45810> ;
    ns3:trombone <http://data.carnegiehall.org/names/71858> ;
    ns3:trumpet <http://data.carnegiehall.org/names/18460> ;
    ns1:performer <http://data.carnegiehall.org/names/18460>,
        <http://data.carnegiehall.org/names/18487>,
        <http://data.carnegiehall.org/names/22366>,
        <http://data.carnegiehall.org/names/26706>,
        <http://data.carnegiehall.org/names/32335>,
        <http://data.carnegiehall.org/names/45810>,
        <http://data.carnegiehall.org/names/71857>,
        <http://data.carnegiehall.org/names/71858> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/42048> .

