@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/58074/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Pulse" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/110883> ;
    ns1:clarinet <http://data.carnegiehall.org/names/79023>,
        <http://data.carnegiehall.org/names/97215> ;
    ns1:flute <http://data.carnegiehall.org/names/76891>,
        <http://data.carnegiehall.org/names/80125> ;
    ns1:piano <http://data.carnegiehall.org/names/86160> ;
    ns1:viola <http://data.carnegiehall.org/names/93506>,
        <http://data.carnegiehall.org/names/96286> ;
    ns1:violin <http://data.carnegiehall.org/names/110882>,
        <http://data.carnegiehall.org/names/69851>,
        <http://data.carnegiehall.org/names/77454>,
        <http://data.carnegiehall.org/names/96284> ;
    ns2:performer <http://data.carnegiehall.org/names/110882>,
        <http://data.carnegiehall.org/names/110883>,
        <http://data.carnegiehall.org/names/69851>,
        <http://data.carnegiehall.org/names/76891>,
        <http://data.carnegiehall.org/names/77454>,
        <http://data.carnegiehall.org/names/79023>,
        <http://data.carnegiehall.org/names/80125>,
        <http://data.carnegiehall.org/names/86160>,
        <http://data.carnegiehall.org/names/93506>,
        <http://data.carnegiehall.org/names/96284>,
        <http://data.carnegiehall.org/names/96286>,
        <http://data.carnegiehall.org/names/97215> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/95811> .

