@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/57641/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Intrada" ;
    ns2:trombone <http://data.carnegiehall.org/names/107457>,
        <http://data.carnegiehall.org/names/107458>,
        <http://data.carnegiehall.org/names/107459>,
        <http://data.carnegiehall.org/names/107460> ;
    ns2:trumpet <http://data.carnegiehall.org/names/107451>,
        <http://data.carnegiehall.org/names/107452>,
        <http://data.carnegiehall.org/names/107453>,
        <http://data.carnegiehall.org/names/107454>,
        <http://data.carnegiehall.org/names/107455>,
        <http://data.carnegiehall.org/names/107456> ;
    ns1:performer <http://data.carnegiehall.org/names/107451>,
        <http://data.carnegiehall.org/names/107452>,
        <http://data.carnegiehall.org/names/107453>,
        <http://data.carnegiehall.org/names/107454>,
        <http://data.carnegiehall.org/names/107455>,
        <http://data.carnegiehall.org/names/107456>,
        <http://data.carnegiehall.org/names/107457>,
        <http://data.carnegiehall.org/names/107458>,
        <http://data.carnegiehall.org/names/107459>,
        <http://data.carnegiehall.org/names/107460> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/98304> .

