@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/30076/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Griselda, RV 718: Act II. Agitata da due venti" ;
    ns1:cello <http://data.carnegiehall.org/names/76328> ;
    ns1:cembalo <http://data.carnegiehall.org/names/1117> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/4008> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/37796> ;
    ns1:viola <http://data.carnegiehall.org/names/76327> ;
    ns1:violin <http://data.carnegiehall.org/names/76325>,
        <http://data.carnegiehall.org/names/76326> ;
    ns2:performer <http://data.carnegiehall.org/names/1117>,
        <http://data.carnegiehall.org/names/37796>,
        <http://data.carnegiehall.org/names/4008>,
        <http://data.carnegiehall.org/names/76325>,
        <http://data.carnegiehall.org/names/76326>,
        <http://data.carnegiehall.org/names/76327>,
        <http://data.carnegiehall.org/names/76328> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/16349> .

