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

<http://data.carnegiehall.org/events/50229/work_01> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Histories" ;
    ns2:bassoon <http://data.carnegiehall.org/names/89190> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/76579> ;
    ns2:clarinet <http://data.carnegiehall.org/names/85615> ;
    ns2:double_bass <http://data.carnegiehall.org/names/89191> ;
    ns2:percussion <http://data.carnegiehall.org/names/83113> ;
    ns2:trombone <http://data.carnegiehall.org/names/68012> ;
    ns2:trumpet <http://data.carnegiehall.org/names/72860> ;
    ns2:violin <http://data.carnegiehall.org/names/75609> ;
    ns3:performer <http://data.carnegiehall.org/names/68012>,
        <http://data.carnegiehall.org/names/72860>,
        <http://data.carnegiehall.org/names/75609>,
        <http://data.carnegiehall.org/names/76579>,
        <http://data.carnegiehall.org/names/83113>,
        <http://data.carnegiehall.org/names/85615>,
        <http://data.carnegiehall.org/names/89190>,
        <http://data.carnegiehall.org/names/89191> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/83994> ;
    rdfs:comment "New York premiere" .

