@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/22082/work_18> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Phèdre: The Confession" ;
    ns1:cello <http://data.carnegiehall.org/names/18805> ;
    ns1:flute <http://data.carnegiehall.org/names/56827> ;
    ns1:piano <http://data.carnegiehall.org/names/4138> ;
    ns1:soprano <http://data.carnegiehall.org/names/46499> ;
    ns1:viola <http://data.carnegiehall.org/names/50799> ;
    ns1:violin <http://data.carnegiehall.org/names/50009> ;
    ns2:performer <http://data.carnegiehall.org/names/18805>,
        <http://data.carnegiehall.org/names/4138>,
        <http://data.carnegiehall.org/names/46499>,
        <http://data.carnegiehall.org/names/50009>,
        <http://data.carnegiehall.org/names/50799>,
        <http://data.carnegiehall.org/names/56827> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/20577> ;
    rdfs:comment "world premiere" .

