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

<http://data.carnegiehall.org/events/30298/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Walk on the Water" ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/13471> ;
    ns1:jazz_quartet <http://data.carnegiehall.org/names/18030> ;
    ns3:performer <http://data.carnegiehall.org/names/13471>,
        <http://data.carnegiehall.org/names/18030> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/60261> .

