@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/38610/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Feel the Spirit" ;
    ns1:choir <http://data.carnegiehall.org/names/14477>,
        <http://data.carnegiehall.org/names/64129>,
        <http://data.carnegiehall.org/names/64130>,
        <http://data.carnegiehall.org/names/64131>,
        <http://data.carnegiehall.org/names/64132>,
        <http://data.carnegiehall.org/names/64133>,
        <http://data.carnegiehall.org/names/64136>,
        <http://data.carnegiehall.org/names/64137>,
        <http://data.carnegiehall.org/names/64138>,
        <http://data.carnegiehall.org/names/64139>,
        <http://data.carnegiehall.org/names/64140>,
        <http://data.carnegiehall.org/names/64141> ;
    ns2:performer <http://data.carnegiehall.org/names/14477>,
        <http://data.carnegiehall.org/names/64129>,
        <http://data.carnegiehall.org/names/64130>,
        <http://data.carnegiehall.org/names/64131>,
        <http://data.carnegiehall.org/names/64132>,
        <http://data.carnegiehall.org/names/64133>,
        <http://data.carnegiehall.org/names/64136>,
        <http://data.carnegiehall.org/names/64137>,
        <http://data.carnegiehall.org/names/64138>,
        <http://data.carnegiehall.org/names/64139>,
        <http://data.carnegiehall.org/names/64140>,
        <http://data.carnegiehall.org/names/64141> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/11920> .

