@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/74910/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Alla danza tedesca" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/134232> ;
    ns1:cello <http://data.carnegiehall.org/names/134234> ;
    ns1:clarinet <http://data.carnegiehall.org/names/134229> ;
    ns1:double_bass <http://data.carnegiehall.org/names/130775>,
        <http://data.carnegiehall.org/names/134230> ;
    ns1:drums <http://data.carnegiehall.org/names/130771>,
        <http://data.carnegiehall.org/names/130772>,
        <http://data.carnegiehall.org/names/134231> ;
    ns1:piano <http://data.carnegiehall.org/names/84412> ;
    ns1:viola <http://data.carnegiehall.org/names/134233> ;
    ns1:violin <http://data.carnegiehall.org/names/130774>,
        <http://data.carnegiehall.org/names/134235> ;
    ns2:performer <http://data.carnegiehall.org/names/130771>,
        <http://data.carnegiehall.org/names/130772>,
        <http://data.carnegiehall.org/names/130774>,
        <http://data.carnegiehall.org/names/130775>,
        <http://data.carnegiehall.org/names/134229>,
        <http://data.carnegiehall.org/names/134230>,
        <http://data.carnegiehall.org/names/134231>,
        <http://data.carnegiehall.org/names/134232>,
        <http://data.carnegiehall.org/names/134233>,
        <http://data.carnegiehall.org/names/134234>,
        <http://data.carnegiehall.org/names/134235>,
        <http://data.carnegiehall.org/names/84412> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/118490> .

