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

<http://data.carnegiehall.org/events/53238/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Second Sacred Concert: It's Freedom" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/96724> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/96725> ;
    ns2:clarinet <http://data.carnegiehall.org/names/96721> ;
    ns2:double_bass <http://data.carnegiehall.org/names/96722> ;
    ns2:drums <http://data.carnegiehall.org/names/65699> ;
    ns2:jazz_ensemble <http://data.carnegiehall.org/names/70162> ;
    ns2:piano <http://data.carnegiehall.org/names/96723> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/96721> ;
    ns2:trombone <http://data.carnegiehall.org/names/8901> ;
    ns2:trumpet <http://data.carnegiehall.org/names/29878> ;
    ns2:vocalist <http://data.carnegiehall.org/names/47119> ;
    ns1:performer <http://data.carnegiehall.org/names/29878>,
        <http://data.carnegiehall.org/names/47119>,
        <http://data.carnegiehall.org/names/65699>,
        <http://data.carnegiehall.org/names/70162>,
        <http://data.carnegiehall.org/names/8901>,
        <http://data.carnegiehall.org/names/96721>,
        <http://data.carnegiehall.org/names/96722>,
        <http://data.carnegiehall.org/names/96723>,
        <http://data.carnegiehall.org/names/96724>,
        <http://data.carnegiehall.org/names/96725> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/51848> .

