@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/24122/work_08> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "The Night's Secret" ;
    ns1:conductor <http://data.carnegiehall.org/names/30024> ;
    ns1:narrator <http://data.carnegiehall.org/names/25323>,
        <http://data.carnegiehall.org/names/905> ;
    ns1:piano <http://data.carnegiehall.org/names/24095> ;
    ns1:piccolo <http://data.carnegiehall.org/names/27794> ;
    ns1:saxophone <http://data.carnegiehall.org/names/45197> ;
    ns1:viola <http://data.carnegiehall.org/names/54347> ;
    ns1:violin <http://data.carnegiehall.org/names/3455> ;
    ns2:performer <http://data.carnegiehall.org/names/24095>,
        <http://data.carnegiehall.org/names/25323>,
        <http://data.carnegiehall.org/names/27794>,
        <http://data.carnegiehall.org/names/30024>,
        <http://data.carnegiehall.org/names/3455>,
        <http://data.carnegiehall.org/names/45197>,
        <http://data.carnegiehall.org/names/54347>,
        <http://data.carnegiehall.org/names/905> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/53483> ;
    rdfs:comment "world premiere" .

