@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/62911/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Bonelab" ;
    ns1:alto_trombone <http://data.carnegiehall.org/names/118185> ;
    ns1:bass_trombone <http://data.carnegiehall.org/names/118191>,
        <http://data.carnegiehall.org/names/118192> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/118184> ;
    ns1:tenor_trombone <http://data.carnegiehall.org/names/118186>,
        <http://data.carnegiehall.org/names/118187>,
        <http://data.carnegiehall.org/names/118188>,
        <http://data.carnegiehall.org/names/118189>,
        <http://data.carnegiehall.org/names/118190> ;
    ns2:performer <http://data.carnegiehall.org/names/118184>,
        <http://data.carnegiehall.org/names/118185>,
        <http://data.carnegiehall.org/names/118186>,
        <http://data.carnegiehall.org/names/118187>,
        <http://data.carnegiehall.org/names/118188>,
        <http://data.carnegiehall.org/names/118189>,
        <http://data.carnegiehall.org/names/118190>,
        <http://data.carnegiehall.org/names/118191>,
        <http://data.carnegiehall.org/names/118192> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/106322> .

