@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/59194/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Percussion Quartet No. 2, LRC 270" ;
    ns3:percussion <http://data.carnegiehall.org/names/110652>,
        <http://data.carnegiehall.org/names/110653>,
        <http://data.carnegiehall.org/names/110654>,
        <http://data.carnegiehall.org/names/91802> ;
    ns3:percussion_ensemble <http://data.carnegiehall.org/names/91801> ;
    ns2:performer <http://data.carnegiehall.org/names/110652>,
        <http://data.carnegiehall.org/names/110653>,
        <http://data.carnegiehall.org/names/110654>,
        <http://data.carnegiehall.org/names/91801>,
        <http://data.carnegiehall.org/names/91802> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/100400> .

