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

<http://data.carnegiehall.org/events/18542/work_04> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "The Vampire" ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/43223> ;
    ns2:flute <http://data.carnegiehall.org/names/10855> ;
    ns2:mime <http://data.carnegiehall.org/names/40077> ;
    ns2:narrator <http://data.carnegiehall.org/names/23115> ;
    ns2:percussion <http://data.carnegiehall.org/names/55045> ;
    ns2:piano <http://data.carnegiehall.org/names/20404> ;
    ns1:performer <http://data.carnegiehall.org/names/10855>,
        <http://data.carnegiehall.org/names/20404>,
        <http://data.carnegiehall.org/names/23115>,
        <http://data.carnegiehall.org/names/40077>,
        <http://data.carnegiehall.org/names/43223>,
        <http://data.carnegiehall.org/names/55045> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/18262> ;
    rdfs:comment "world premiere" .

