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

<http://data.carnegiehall.org/events/29733/work_11> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "The Deeds of the Holy Brothers Cyril and Methodius" ;
    ns1:baritone <http://data.carnegiehall.org/names/48500>,
        <http://data.carnegiehall.org/names/59995> ;
    ns1:bass <http://data.carnegiehall.org/names/2736> ;
    ns1:tenor <http://data.carnegiehall.org/names/47923> ;
    ns3:performer <http://data.carnegiehall.org/names/2736>,
        <http://data.carnegiehall.org/names/47923>,
        <http://data.carnegiehall.org/names/48500>,
        <http://data.carnegiehall.org/names/59995> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/26942> ;
    rdfs:comment "United States premiere" .

