@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/71664/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Tolomeo, HWV 25: Act III. Stille amare" ;
    ns2:cello <http://data.carnegiehall.org/names/5373> ;
    ns2:countertenor <http://data.carnegiehall.org/names/32922> ;
    ns2:double_bass <http://data.carnegiehall.org/names/134025> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/41747> ;
    ns2:oboe <http://data.carnegiehall.org/names/18656>,
        <http://data.carnegiehall.org/names/53413> ;
    ns2:timpani <http://data.carnegiehall.org/names/134026> ;
    ns2:trumpet <http://data.carnegiehall.org/names/31173>,
        <http://data.carnegiehall.org/names/46478>,
        <http://data.carnegiehall.org/names/70077>,
        <http://data.carnegiehall.org/names/72356> ;
    ns2:viola <http://data.carnegiehall.org/names/125736>,
        <http://data.carnegiehall.org/names/40480> ;
    ns2:violin <http://data.carnegiehall.org/names/126460>,
        <http://data.carnegiehall.org/names/22188>,
        <http://data.carnegiehall.org/names/35778>,
        <http://data.carnegiehall.org/names/99510> ;
    ns1:performer <http://data.carnegiehall.org/names/125736>,
        <http://data.carnegiehall.org/names/126460>,
        <http://data.carnegiehall.org/names/134025>,
        <http://data.carnegiehall.org/names/134026>,
        <http://data.carnegiehall.org/names/18656>,
        <http://data.carnegiehall.org/names/22188>,
        <http://data.carnegiehall.org/names/31173>,
        <http://data.carnegiehall.org/names/32922>,
        <http://data.carnegiehall.org/names/35778>,
        <http://data.carnegiehall.org/names/40480>,
        <http://data.carnegiehall.org/names/41747>,
        <http://data.carnegiehall.org/names/46478>,
        <http://data.carnegiehall.org/names/53413>,
        <http://data.carnegiehall.org/names/5373>,
        <http://data.carnegiehall.org/names/70077>,
        <http://data.carnegiehall.org/names/72356>,
        <http://data.carnegiehall.org/names/99510> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33075> .

