@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/7199/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "I Found a New Baby" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/78308>,
        <http://data.carnegiehall.org/names/8464> ;
    ns1:clarinet <http://data.carnegiehall.org/names/8464> ;
    ns1:conductor <http://data.carnegiehall.org/names/8464> ;
    ns1:cornet <http://data.carnegiehall.org/names/78306> ;
    ns1:jazz_ensemble <http://data.carnegiehall.org/names/78302> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/78307> ;
    ns1:trombone <http://data.carnegiehall.org/names/78304> ;
    ns1:trumpet <http://data.carnegiehall.org/names/78305> ;
    ns1:vocalist <http://data.carnegiehall.org/names/78303>,
        <http://data.carnegiehall.org/names/78309> ;
    ns2:performer <http://data.carnegiehall.org/names/78302>,
        <http://data.carnegiehall.org/names/78303>,
        <http://data.carnegiehall.org/names/78304>,
        <http://data.carnegiehall.org/names/78305>,
        <http://data.carnegiehall.org/names/78306>,
        <http://data.carnegiehall.org/names/78307>,
        <http://data.carnegiehall.org/names/78308>,
        <http://data.carnegiehall.org/names/78309>,
        <http://data.carnegiehall.org/names/8464> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/42048> .

