@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/15015/work_01> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Divertimento" ;
    ns1:cello <http://data.carnegiehall.org/names/39254> ;
    ns1:clarinet <http://data.carnegiehall.org/names/137530> ;
    ns1:double_bass <http://data.carnegiehall.org/names/97035> ;
    ns1:trumpet <http://data.carnegiehall.org/names/79134> ;
    ns1:violin <http://data.carnegiehall.org/names/11481> ;
    ns2:performer <http://data.carnegiehall.org/names/11481>,
        <http://data.carnegiehall.org/names/137530>,
        <http://data.carnegiehall.org/names/39254>,
        <http://data.carnegiehall.org/names/79134>,
        <http://data.carnegiehall.org/names/97035> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/74947> ;
    rdfs:comment "New York premiere" .

