@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/42000/work_01> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "A Is For..." ;
    ns1:cello <http://data.carnegiehall.org/names/40354> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/37631> ;
    ns1:clarinet <http://data.carnegiehall.org/names/24708> ;
    ns1:double_bass <http://data.carnegiehall.org/names/960> ;
    ns1:electric_guitar <http://data.carnegiehall.org/names/60825> ;
    ns1:keyboard <http://data.carnegiehall.org/names/54989> ;
    ns1:percussion <http://data.carnegiehall.org/names/9312> ;
    ns1:piano <http://data.carnegiehall.org/names/54989> ;
    ns2:performer <http://data.carnegiehall.org/names/24708>,
        <http://data.carnegiehall.org/names/37631>,
        <http://data.carnegiehall.org/names/40354>,
        <http://data.carnegiehall.org/names/54989>,
        <http://data.carnegiehall.org/names/60825>,
        <http://data.carnegiehall.org/names/9312>,
        <http://data.carnegiehall.org/names/960> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/67622> ;
    rdfs:comment "New York premiere" .

