@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/7075/work_12> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "The Last Speech" ;
    ns1:choir <http://data.carnegiehall.org/names/82178> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/82173> ;
    ns1:narrator <http://data.carnegiehall.org/names/82172> ;
    ns1:soprano <http://data.carnegiehall.org/names/82174> ;
    ns1:tenor <http://data.carnegiehall.org/names/19101> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/82175>,
        <http://data.carnegiehall.org/names/82176>,
        <http://data.carnegiehall.org/names/82177> ;
    ns2:performer <http://data.carnegiehall.org/names/19101>,
        <http://data.carnegiehall.org/names/82172>,
        <http://data.carnegiehall.org/names/82173>,
        <http://data.carnegiehall.org/names/82174>,
        <http://data.carnegiehall.org/names/82175>,
        <http://data.carnegiehall.org/names/82176>,
        <http://data.carnegiehall.org/names/82177>,
        <http://data.carnegiehall.org/names/82178> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/77830> ;
    rdfs:comment "world premiere" .

