@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/4444/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "John Peel (English Hunting Song)" ;
    ns2:choir <http://data.carnegiehall.org/names/86525>,
        <http://data.carnegiehall.org/names/86527>,
        <http://data.carnegiehall.org/names/86531> ;
    ns2:conductor <http://data.carnegiehall.org/names/86526>,
        <http://data.carnegiehall.org/names/86529>,
        <http://data.carnegiehall.org/names/86532> ;
    ns2:piano <http://data.carnegiehall.org/names/86528>,
        <http://data.carnegiehall.org/names/86530>,
        <http://data.carnegiehall.org/names/86533> ;
    ns1:performer <http://data.carnegiehall.org/names/86525>,
        <http://data.carnegiehall.org/names/86526>,
        <http://data.carnegiehall.org/names/86527>,
        <http://data.carnegiehall.org/names/86528>,
        <http://data.carnegiehall.org/names/86529>,
        <http://data.carnegiehall.org/names/86530>,
        <http://data.carnegiehall.org/names/86531>,
        <http://data.carnegiehall.org/names/86532>,
        <http://data.carnegiehall.org/names/86533> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/35469> .

