@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/73400/work_02> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "musica spolia (new arrangement)" ;
    ns1:clarinet <http://data.carnegiehall.org/names/123333> ;
    ns1:double_bass <http://data.carnegiehall.org/names/130828> ;
    ns1:flute <http://data.carnegiehall.org/names/130827>,
        <http://data.carnegiehall.org/names/130835> ;
    ns1:oboe <http://data.carnegiehall.org/names/130834> ;
    ns1:percussion <http://data.carnegiehall.org/names/130829> ;
    ns2:performer <http://data.carnegiehall.org/names/123333>,
        <http://data.carnegiehall.org/names/130827>,
        <http://data.carnegiehall.org/names/130828>,
        <http://data.carnegiehall.org/names/130829>,
        <http://data.carnegiehall.org/names/130834>,
        <http://data.carnegiehall.org/names/130835> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/118545> ;
    rdfs:comment "New York premiere" .

