@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/57025/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Il combattimento di Tancredi e Clorinda" ;
    ns1:baritone <http://data.carnegiehall.org/names/107445> ;
    ns1:cello <http://data.carnegiehall.org/names/103910> ;
    ns1:double_bass <http://data.carnegiehall.org/names/103837> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/22663> ;
    ns1:soprano <http://data.carnegiehall.org/names/107582> ;
    ns1:tenor <http://data.carnegiehall.org/names/107498> ;
    ns1:viola <http://data.carnegiehall.org/names/103840>,
        <http://data.carnegiehall.org/names/103847>,
        <http://data.carnegiehall.org/names/75685> ;
    ns3:performer <http://data.carnegiehall.org/names/103837>,
        <http://data.carnegiehall.org/names/103840>,
        <http://data.carnegiehall.org/names/103847>,
        <http://data.carnegiehall.org/names/103910>,
        <http://data.carnegiehall.org/names/107445>,
        <http://data.carnegiehall.org/names/107498>,
        <http://data.carnegiehall.org/names/107582>,
        <http://data.carnegiehall.org/names/22663>,
        <http://data.carnegiehall.org/names/75685> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/96524> .

