@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/25544/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Bird Watcher" ;
    ns3:alto_saxophone <http://data.carnegiehall.org/names/46724> ;
    ns3:double_bass <http://data.carnegiehall.org/names/45585> ;
    ns3:piano <http://data.carnegiehall.org/names/14889> ;
    ns3:trombone <http://data.carnegiehall.org/names/28262> ;
    ns3:trumpet <http://data.carnegiehall.org/names/25463>,
        <http://data.carnegiehall.org/names/5820> ;
    ns1:performer <http://data.carnegiehall.org/names/14889>,
        <http://data.carnegiehall.org/names/25463>,
        <http://data.carnegiehall.org/names/28262>,
        <http://data.carnegiehall.org/names/45585>,
        <http://data.carnegiehall.org/names/46724>,
        <http://data.carnegiehall.org/names/5820> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/117983> .

