@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/43844/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Suite for 4 Trombones: 2. Moderato" ;
    ns2:alto_trombone <http://data.carnegiehall.org/names/75673> ;
    ns2:bass_trombone <http://data.carnegiehall.org/names/75676> ;
    ns2:tenor_trombone <http://data.carnegiehall.org/names/75674>,
        <http://data.carnegiehall.org/names/75675> ;
    ns2:trombone_quartet <http://data.carnegiehall.org/names/75672> ;
    ns1:performer <http://data.carnegiehall.org/names/75672>,
        <http://data.carnegiehall.org/names/75673>,
        <http://data.carnegiehall.org/names/75674>,
        <http://data.carnegiehall.org/names/75675>,
        <http://data.carnegiehall.org/names/75676> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/71800> .

