@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/37050/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Glimpse of The South in '65" ;
    ns2:actor <http://data.carnegiehall.org/names/28185>,
        <http://data.carnegiehall.org/names/36693>,
        <http://data.carnegiehall.org/names/39885>,
        <http://data.carnegiehall.org/names/39886>,
        <http://data.carnegiehall.org/names/58581> ;
    ns2:choir <http://data.carnegiehall.org/names/58449> ;
    ns2:conductor <http://data.carnegiehall.org/names/4365> ;
    ns1:performer <http://data.carnegiehall.org/names/28185>,
        <http://data.carnegiehall.org/names/36693>,
        <http://data.carnegiehall.org/names/39885>,
        <http://data.carnegiehall.org/names/39886>,
        <http://data.carnegiehall.org/names/4365>,
        <http://data.carnegiehall.org/names/58449>,
        <http://data.carnegiehall.org/names/58581> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/98742> .

