@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/68621/work_03> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Forgotten Voices" ;
    ns1:baritone <http://data.carnegiehall.org/names/73858> ;
    ns1:bass <http://data.carnegiehall.org/names/61995> ;
    ns1:cello <http://data.carnegiehall.org/names/18422>,
        <http://data.carnegiehall.org/names/62401> ;
    ns1:double_bass <http://data.carnegiehall.org/names/126928> ;
    ns1:soprano <http://data.carnegiehall.org/names/120406>,
        <http://data.carnegiehall.org/names/68084> ;
    ns1:viola <http://data.carnegiehall.org/names/103840> ;
    ns1:violin <http://data.carnegiehall.org/names/120136>,
        <http://data.carnegiehall.org/names/64572> ;
    ns2:performer <http://data.carnegiehall.org/names/103840>,
        <http://data.carnegiehall.org/names/120136>,
        <http://data.carnegiehall.org/names/120406>,
        <http://data.carnegiehall.org/names/126928>,
        <http://data.carnegiehall.org/names/18422>,
        <http://data.carnegiehall.org/names/61995>,
        <http://data.carnegiehall.org/names/62401>,
        <http://data.carnegiehall.org/names/64572>,
        <http://data.carnegiehall.org/names/68084>,
        <http://data.carnegiehall.org/names/73858> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/107288> ;
    rdfs:comment "world premiere" .

