@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/25942/work_02> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Phaedra, Op. 93" ;
    ns3:cello <http://data.carnegiehall.org/names/17957> ;
    ns3:conductor <http://data.carnegiehall.org/names/25022> ;
    ns3:harpsichord <http://data.carnegiehall.org/names/22896> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/16702> ;
    ns1:performer <http://data.carnegiehall.org/names/16702>,
        <http://data.carnegiehall.org/names/17957>,
        <http://data.carnegiehall.org/names/22896>,
        <http://data.carnegiehall.org/names/25022> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/3122> ;
    rdfs:comment "United States premiere" .

