@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/32293/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Irish folk song (unspecified)" ;
    ns1:brass_quintet <http://data.carnegiehall.org/names/48091> ;
    ns1:french_horn <http://data.carnegiehall.org/names/39417> ;
    ns1:percussion <http://data.carnegiehall.org/names/36185> ;
    ns1:trombone <http://data.carnegiehall.org/names/21520> ;
    ns1:trumpet <http://data.carnegiehall.org/names/42445>,
        <http://data.carnegiehall.org/names/5185> ;
    ns1:tuba <http://data.carnegiehall.org/names/59123> ;
    ns2:performer <http://data.carnegiehall.org/names/21520>,
        <http://data.carnegiehall.org/names/36185>,
        <http://data.carnegiehall.org/names/39417>,
        <http://data.carnegiehall.org/names/42445>,
        <http://data.carnegiehall.org/names/48091>,
        <http://data.carnegiehall.org/names/5185>,
        <http://data.carnegiehall.org/names/59123> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/19419> .

