@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/47559/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Trumpet Voluntary" ;
    ns1:bass_trombone <http://data.carnegiehall.org/names/21795> ;
    ns1:brass_ensemble <http://data.carnegiehall.org/names/13102> ;
    ns1:conductor <http://data.carnegiehall.org/names/57194> ;
    ns1:french_horn <http://data.carnegiehall.org/names/81644> ;
    ns1:tenor_trombone <http://data.carnegiehall.org/names/21794> ;
    ns1:trumpet <http://data.carnegiehall.org/names/51167>,
        <http://data.carnegiehall.org/names/68314>,
        <http://data.carnegiehall.org/names/9385> ;
    ns3:performer <http://data.carnegiehall.org/names/13102>,
        <http://data.carnegiehall.org/names/21794>,
        <http://data.carnegiehall.org/names/21795>,
        <http://data.carnegiehall.org/names/51167>,
        <http://data.carnegiehall.org/names/57194>,
        <http://data.carnegiehall.org/names/68314>,
        <http://data.carnegiehall.org/names/81644>,
        <http://data.carnegiehall.org/names/9385> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/38755> .

