@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/32346/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Abstraction" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/63526> ;
    ns1:cello <http://data.carnegiehall.org/names/49098> ;
    ns1:double_bass <http://data.carnegiehall.org/names/83391>,
        <http://data.carnegiehall.org/names/9352> ;
    ns1:drums <http://data.carnegiehall.org/names/11183> ;
    ns1:guitar <http://data.carnegiehall.org/names/42394> ;
    ns1:viola <http://data.carnegiehall.org/names/1030> ;
    ns1:violin <http://data.carnegiehall.org/names/28922>,
        <http://data.carnegiehall.org/names/42860> ;
    ns2:performer <http://data.carnegiehall.org/names/1030>,
        <http://data.carnegiehall.org/names/11183>,
        <http://data.carnegiehall.org/names/28922>,
        <http://data.carnegiehall.org/names/42394>,
        <http://data.carnegiehall.org/names/42860>,
        <http://data.carnegiehall.org/names/49098>,
        <http://data.carnegiehall.org/names/63526>,
        <http://data.carnegiehall.org/names/83391>,
        <http://data.carnegiehall.org/names/9352> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/38134> .

