@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/2537/work_02> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Variations for Harp and String Trio" ;
    ns1:cello <http://data.carnegiehall.org/names/49098> ;
    ns1:harp <http://data.carnegiehall.org/names/10507> ;
    ns1:viola <http://data.carnegiehall.org/names/8720> ;
    ns1:violin <http://data.carnegiehall.org/names/42860> ;
    ns2:performer <http://data.carnegiehall.org/names/10507>,
        <http://data.carnegiehall.org/names/42860>,
        <http://data.carnegiehall.org/names/49098>,
        <http://data.carnegiehall.org/names/8720> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/16742> ;
    rdfs:comment "world premiere" .

