@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/36011/work_03> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "The Miserly Knight, Op. 24" ;
    ns1:baritone <http://data.carnegiehall.org/names/3462> ;
    ns1:bass <http://data.carnegiehall.org/names/26661>,
        <http://data.carnegiehall.org/names/60382> ;
    ns1:tenor <http://data.carnegiehall.org/names/11576>,
        <http://data.carnegiehall.org/names/18291> ;
    ns2:performer <http://data.carnegiehall.org/names/11576>,
        <http://data.carnegiehall.org/names/18291>,
        <http://data.carnegiehall.org/names/26661>,
        <http://data.carnegiehall.org/names/3462>,
        <http://data.carnegiehall.org/names/60382> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/1781> ;
    rdfs:comment "United States premiere" .

