@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/63895/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Tribute to Morricone" ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/79428> ;
    ns1:trombone <http://data.carnegiehall.org/names/121397>,
        <http://data.carnegiehall.org/names/121398>,
        <http://data.carnegiehall.org/names/121399> ;
    ns1:trumpet <http://data.carnegiehall.org/names/121394>,
        <http://data.carnegiehall.org/names/121395>,
        <http://data.carnegiehall.org/names/121396> ;
    ns1:tuba <http://data.carnegiehall.org/names/121400> ;
    ns3:performer <http://data.carnegiehall.org/names/121394>,
        <http://data.carnegiehall.org/names/121395>,
        <http://data.carnegiehall.org/names/121396>,
        <http://data.carnegiehall.org/names/121397>,
        <http://data.carnegiehall.org/names/121398>,
        <http://data.carnegiehall.org/names/121399>,
        <http://data.carnegiehall.org/names/121400>,
        <http://data.carnegiehall.org/names/79428> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/107859> .

