@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/41777/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Second Sacred Concert: The Shepherd (Who Watches Over the Night Flock)" ;
    ns2:alto_saxophone <http://data.carnegiehall.org/names/21591>,
        <http://data.carnegiehall.org/names/55724> ;
    ns2:baritone_saxophone <http://data.carnegiehall.org/names/29100> ;
    ns2:bass_trombone <http://data.carnegiehall.org/names/31209> ;
    ns2:double_bass <http://data.carnegiehall.org/names/63575> ;
    ns2:drums <http://data.carnegiehall.org/names/133114> ;
    ns2:piano <http://data.carnegiehall.org/names/4806> ;
    ns2:tenor_saxophone <http://data.carnegiehall.org/names/23410>,
        <http://data.carnegiehall.org/names/2398> ;
    ns2:trombone <http://data.carnegiehall.org/names/18795>,
        <http://data.carnegiehall.org/names/34341> ;
    ns2:trumpet <http://data.carnegiehall.org/names/10501>,
        <http://data.carnegiehall.org/names/17860>,
        <http://data.carnegiehall.org/names/20680>,
        <http://data.carnegiehall.org/names/58026> ;
    ns1:performer <http://data.carnegiehall.org/names/10501>,
        <http://data.carnegiehall.org/names/133114>,
        <http://data.carnegiehall.org/names/17860>,
        <http://data.carnegiehall.org/names/18795>,
        <http://data.carnegiehall.org/names/20680>,
        <http://data.carnegiehall.org/names/21591>,
        <http://data.carnegiehall.org/names/23410>,
        <http://data.carnegiehall.org/names/2398>,
        <http://data.carnegiehall.org/names/29100>,
        <http://data.carnegiehall.org/names/31209>,
        <http://data.carnegiehall.org/names/34341>,
        <http://data.carnegiehall.org/names/4806>,
        <http://data.carnegiehall.org/names/55724>,
        <http://data.carnegiehall.org/names/58026>,
        <http://data.carnegiehall.org/names/63575> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/36256> .

