@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/44825/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "I Found a New Baby" ;
    ns1:banjo <http://data.carnegiehall.org/names/19562> ;
    ns1:clarinet <http://data.carnegiehall.org/names/20897> ;
    ns1:cornet <http://data.carnegiehall.org/names/38947>,
        <http://data.carnegiehall.org/names/49662> ;
    ns1:double_bass <http://data.carnegiehall.org/names/57163> ;
    ns1:drums <http://data.carnegiehall.org/names/38895> ;
    ns1:piano <http://data.carnegiehall.org/names/12447> ;
    ns1:trombone <http://data.carnegiehall.org/names/53145>,
        <http://data.carnegiehall.org/names/71858>,
        <http://data.carnegiehall.org/names/9795> ;
    ns1:trumpet <http://data.carnegiehall.org/names/18460>,
        <http://data.carnegiehall.org/names/8040> ;
    ns2:performer <http://data.carnegiehall.org/names/12447>,
        <http://data.carnegiehall.org/names/18460>,
        <http://data.carnegiehall.org/names/19562>,
        <http://data.carnegiehall.org/names/20897>,
        <http://data.carnegiehall.org/names/38895>,
        <http://data.carnegiehall.org/names/38947>,
        <http://data.carnegiehall.org/names/49662>,
        <http://data.carnegiehall.org/names/53145>,
        <http://data.carnegiehall.org/names/57163>,
        <http://data.carnegiehall.org/names/71858>,
        <http://data.carnegiehall.org/names/8040>,
        <http://data.carnegiehall.org/names/9795> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/42048> .

