@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/52460/work_01> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Marimba Concerto" ;
    ns1:cello <http://data.carnegiehall.org/names/95428> ;
    ns1:double_bass <http://data.carnegiehall.org/names/42239> ;
    ns1:drums <http://data.carnegiehall.org/names/95419> ;
    ns1:marimba <http://data.carnegiehall.org/names/38849> ;
    ns1:percussion <http://data.carnegiehall.org/names/34169> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/75649> ;
    ns1:viola <http://data.carnegiehall.org/names/95427> ;
    ns1:violin <http://data.carnegiehall.org/names/69480>,
        <http://data.carnegiehall.org/names/72315> ;
    ns2:performer <http://data.carnegiehall.org/names/34169>,
        <http://data.carnegiehall.org/names/38849>,
        <http://data.carnegiehall.org/names/42239>,
        <http://data.carnegiehall.org/names/69480>,
        <http://data.carnegiehall.org/names/72315>,
        <http://data.carnegiehall.org/names/75649>,
        <http://data.carnegiehall.org/names/95419>,
        <http://data.carnegiehall.org/names/95427>,
        <http://data.carnegiehall.org/names/95428> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/88460> ;
    rdfs:comment "world premiere" .

