@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/3619/work_20> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Summer Sequence" ;
    ns1:alto_saxophone <http://data.carnegiehall.org/names/11056>,
        <http://data.carnegiehall.org/names/23186> ;
    ns1:baritone_saxophone <http://data.carnegiehall.org/names/64721> ;
    ns1:clarinet <http://data.carnegiehall.org/names/57108> ;
    ns1:double_bass <http://data.carnegiehall.org/names/14086> ;
    ns1:drums <http://data.carnegiehall.org/names/20972> ;
    ns1:guitar <http://data.carnegiehall.org/names/56703> ;
    ns1:piano <http://data.carnegiehall.org/names/1759> ;
    ns1:tenor_saxophone <http://data.carnegiehall.org/names/42177>,
        <http://data.carnegiehall.org/names/43393> ;
    ns1:trombone <http://data.carnegiehall.org/names/22527>,
        <http://data.carnegiehall.org/names/58040>,
        <http://data.carnegiehall.org/names/64714> ;
    ns1:trumpet <http://data.carnegiehall.org/names/10694>,
        <http://data.carnegiehall.org/names/28619>,
        <http://data.carnegiehall.org/names/29808>,
        <http://data.carnegiehall.org/names/34193>,
        <http://data.carnegiehall.org/names/36948> ;
    ns1:vibraphone <http://data.carnegiehall.org/names/23179> ;
    ns2:performer <http://data.carnegiehall.org/names/10694>,
        <http://data.carnegiehall.org/names/11056>,
        <http://data.carnegiehall.org/names/14086>,
        <http://data.carnegiehall.org/names/1759>,
        <http://data.carnegiehall.org/names/20972>,
        <http://data.carnegiehall.org/names/22527>,
        <http://data.carnegiehall.org/names/23179>,
        <http://data.carnegiehall.org/names/23186>,
        <http://data.carnegiehall.org/names/28619>,
        <http://data.carnegiehall.org/names/29808>,
        <http://data.carnegiehall.org/names/34193>,
        <http://data.carnegiehall.org/names/36948>,
        <http://data.carnegiehall.org/names/42177>,
        <http://data.carnegiehall.org/names/43393>,
        <http://data.carnegiehall.org/names/56703>,
        <http://data.carnegiehall.org/names/57108>,
        <http://data.carnegiehall.org/names/58040>,
        <http://data.carnegiehall.org/names/64714>,
        <http://data.carnegiehall.org/names/64721> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/35630> .

