@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/24363/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Alexander's Feast, HWV 75" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/40605> ;
    ns1:choir <http://data.carnegiehall.org/names/40117> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/56218> ;
    ns1:soprano <http://data.carnegiehall.org/names/41571> ;
    ns1:tenor <http://data.carnegiehall.org/names/20949> ;
    ns3:performer <http://data.carnegiehall.org/names/20949>,
        <http://data.carnegiehall.org/names/40117>,
        <http://data.carnegiehall.org/names/40605>,
        <http://data.carnegiehall.org/names/41571>,
        <http://data.carnegiehall.org/names/56218> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/49977> .

