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

<http://data.carnegiehall.org/events/20335/work_03> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Thorwald: Excerpts" ;
    ns3:baritone <http://data.carnegiehall.org/names/10649> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/55882> ;
    ns3:tenor <http://data.carnegiehall.org/names/26087> ;
    ns3:unspecified_voice <http://data.carnegiehall.org/names/41249> ;
    ns2:performer <http://data.carnegiehall.org/names/10649>,
        <http://data.carnegiehall.org/names/26087>,
        <http://data.carnegiehall.org/names/41249>,
        <http://data.carnegiehall.org/names/55882> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/24017> ;
    rdfs:comment "world premiere" .

