@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/42864/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Asyla, Op. 17" ;
    ns1:double_bass <http://data.carnegiehall.org/names/73223> ;
    ns1:electronics <http://data.carnegiehall.org/names/73221> ;
    ns1:oboe <http://data.carnegiehall.org/names/73220> ;
    ns1:percussion <http://data.carnegiehall.org/names/73224> ;
    ns1:unspecified_instrument <http://data.carnegiehall.org/names/73226> ;
    ns1:violin <http://data.carnegiehall.org/names/73222> ;
    ns2:performer <http://data.carnegiehall.org/names/73220>,
        <http://data.carnegiehall.org/names/73221>,
        <http://data.carnegiehall.org/names/73222>,
        <http://data.carnegiehall.org/names/73223>,
        <http://data.carnegiehall.org/names/73224>,
        <http://data.carnegiehall.org/names/73226> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/69636> .

