@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/41834/work_05> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Notturno" ;
    ns1:cello <http://data.carnegiehall.org/names/62691> ;
    ns1:double_bass <http://data.carnegiehall.org/names/66636> ;
    ns1:flute <http://data.carnegiehall.org/names/31566> ;
    ns1:harp <http://data.carnegiehall.org/names/54697> ;
    ns1:viola <http://data.carnegiehall.org/names/25714> ;
    ns1:violin <http://data.carnegiehall.org/names/53373>,
        <http://data.carnegiehall.org/names/62580> ;
    ns2:performer <http://data.carnegiehall.org/names/25714>,
        <http://data.carnegiehall.org/names/31566>,
        <http://data.carnegiehall.org/names/53373>,
        <http://data.carnegiehall.org/names/54697>,
        <http://data.carnegiehall.org/names/62580>,
        <http://data.carnegiehall.org/names/62691>,
        <http://data.carnegiehall.org/names/66636> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/67373> ;
    rdfs:comment "world premiere" .

